diff options
author | Christian Ambach <ambi@samba.org> | 2011-09-30 17:07:05 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-09-30 18:44:34 +0200 |
commit | 21027216d43c33fac220746c32acff6b355c4e7d (patch) | |
tree | 9a070d4c1a9d4765290e52e7b1f84b1ba609c7f1 | |
parent | caacdb0cf10c9ec6d5caf6d08331af6ec9a42560 (diff) | |
download | samba-21027216d43c33fac220746c32acff6b355c4e7d.tar.gz samba-21027216d43c33fac220746c32acff6b355c4e7d.tar.xz samba-21027216d43c33fac220746c32acff6b355c4e7d.zip |
s3-docs: some corrections for wbinfo
Parameters for --group-info and --gid-info were not listed
properly in the SYNOPSIS and the OPTIONS section
Autobuild-User: Christian Ambach <ambi@samba.org>
Autobuild-Date: Fri Sep 30 18:44:34 CEST 2011 on sn-devel-104
-rw-r--r-- | docs-xml/manpages-3/wbinfo.1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index 78c256eaafe..a746a0fb6ca 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -33,8 +33,8 @@ <arg choice="opt">--getdcname domain</arg> <arg choice="opt">--get-auth-user</arg> <arg choice="opt">-G gid</arg> - <arg choide="opt">--gid-info</arg> - <arg choide="opt">--group-info</arg> + <arg choide="opt">--gid-info gid</arg> + <arg choide="opt">--group-info group</arg> <arg choice="opt">--help|-?</arg> <arg choice="opt">-i user</arg> <arg choice="opt">-I ip</arg> @@ -171,8 +171,8 @@ </varlistentry> <varlistentry> - <term>--group-info <replaceable>user</replaceable></term> - <listitem><para>Get group info for user. + <term>--group-info <replaceable>group</replaceable></term> + <listitem><para>Get group info from group name. </para></listitem> </varlistentry> |