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 | |
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')
-rw-r--r-- | docs/manpages-3/net.8.xml | 17 | ||||
-rw-r--r-- | docs/manpages-3/pdbedit.8.xml | 8 |
2 files changed, 19 insertions, 6 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> diff --git a/docs/manpages-3/pdbedit.8.xml b/docs/manpages-3/pdbedit.8.xml index 84dffe67da..bb88fa891c 100644 --- a/docs/manpages-3/pdbedit.8.xml +++ b/docs/manpages-3/pdbedit.8.xml @@ -122,8 +122,12 @@ Profile Path: \\BERSERKER\profile <para>Example: <command>pdbedit -L -w</command></para> <screen> -sorce:500:508818B733CE64BEAAD3B435B51404EE:D2A2418EFC466A8A0F6B1DBB5C3DB80C:[UX ]:LCT-00000000: -samba:45:0F2B255F7B67A7A9AAD3B435B51404EE:BC281CE3F53B6A5146629CD4751D3490:[UX ]:LCT-3BFA1E8D: +sorce:500:508818B733CE64BEAAD3B435B51404EE: + D2A2418EFC466A8A0F6B1DBB5C3DB80C: + [UX ]:LCT-00000000: +samba:45:0F2B255F7B67A7A9AAD3B435B51404EE: + BC281CE3F53B6A5146629CD4751D3490: + [UX ]:LCT-3BFA1E8D: </screen> </listitem> </varlistentry> |