From b6b9a1ab369704fe2f65259aa5d1f45bf843d2ee Mon Sep 17 00:00:00 2001 From: Devan Franchini Date: Tue, 23 Sep 2014 12:50:02 -0400 Subject: webapp-config.8.xml: clarifies man page for --dd and --vf flags This commit corrects a typo where the short option for --default-dirs is --vd instead of --dd, this has been corrected. Secondly, it also attempts to make it clearer to the user that the --dd and --vf options are two separate options and should not be treated equally by listing them in two separate variable list entries. X-Gentoo-Bug: 257592 X-Gentoo-Bug-URL: https://bugs.gentoo.org/257592 --- doc/webapp-config.8.xml | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/doc/webapp-config.8.xml b/doc/webapp-config.8.xml index e4141a1..5ab475d 100644 --- a/doc/webapp-config.8.xml +++ b/doc/webapp-config.8.xml @@ -502,8 +502,34 @@ - type - type + + + + type must be one of: + + + server-owned + + Directories are owned by the user that the web server runs as. Use the switch to specify which web server to use. + + + + config-owned + + Directories are owned by the user and group specified with the and switches. + + + + virtual + + Directories are shared; no local copy is created. + + + + + + + type type @@ -512,19 +538,19 @@ server-owned - Directories or files are owned by the user that the web server runs as. Use the switch to specify which web server to use. + Files are owned by the user that the web server runs as. Use the switch to specify which web server to use. config-owned - Directories or files are owned by the user and group specified with the and switches. + Files are owned by the user and group specified with the and switches. virtual - Directories or files are shared; no local copy is created. + Files are shared; no local copy is created. -- cgit v1.2.3-65-gdbad