diff options
author | Simo Sorce <idra@samba.org> | 2007-06-26 19:29:31 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:34 -0500 |
commit | af7949cb49f3be0c002b274c964cf85e4a9bbe54 (patch) | |
tree | 5e008db3bae04aed7c6bcb4b5136d80b97512d42 | |
parent | 0c6d17474d364955c87a21fe0478d1ddf5e449c6 (diff) | |
download | samba-af7949cb49f3be0c002b274c964cf85e4a9bbe54.tar.gz samba-af7949cb49f3be0c002b274c964cf85e4a9bbe54.tar.bz2 samba-af7949cb49f3be0c002b274c964cf85e4a9bbe54.zip |
Make the manpage reflect the command behavior
(This used to be commit 16cf1d76d2eb3db5e28df16d7c348329dd7b07d3)
-rw-r--r-- | docs/manpages-3/net.8.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml index 03aa172eb6..524b65281d 100644 --- a/docs/manpages-3/net.8.xml +++ b/docs/manpages-3/net.8.xml @@ -1166,10 +1166,11 @@ and groups (Domain Users, Domain Admins, Domain Guests) on the ldap tree. </refsect2> <refsect2> -<title>IDMAP DUMP <output file></title> +<title>IDMAP DUMP <local tdb file name></title> <para> -Dumps the mappings in the specified output file. +Dumps the mappings contained in the local tdb file specified. +This command is useful to dump only the mappings produced by the idmap_tdb backend. </para> </refsect2> |