diff options
author | Günther Deschner <gd@samba.org> | 2004-11-10 00:54:22 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:07 -0500 |
commit | 6aeb659bb7479679319142429875f4b07ef5473a (patch) | |
tree | 4c0d0960c1ccdc67a3ecc8af9bb9a260eae69cbd | |
parent | e5d905427bf4c23a21584dbfcc5a79ebc2ed8ca0 (diff) | |
download | samba-6aeb659bb7479679319142429875f4b07ef5473a.tar.gz samba-6aeb659bb7479679319142429875f4b07ef5473a.tar.bz2 samba-6aeb659bb7479679319142429875f4b07ef5473a.zip |
Document "deldriverex"
Guenther
(This used to be commit 5546c7b2d512359b7bcd13c00e99477e735ad6d7)
-rw-r--r-- | docs/manpages/rpcclient.1.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manpages/rpcclient.1.xml b/docs/manpages/rpcclient.1.xml index d775b0d6a5..b6e946ee97 100644 --- a/docs/manpages/rpcclient.1.xml +++ b/docs/manpages/rpcclient.1.xml @@ -265,6 +265,12 @@ Comma Separated list of Files only the entry from the server's list of drivers. </para></listitem></varlistentry> + <varlistentry><term>deldriverex <driver> [architecture] [version] + </term><listitem><para>Delete the specified printer driver including driver files. + You can limit this action to a specific architecture and a specific version. + If no architecure is given, all driver files of that driver will be deleted. + </para></listitem></varlistentry> + <varlistentry><term>enumdata</term><listitem><para>Enumerate all printer setting data stored on the server. On Windows NT clients, these values are stored in the registry, while Samba servers |