diff -Nurbd samba-3.0.32.orig/docs/htmldocs/manpages/net.8.html samba-3.0.32/docs/htmldocs/manpages/net.8.html
--- samba-3.0.32.orig/docs/htmldocs/manpages/net.8.html 2008-08-25 22:36:07.000000000 +0200
+++ samba-3.0.32/docs/htmldocs/manpages/net.8.html 2008-11-13 18:42:32.000000000 +0100
@@ -97,7 +97,7 @@
SESSION
RAP SESSION
Without any other options, SESSION enumerates all active SMB/CIFS
sessions on the target server.
RAP SESSION DELETE|CLOSE CLIENT_NAME
Close the specified sessions.
RAP SESSION INFO CLIENT_NAME
Give a list with all the open files in specified session.
RAP SERVER DOMAIN
List all servers in specified domain or workgroup. Defaults
to local domain.
RAP DOMAIN
Lists all domains and workgroups visible on the
-current network.
RAP PRINTQ
RAP PRINTQ LIST QUEUE_NAME
Lists the specified print queue and print jobs on the server.
+current network.
RAP PRINTQ
RAP PRINTQ INFO QUEUE_NAME
Lists the specified print queue and print jobs on the server.
If the QUEUE_NAME
is omitted, all
queues are listed.
RAP PRINTQ DELETE JOBID
Delete job with specified id.
RAP VALIDATE user
[password
]
Validate whether the specified user can log in to the
diff -Nurbd samba-3.0.32.orig/docs/manpages/net.8 samba-3.0.32/docs/manpages/net.8
--- samba-3.0.32.orig/docs/manpages/net.8 2008-08-25 22:33:59.000000000 +0200
+++ samba-3.0.32/docs/manpages/net.8 2008-11-13 18:35:22.000000000 +0100
@@ -210,7 +210,7 @@
.PP
Lists all domains and workgroups visible on the current network\.
.SS "RAP PRINTQ"
-.SS "RAP PRINTQ LIST QUEUE_NAME"
+.SS "RAP PRINTQ INFO QUEUE_NAME"
.PP
Lists the specified print queue and print jobs on the server\. If the
\fIQUEUE_NAME\fR
diff -Nurbd samba-3.0.32.orig/docs-xml/manpages-3/net.8.xml samba-3.0.32/docs-xml/manpages-3/net.8.xml
--- samba-3.0.32.orig/docs-xml/manpages-3/net.8.xml 2008-08-25 23:09:21.000000000 +0200
+++ samba-3.0.32/docs-xml/manpages-3/net.8.xml 2008-11-13 18:43:26.000000000 +0100
@@ -395,7 +395,7 @@
RAP PRINTQ
-RAP PRINTQ LIST QUEUE_NAME
+RAP PRINTQ INFO QUEUE_NAME
Lists the specified print queue and print jobs on the server.
If the QUEUE_NAME is omitted, all
diff -Nurbd samba-3.0.32.orig/source/utils/net_rap.c samba-3.0.32/source/utils/net_rap.c
--- samba-3.0.32.orig/source/utils/net_rap.c 2008-08-25 23:09:21.000000000 +0200
+++ samba-3.0.32/source/utils/net_rap.c 2008-11-13 18:32:10.000000000 +0100
@@ -491,7 +491,7 @@
d_printf(
"net rap printq [misc. options] [targets]\n"\
"\tor\n"\
- "net rap printq list [] [misc. options] [targets]\n"\
+ "net rap printq info [] [misc. options] [targets]\n"\
"\tlists the specified queue and jobs on the target server.\n"\
"\tIf the queue name is not specified, all queues are listed.\n\n");
d_printf(