diff options
author | Varun Shastry <vshastry@redhat.com> | 2012-10-11 12:54:15 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-10-12 05:10:34 -0700 |
commit | 53d376d94304e045d81f6b9a8fb6eec68ee557c6 (patch) | |
tree | 142b6d816257845f1c4731e9ddaf6efbd33773dc /doc/Makefile.am | |
parent | e1e5326c22b6b64784a7562ce7ef462841f39609 (diff) |
glusterfs man page edit
Updated man page,
* Added some of the options which were not there before.
* Updated the default dirs.
Change-Id: Ide4db3b7858de86c8bf0f8d773f90b8dd1ef0d87
BUG: 825906
Signed-off-by: Varun Shastry <vshastry@redhat.com>
Reviewed-on: http://review.gluster.org/4061
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 6d220dd834f..9847f0ac08e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,7 @@ EXTRA_DIST = glusterfs.vol.sample glusterfsd.vol.sample glusterfs.8 mount.gluste voldir = $(sysconfdir)/glusterfs vol_DATA = glusterd.vol -man8_MANS = gluster.8 +man8_MANS = gluster.8 glusterfs.8 # TODO: update the following man pages and readd them # glusterfs.8 mount.glusterfs.8 gluster.8 glusterd.8 glusterfsd.8 |