From 5e5ccab372035a4e46e83775f40fca1ae5542ada Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 17 Nov 2008 08:37:21 +0100 Subject: net: Fix net rap printq info documentation (bug #5892) Carsten Dumke reported and provided a patch for v3.0 and v3.2. (See 0a7fb721cdc) This fixes the same issue in v3.3 and also changes the auto-generated usage information to give better help about net rap printq info. --- docs-xml/manpages-3/net.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index 31fe69d8d3..75f85e1c55 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -395,7 +395,7 @@ current network. RAP PRINTQ -RAP PRINTQ LIST <replaceable>QUEUE_NAME</replaceable> +RAP PRINTQ INFO <replaceable>QUEUE_NAME</replaceable> Lists the specified print queue and print jobs on the server. If the QUEUE_NAME is omitted, all -- cgit From 6216e5cbd7da928cfbfd501393fbe91ac72bbd3f Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 19 Nov 2008 13:08:41 +0100 Subject: manpages: Document new wbinfo idmapping options. --set-uid/gid-mapping --remove-uid/gid-mapping Karolin (cherry picked from commit c9965d544f615fea1ba3609d7348407130ab1ec9) --- docs-xml/manpages-3/wbinfo.1.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index 72a2380dde..abb1c7f53f 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -39,10 +39,14 @@ --own-domain -p -r user + --remove-uid-mapping uid,sid + --remove-gid-mapping gid,sid -s sid --separator --sequence --set-auth-user user%password + --set-uid-mapping uid,sid + --set-gid-mapping gid,sid -S sid -t -u @@ -333,6 +337,29 @@ the operation will fail. + + --remove-uid-mapping uid,sid + Remove an existing uid to sid mapping + entry from the IDmap backend. + + + + --remove-gid-mapping gid,sid + Remove an existing gid to sid + mapping entry from the IDmap backend. + + + + --set-uid-mapping uid,sid + Create a new or modify an existing uid to sid + mapping in the IDmap backend. + + + + --set-gid-mapping gid,sid + Create a new or modify an existing gid to sid + mapping in the IDmap backend. + &stdarg.version; &stdarg.help; -- cgit From c09e04ac83365333605b7b1db3d07ccfd451a667 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 2 Dec 2008 20:50:02 +0100 Subject: docs: Add default value for "writeable" to man smb.conf. Karolin --- docs-xml/smbdotconf/security/writeable.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/security/writeable.xml b/docs-xml/smbdotconf/security/writeable.xml index f811c47e5c..99678a9fce 100644 --- a/docs-xml/smbdotconf/security/writeable.xml +++ b/docs-xml/smbdotconf/security/writeable.xml @@ -6,4 +6,6 @@ Inverted synonym for . + +no -- cgit