diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-28 22:13:10 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-28 22:13:10 +0000 |
commit | cad70ca6eda6498db9acdae97fade2c615c3ce5b (patch) | |
tree | f4e3680fb1519ea63703d9d33c0510579ae2ac20 /docs/htmldocs/smbspool.8.html | |
parent | 7e6ad82e549b472a070a55c078450711c04c6da9 (diff) | |
download | samba-cad70ca6eda6498db9acdae97fade2c615c3ce5b.tar.gz samba-cad70ca6eda6498db9acdae97fade2c615c3ce5b.tar.bz2 samba-cad70ca6eda6498db9acdae97fade2c615c3ce5b.zip |
Regenerate docs
(This used to be commit b78c6ee1d155f255d329899c237281c7cf662260)
Diffstat (limited to 'docs/htmldocs/smbspool.8.html')
-rw-r--r-- | docs/htmldocs/smbspool.8.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/htmldocs/smbspool.8.html b/docs/htmldocs/smbspool.8.html index 186f30ebcf..7366ab458f 100644 --- a/docs/htmldocs/smbspool.8.html +++ b/docs/htmldocs/smbspool.8.html @@ -3,7 +3,7 @@ are position-dependent for compatibility with the Common UNIX Printing System, but you can use smbspool with any printing system or from a program or script.</p><p><span class="emphasis"><em>DEVICE URI</em></span></p><p>smbspool specifies the destination using a Uniform Resource - Identifier ("URI") with a method of "smb". This string can take + Identifier ("URI") with a method of "smb". This string can take a number of forms:</p><div class="itemizedlist"><ul type="disc"><li><p>smb://server/printer</p></li><li><p>smb://workgroup/server/printer</p></li><li><p>smb://username:password@server/printer</p></li><li><p>smb://username:password@workgroup/server/printer</p></li></ul></div><p>smbspool tries to get the URI from argv[0]. If argv[0] contains the name of the program then it looks in the <tt class="envar"> DEVICE_URI</tt> environment variable.</p><p>Programs using the <b class="command">exec(2)</b> functions can |