summaryrefslogtreecommitdiffstats
path: root/man/radosgw.8
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-10-28 20:08:54 +0100
committerSage Weil <sage@newdream.net>2009-10-28 20:08:54 +0100
commit307382f302d4e79728fc44fbc55b582ed65b08c0 (patch)
treea27f35e3a909c9d463e7c489dad46422e50ae89d /man/radosgw.8
parentdebian: strip, put debug binaries in usr/lib/debug (diff)
downloadceph-307382f302d4e79728fc44fbc55b582ed65b08c0.tar.xz
ceph-307382f302d4e79728fc44fbc55b582ed65b08c0.zip
radosgw: fix man page names, include in package
Diffstat (limited to 'man/radosgw.8')
-rw-r--r--man/radosgw.86
1 files changed, 3 insertions, 3 deletions
diff --git a/man/radosgw.8 b/man/radosgw.8
index cce15a8c5b3..b7ff17bf7cd 100644
--- a/man/radosgw.8
+++ b/man/radosgw.8
@@ -1,4 +1,4 @@
-.TH RGW 8
+.TH RADOSGW 8
.SH NAME
radosgw \- rados REST gateway
.SH SYNOPSIS
@@ -38,7 +38,7 @@ An apache example configuration for using the RADOS gateway:
Options +ExecCGI
AllowOverride All
SetHandler fcgid-script
- FCGIWrapper /var/www/fcgi-scripts/web1/rgw .fcgi
+ FCGIWrapper /var/www/fcgi-scripts/web1/radosgw .fcgi
Order allow,deny
Allow from all
AuthBasicAuthoritative Off
@@ -52,7 +52,7 @@ An apache example configuration for using the RADOS gateway:
ServerSignature Off
</VirtualHost>
.PP
-And the corresponding rgw script:
+And the corresponding radosgw script:
.IP
#!/bin/sh
/usr/bin/radosgw -c /etc/ceph.conf