diff options
author | Amar Tumballi <amar@gluster.com> | 2011-03-17 08:00:49 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-22 04:02:05 -0700 |
commit | c0d8f11be283637622b0ece82ba8392f0a67e87c (patch) | |
tree | bbebea0b72c50ad83ad2b8c01fc016237ea7cb11 /doc/glusterd.8 | |
parent | 50ab0ad4ffb5ea844c6fe1f708df65b769c88db1 (diff) |
man pages updated
Thanks to Divya MN <divya@gluster.com> for all the effort
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2444 (keep man pages upto date with new codebase.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2444
Diffstat (limited to 'doc/glusterd.8')
-rw-r--r-- | doc/glusterd.8 | 41 |
1 files changed, 15 insertions, 26 deletions
diff --git a/doc/glusterd.8 b/doc/glusterd.8 index 254542f8174..1bc08dc794f 100644 --- a/doc/glusterd.8 +++ b/doc/glusterd.8 @@ -18,55 +18,44 @@ .\" .\" -.TH Glusterd 8 "Gluster dynamic volume management Daemon" "9 September 2010" "Gluster Inc." +.TH Glusterd 8 "Gluster elastic volume management daemon" "07 March 2011" "Gluster Inc." .SH NAME -Glusterd \- Gluster dynamic volume management Daemon. +Glusterd \- Gluster elastic volume management daemon .SH SYNOPSIS .B glusterd -.PP -(or) -.B glusterd .I [OPTION...] -.PP -Glusterd is a daemon for dynamic volume management for glusterfs. .SH DESCRIPTION -Gluster daemon is used for dynamic volume management. -The daemon must be executed on all of the export servers. +The glusterd daemon is used for elastic volume management. The daemon must be run on all export servers. .SH OPTIONS -.PP -Mandatory or optional arguments to long options are also mandatory or optional -for any corresponding short options. + .SS "Basic options" .PP .TP -\fB\-l, \fB\-\-log\-file=LOGFILE\fR -File to use for logging [default:/usr/local/var/log/glusterfs/glusterfs.log] +\fB\-l=<LOGFILE>, \fB\-\-log\-file=<LOGFILE>\fR +File to use for logging. .TP -\fB\-L, \fB\-\-log\-level=LOGLEVEL\fR -Logging severity. Valid options are TRACE, DEBUG, NORMAL, WARNING, -ERROR and CRITICAL [default: NORMAL] +\fB\-L=<LOGLEVEL>, \fB\-\-log\-level=<LOGLEVEL>\fR +Logging severity. Valid options are TRACE, DEBUG, NORMAL, WARNING, ERROR and CRITICAL (the default is NORMAL). .TP \fB\-\-debug\fR -Run in debug mode. This option sets \fB\-\-no\-daemon\fR, \fB\-\-log\-level\fR to DEBUG -and \fB\-\-log\-file\fR to console +Run the program in debug mode. This option sets \fB\-\-no\-daemon\fR, \fB\-\-log\-level\fR to DEBUG +and \fB\-\-log\-file\fR to console. .TP \fB\-N, \fB\-\-no\-daemon\fR -Run in foreground -.TP +Run the program in the foreground. -.TP -.SS Miscellaneous Options: +.SS "Miscellaneous Options:" .TP \fB\-?, \fB\-\-help\fR -Give this help list +Display this help. .TP \fB\-\-usage\fR -Give a short usage message +Display a short usage message. .TP \fB\-V, \fB\-\-version\fR -Print program version +Print the program version. .PP .SH FILES |