diff options
author | John Terpstra <jht@samba.org> | 2005-07-06 01:04:05 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:02 -0500 |
commit | 082104fec0509ec49f4cde9c87872f80434fb490 (patch) | |
tree | 99f25645c36bc0904e1ca77ff290986651c1399f /docs/manpages-3/net.8.xml | |
parent | 0ab658f4491f3d96ad804682f9f35c30f5ea85ea (diff) | |
download | samba-082104fec0509ec49f4cde9c87872f80434fb490.tar.gz samba-082104fec0509ec49f4cde9c87872f80434fb490.tar.bz2 samba-082104fec0509ec49f4cde9c87872f80434fb490.zip |
More formatting edits.
(This used to be commit 962cb93b8c17bfc93cb6c8634d6eb47bbc271569)
Diffstat (limited to 'docs/manpages-3/net.8.xml')
-rw-r--r-- | docs/manpages-3/net.8.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml index 6a9001b046..bcd6eb2ecc 100644 --- a/docs/manpages-3/net.8.xml +++ b/docs/manpages-3/net.8.xml @@ -618,9 +618,13 @@ Parameters take the for "parameter=value". Common options include:</para> <refsect3> <title>GROUPMAP ADD</title> -<para>Add a new group mapping entry</para> - -<para>net groupmap add {rid=int|sid=string} unixgroup=string [type={domain|local}] [ntgroup=string] [comment=string]</para> +<para> +Add a new group mapping entry: +<screen> +net groupmap add {rid=int|sid=string} unixgroup=string \ + [type={domain|local}] [ntgroup=string] [comment=string] +</screen> +</para> </refsect3> @@ -638,7 +642,12 @@ Parameters take the for "parameter=value". Common options include:</para> <para>Update en existing group entry</para> -<para>net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] [comment=string] [type={domain|local}]</para> +<para> +<screen> +net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] \ + [comment=string] [type={domain|local}] +</screen> +</para> </refsect3> <refsect3> |