diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-02-23 18:55:56 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-02-23 18:55:56 +0000 |
commit | ea3942c692ddbb14a0e702f6d50ca9d03431e47c (patch) | |
tree | 8a4f9ab8b7f9a9874620217fe524deab140e8992 | |
parent | abc364013de96b1ff0170b65665388ed8ca3e07f (diff) | |
download | bcfg2-ea3942c692ddbb14a0e702f6d50ca9d03431e47c.tar.gz bcfg2-ea3942c692ddbb14a0e702f6d50ca9d03431e47c.tar.bz2 bcfg2-ea3942c692ddbb14a0e702f6d50ca9d03431e47c.zip |
Add client section options to bcfg2.conf man page
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5089 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | man/bcfg2.conf.5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5 index 99ebfb78d..d41e62eb6 100644 --- a/man/bcfg2.conf.5 +++ b/man/bcfg2.conf.5 @@ -47,6 +47,14 @@ A list of enabled bundles .B filemonitor The file monitor used to watch for changes in the repository. Values of 'gamin', 'fam', or 'pseudo' are valid. +.SH CLIENT OPTIONS +These options only affect client functionality, specified in the [client] section. + +.TP +.B drivers +Specify tool driver set to use. This option can be used to explicitly +specify the client tool drivers you want to use when the client is run. + .SH STATISTICS OPTIONS Server-only, specified in the [statistics] section. These options control the statistics collection functionality of the server. |