diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-02-10 22:48:40 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-02-10 22:48:40 +0000 |
commit | 6f64e71fc628cf059d0bbd0af5462161e339c393 (patch) | |
tree | 9b19bf0571f2bdeae62dab37e485bc11cf5c5bec /man/bcfg2-server.8 | |
parent | 073aa424c3201b869a8a008aa09652cbc9545836 (diff) | |
download | bcfg2-6f64e71fc628cf059d0bbd0af5462161e339c393.tar.gz bcfg2-6f64e71fc628cf059d0bbd0af5462161e339c393.tar.bz2 bcfg2-6f64e71fc628cf059d0bbd0af5462161e339c393.zip |
Man page updates
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1729 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2-server.8')
-rw-r--r-- | man/bcfg2-server.8 | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/man/bcfg2-server.8 b/man/bcfg2-server.8 index 3274638c6..4e545cf30 100644 --- a/man/bcfg2-server.8 +++ b/man/bcfg2-server.8 @@ -10,15 +10,24 @@ bcfg2-server \- Server for client configuration specifications This daemon serves configurations to clients based on the data in its repository. .SH OPTIONS -.TP -.B \-d run bcfg2 in debug mode. -.TP -.B \-v run bcfg2 in verbose mode. -.TP -.B \-C Statically set client. Useful for debugging problems with +.PP +.B \-d +.RS +Run bcfg2 in debug mode. +.RE +.B \-v +.RS +Run bcfg2 in verbose mode. +.RE +.B "\-C <client>" +.RS +Statically set client. Useful for debugging problems with particular client's configs. -.TP -.B \-D Daemonize, placing the program pid in the specified pidfile +.RE +.B \-D +.RS +Daemonize, placing the program pid in the specified pidfile. +.RE .SH "SEE ALSO" .BR bcfg2(1), .BR bcfg2-repo-validate(8) |