diff options
author | Jeremy Allison <jra@samba.org> | 2006-06-22 00:36:06 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:20 -0500 |
commit | a189130543dc6b0fa8380613ae24c711cb140c93 (patch) | |
tree | bbcb2bc81fbc624872f73b3aeb4aff19192de2ef | |
parent | 94c0918b27c52260e69e01a2e10209493fba94a2 (diff) | |
download | samba-a189130543dc6b0fa8380613ae24c711cb140c93.tar.gz samba-a189130543dc6b0fa8380613ae24c711cb140c93.tar.bz2 samba-a189130543dc6b0fa8380613ae24c711cb140c93.zip |
Fixup xml syntax errors (oops...).
Jeremy.
(This used to be commit 91e69bb0c11bb3610bbbc915eae8c502cec27143)
-rw-r--r-- | docs/manpages-3/net.8.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml index 2e908e55b7..39641c2f46 100644 --- a/docs/manpages-3/net.8.xml +++ b/docs/manpages-3/net.8.xml @@ -943,7 +943,7 @@ can create user defined shares on demand using the commands below. </para> <refsect3> -<title>USERSHARE ADD <replaceable>sharename</replaceable> <replaceable>path</replaceable> <replaceable>[comment]</replaceable> <replaceable>[acl]</replaceable> replaceable>[guest_ok=[y|n]]</replaceable></title> +<title>USERSHARE ADD <replaceable>sharename</replaceable> <replaceable>path</replaceable> <replaceable>[comment]</replaceable> <replaceable>[acl]</replaceable> <replaceable>[guest_ok=[y|n]]</replaceable></title> <para> Add or replace a new user defined share, with name "sharename". @@ -974,7 +974,7 @@ this share. share (no creation of new files or directories or writing to files). </para> -</para> +<para> The default if no "acl" is given is "Everyone:R", which means any authenticated user has read-only access. </para> @@ -1052,6 +1052,8 @@ shares created by other users. </refsect3> +</refsect2> + <refsect2> <title>HELP [COMMAND]</title> |