diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-09-27 16:43:34 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-09-27 16:43:34 +0000 |
commit | 09a3e34e0610235e9ba0fd76e2bb53747191b9d7 (patch) | |
tree | d1e51f54591bea4df73b78089ad1e9b682adfcae /docs/docbook/manpages/rpcclient.1.sgml | |
parent | b0686fe821da0b1aa9268d572c7269cc8c3f16dc (diff) | |
download | samba-09a3e34e0610235e9ba0fd76e2bb53747191b9d7.tar.gz samba-09a3e34e0610235e9ba0fd76e2bb53747191b9d7.tar.bz2 samba-09a3e34e0610235e9ba0fd76e2bb53747191b9d7.zip |
Apply Vance Lankhaars' cifs2002 documentation patch - mostly grammar and
English typo fixes and updates of documentation
(This used to be commit cf240f14a53d95261c557a881cf67c7d3d316a57)
Diffstat (limited to 'docs/docbook/manpages/rpcclient.1.sgml')
-rw-r--r-- | docs/docbook/manpages/rpcclient.1.sgml | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/docs/docbook/manpages/rpcclient.1.sgml b/docs/docbook/manpages/rpcclient.1.sgml index f1ba474cfb..7a7a19c837 100644 --- a/docs/docbook/manpages/rpcclient.1.sgml +++ b/docs/docbook/manpages/rpcclient.1.sgml @@ -127,8 +127,8 @@ <varlistentry> <term>-l|--logfile=logbasename</term> <listitem><para>File name for log/debug files. The extension - <constant>'.client'</constant> will be appended. The log file is never removed - by the client. + <constant>'.client'</constant> will be appended. The log file is + never removed by the client. </para></listitem> </varlistentry> @@ -137,14 +137,15 @@ <varlistentry> <term>-N|--nopass</term> <listitem><para>instruct <command>rpcclient</command> not to ask - for a password. By default, <command>rpcclient</command> will prompt - for a password. See also the <parameter>-U</parameter> option.</para></listitem> + for a password. By default, <command>rpcclient</command> will + prompt for a password. See also the <parameter>-U</parameter> + option.</para></listitem> </varlistentry> <varlistentry> <term>-s|--conf=smb.conf</term> - <listitem><para>Specifies the location of the all important + <listitem><para>Specifies the location of the all-important <filename>smb.conf</filename> file. </para></listitem> </varlistentry> @@ -162,8 +163,8 @@ <para>A third option is to use a credentials file which contains the plaintext of the username and password. This - option is mainly provided for scripts where the admin doesn't - desire to pass the credentials on the command line or via environment + option is mainly provided for scripts where the admin does not + wish to pass the credentials on the command line or via environment variables. If this method is used, make certain that the permissions on the file restrict access from unwanted users. See the <parameter>-A</parameter> for more details. </para> @@ -203,7 +204,7 @@ of SIDs to usernames. </para></listitem> - <listitem><para><command>lookupnames</command> - Resolve s list + <listitem><para><command>lookupnames</command> - Resolve a list of usernames to SIDs. </para></listitem> @@ -290,7 +291,7 @@ <listitem><para><command>enumjobs <printer></command> - - List the jobs and status of a given printer. + - List the jobs and status of a given printer. This command corresponds to the MS Platform SDK EnumJobs() function (* This command is currently unimplemented).</para></listitem> @@ -339,7 +340,7 @@ <listitem><para><command>getdriverdir <arch></command> - Execute a GetPrinterDriverDirectory() - RPC to retreive the SMB share name and subdirectory for + RPC to retrieve the SMB share name and subdirectory for storing printer driver files for a given architecture. Possible values for <parameter>arch</parameter> are "Windows 4.0" (for Windows 95/98), "Windows NT x86", "Windows NT PowerPC", "Windows @@ -359,10 +360,11 @@ against a given printer. </para></listitem> - <listitem><para><command>setdriver <printername> <drivername></command> - - Execute a SetPrinter() command to update the printer driver associated - with an installed printer. The printer driver must already be correctly - installed on the print server. </para> + <listitem><para><command>setdriver <printername> + <drivername></command> + - Execute a SetPrinter() command to update the printer driver + associated with an installed printer. The printer driver must + already be correctly installed on the print server. </para> <para>See also the <command>enumprinters</command> and <command>enumdrivers</command> commands for obtaining a list of @@ -374,8 +376,8 @@ <para><emphasis>GENERAL OPTIONS</emphasis></para> <itemizedlist> - <listitem><para><command>debuglevel</command> - Set the current debug level - used to log information.</para></listitem> + <listitem><para><command>debuglevel</command> - Set the current + debug level used to log information.</para></listitem> <listitem><para><command>help (?)</command> - Print a listing of all known commands or extended help on a particular command. |