diff -r 0d2430dc6ef8 -r f8d5c8bb8bce man/man1/vmm.1.rst --- a/man/man1/vmm.1.rst Fri Aug 06 06:14:04 2010 +0000 +++ b/man/man1/vmm.1.rst Fri Aug 06 22:34:46 2010 +0000 @@ -36,6 +36,28 @@ GENERAL SUBCOMMANDS ------------------- +.. _configget: + +``configget (cg) option`` + This subcommand is used to display the actual value of the given + configuration *option*. The option has to be written as + *section*\ **.**\ *option*, e.g. **misc.transport**. + +.. _configset: + +``configset (cs) option value`` + Use this subcommand to set/update a single configuration option. *option* + is the configuration option, written as *section*\ **.**\ *option*. *value* + is the *option*'s new value. + + Example:: + + vmm configget misc.transport + misc.transport = dovecot: + vmm configset misc.transport lmtp:unix:private/dovecot-lmtp + vmm cg misc.transport + misc.transport = lmtp:unix:private/dovecot-lmtp + .. _configure: ``configure (cf) [ section ]``