[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-66-g67692e9

Kai Blin kai at samba.org
Mon Nov 17 07:52:26 GMT 2008


The branch, v3-0-test has been updated
       via  67692e9b8f5ae09702c73c081f3a6937bd6de518 (commit)
      from  ba12ab479b3764e0d251d74401dc5fa31a48f83d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit 67692e9b8f5ae09702c73c081f3a6937bd6de518
Author: Carsten Dumke <carsten at cdumke.de>
Date:   Thu Nov 13 12:05:00 2008 -0600

    net: Fix documentation of net rap printq info (bug #5892)
    
    The man-page (see net(8)) and the usage-info (call "net help rap printq") of
    'net rap printq' do contain an option "list" but in net_rap.c
    the option is named "info".
    
    Rename the option "list" in the documentation (man-pages + usage) to "info" to
    match the code.
    
    Signed-off-by: Kai Blin <kai at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/manpages-3/net.8.xml |    2 +-
 source/utils/net_rap.c        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml
index 54606c3..8c9408b 100644
--- a/docs-xml/manpages-3/net.8.xml
+++ b/docs-xml/manpages-3/net.8.xml
@@ -395,7 +395,7 @@ current network.</para>
 <title>RAP PRINTQ</title>
 
 <refsect3>
-<title>RAP PRINTQ LIST <replaceable>QUEUE_NAME</replaceable></title>
+<title>RAP PRINTQ INFO <replaceable>QUEUE_NAME</replaceable></title>
 
 <para>Lists the specified print queue and print jobs on the server.
 If the <replaceable>QUEUE_NAME</replaceable> is omitted, all 
diff --git a/source/utils/net_rap.c b/source/utils/net_rap.c
index 54e5967..4d64d95 100644
--- a/source/utils/net_rap.c
+++ b/source/utils/net_rap.c
@@ -491,7 +491,7 @@ int net_rap_printq_usage(int argc, const char **argv)
 	d_printf(
 	 "net rap printq [misc. options] [targets]\n"\
 	 "\tor\n"\
-	 "net rap printq list [<queue_name>] [misc. options] [targets]\n"\
+	 "net rap printq info [<queue_name>] [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(


-- 
Samba Shared Repository


More information about the samba-cvs mailing list