diff options
author | Gerald Carter <jerry@samba.org> | 2005-08-22 13:55:19 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:06 -0500 |
commit | b00cf2d5540fbe74638892c6537926d1dc267c80 (patch) | |
tree | 5952558fc1130b938b2594c0ba8a94a7d1af172f | |
parent | 70176377c49ef75bd9e4f6296f28f3ccd7fb59a1 (diff) | |
download | samba-b00cf2d5540fbe74638892c6537926d1dc267c80.tar.gz samba-b00cf2d5540fbe74638892c6537926d1dc267c80.tar.bz2 samba-b00cf2d5540fbe74638892c6537926d1dc267c80.zip |
remove the printmode documentation since the command itself was previously removed
(This used to be commit d4fe2601b2f6ee32501b66828145ae024f57e750)
-rw-r--r-- | docs/manpages-3/smbclient.1.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index b7ee8f8338..43e8c56684 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -715,22 +715,12 @@ <varlistentry> <term>print <file name></term> <listitem><para>Print the specified file from the local machine - through a printable service on the server. </para> - - <para>See also the printmode command.</para></listitem> + through a printable service on the server. </para></listitem> </varlistentry> <varlistentry> - <term>printmode <graphics or text></term> - <listitem><para>Set the print mode to suit either binary data - (such as graphical information) or text. Subsequent print - commands will use the currently set print mode. </para></listitem> - </varlistentry> - - - <varlistentry> <term>prompt</term> <listitem><para>Toggle prompting for filenames during operation of the mget and mput commands. </para> |