summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-12-06 18:50:52 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-12-06 18:50:52 +0000
commit592d406208fb387fc14b5ec2663804d9f6a22a49 (patch)
tree5a263a9e5144956b18460f91a62880beaf9450fa /man
parentccc99edf650eb11671792245efeb812a76ab0fd1 (diff)
downloadbcfg2-592d406208fb387fc14b5ec2663804d9f6a22a49.tar.gz
bcfg2-592d406208fb387fc14b5ec2663804d9f6a22a49.tar.bz2
bcfg2-592d406208fb387fc14b5ec2663804d9f6a22a49.zip
Re-add daemonize support to the server
Fix some pylint errors Add better error handling for function calls Add mesh-mode support for sshbase git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1612 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man')
-rw-r--r--man/Bcfg2Server.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Bcfg2Server.8 b/man/Bcfg2Server.8
index e8714a5a0..dc7b80daa 100644
--- a/man/Bcfg2Server.8
+++ b/man/Bcfg2Server.8
@@ -3,7 +3,7 @@
Bcfg2Server \- Server for client configuration specifications
.SH SYNOPSIS
.B Bcfg2Server
-.I [-D <pid file> ] [-d] [-v] [-C <Client>]
+.I [-D <pidfile>] [-d] [-v] [-C <Client>]
.SH DESCRIPTION
.PP
.B Bcfg2Server
@@ -18,7 +18,7 @@ repository.
.B \-C Statically set client. Useful for debugging problems with
particular client's configs.
.TP
-.B \-D Daemonize. Leave the pid in the specified pid file.
+.B \-D Daemonize, placing the program pid in the specified pidfile
.SH "SEE ALSO"
.BR bcfg(1),
.BR ValidateBcfg2Repo(8)