1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

net: Fix documentation of net rap printq info

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@samba.org>
This commit is contained in:
Carsten Dumke
2008-11-13 12:05:00 -06:00
committed by Kai Blin
parent a512cc8089
commit 0a7fb721cd
2 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ current network.</para>
<title>RAP PRINTQ</title> <title>RAP PRINTQ</title>
<refsect3> <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. <para>Lists the specified print queue and print jobs on the server.
If the <replaceable>QUEUE_NAME</replaceable> is omitted, all If the <replaceable>QUEUE_NAME</replaceable> is omitted, all

View File

@ -512,7 +512,7 @@ int net_rap_printq_usage(int argc, const char **argv)
d_printf( d_printf(
"net rap printq [misc. options] [targets]\n"\ "net rap printq [misc. options] [targets]\n"\
"\tor\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"\ "\tlists the specified queue and jobs on the target server.\n"\
"\tIf the queue name is not specified, all queues are listed.\n\n"); "\tIf the queue name is not specified, all queues are listed.\n\n");
d_printf( d_printf(