diff options
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> |