summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages/rpcclient.1.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/manpages/rpcclient.1.sgml')
-rw-r--r--docs/docbook/manpages/rpcclient.1.sgml34
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 &lt;printer&gt;</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 &lt;arch&gt;</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 &lt;printername&gt; &lt;drivername&gt;</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 &lt;printername&gt;
+ &lt;drivername&gt;</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.