diff options
author | Jeff Darcy <jdarcy@redhat.com> | 2012-04-10 17:12:05 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-04-10 14:37:29 -0700 |
commit | 7f5c1e5777d77570be0f9698de39d2f1905c509f (patch) | |
tree | 15310f83198e38519ce5483199f70e42266d9b26 /doc | |
parent | 4bb82b2c779bb984a980e371c3119254cf1cb0f8 (diff) |
Fix compiler warnings and typos from Debian build.
Mostly to do with "-Werror=format-security" being buggy, but while we're
here we might as well fix some typos and such. Credit goes to Patrick
Matthäi <pmatthaei@debian.org> for pointing these out.
Change-Id: Ia32d1111d7c10b1f213df85d86b17a1326248ffd
BUG: 811387
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: http://review.gluster.com/3117
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/glusterfs.8 | 2 | ||||
-rw-r--r-- | doc/glusterfsd.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/glusterfs.8 b/doc/glusterfs.8 index b21fd675eff..37bf67d1821 100644 --- a/doc/glusterfs.8 +++ b/doc/glusterfs.8 @@ -115,7 +115,7 @@ Print the program version. mount a volume named foo on server bar with log level DEBUG on mount point /mnt/foo -# glusterfs --log-level=DEBUG --volfile-id=foo --volfile-server=bar /mnt/foo +# glusterfs \-\-log\-level=DEBUG \-\-volfile\-id=foo \-\-volfile\-server=bar /mnt/foo .SH SEE ALSO .nf diff --git a/doc/glusterfsd.8 b/doc/glusterfsd.8 index f4261e3ad55..17d053a5c07 100644 --- a/doc/glusterfsd.8 +++ b/doc/glusterfsd.8 @@ -131,7 +131,7 @@ Print program version .SH EXAMPLES Start a GlusterFS server on localhost with volume name foo -glusterfsd -s localhost --volfile-id foo.server.media-disk-1 -p /etc/glusterd/vols/foo/run/server-media-disk-1.pid -S /tmp/<uniqueid>.socket --brick-name /media/disk-1 -l /var/log/glusterfs/bricks/media-disk-1.log --brick-port 24009 --xlator-option foo-server.listen-port=24009 +glusterfsd \-s localhost \-\-volfile\-id foo.server.media-disk\-1 \-p /etc/glusterd/vols/foo/run/server\-media\-disk\-1.pid \-S /tmp/<uniqueid>.socket \-\-brick-name /media/disk\-1 \-l /var/log/glusterfs/bricks/media\-disk\-1.log \-\-brick\-port 24009 \-\-xlator\-option foo\-server.listen-port=24009 .SH SEE ALSO .nf |