summaryrefslogtreecommitdiff
path: root/docs/manpages/smbspool.8
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages/smbspool.8')
-rw-r--r--docs/manpages/smbspool.829
1 files changed, 14 insertions, 15 deletions
diff --git a/docs/manpages/smbspool.8 b/docs/manpages/smbspool.8
index 779ba4921f..e9496e7a74 100644
--- a/docs/manpages/smbspool.8
+++ b/docs/manpages/smbspool.8
@@ -1,17 +1,18 @@
-.\" This manpage has been automatically generated by docbook2man-spec
-.\" from a DocBook document. docbook2man-spec can be found at:
-.\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/>
+.\" This manpage has been automatically generated by docbook2man
+.\" from a DocBook document. This tool can be found at:
+.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "SMBSPOOL" "8" "28 January 2002" "" ""
+.TH "SMBSPOOL" "8" "01 October 2002" "" ""
.SH NAME
-smbspool \- send print file to an SMB printer
+smbspool \- send a print file to an SMB printer
.SH SYNOPSIS
-.sp
-\fBsmbspool\fR [ \fBjob\fR ] [ \fBuser\fR ] [ \fBtitle\fR ] [ \fBcopies\fR ] [ \fBoptions\fR ] [ \fBfilename\fR ]
+
+\fBsmbspool\fR [ \fBjob\fR ] [ \fBuser\fR ] [ \fBtitle\fR ] [ \fBcopies\fR ] [ \fBoptions\fR ] [ \fBfilename\fR ]
+
.SH "DESCRIPTION"
.PP
-This tool is part of the Sambasuite.
+This tool is part of the Samba suite.
.PP
smbspool is a very small print spooling program that
sends a print file to an SMB printer. The command-line arguments
@@ -40,12 +41,10 @@ smb://username:password@workgroup/server/printer
smbspool tries to get the URI from argv[0]. If argv[0]
contains the name of the program then it looks in the \fB DEVICE_URI\fR environment variable.
.PP
-.PP
Programs using the \fBexec(2)\fR functions can
pass the URI in argv[0], while shell scripts must set the
\fBDEVICE_URI\fR environment variable prior to
running smbspool.
-.PP
.SH "OPTIONS"
.TP 0.2i
\(bu
@@ -64,12 +63,12 @@ when sending the print job.
\(bu
The copies argument (argv[4]) contains
the number of copies to be printed of the named file. If
-no filename is provided than this argument is not used by
+no filename is provided then this argument is not used by
smbspool.
.TP 0.2i
\(bu
The options argument (argv[5]) contains
-the print options in a single string and is presently
+the print options in a single string and is currently
not used by smbspool.
.TP 0.2i
\(bu
@@ -82,8 +81,8 @@ This man page is correct for version 2.2 of
the Samba suite.
.SH "SEE ALSO"
.PP
-\fBsmbd(8)\fR,
-and samba(7).
+\fBsmbd(8)\fR
+and samba(7)
.SH "AUTHOR"
.PP
\fBsmbspool\fR was written by Michael Sweet
@@ -98,5 +97,5 @@ The original Samba man pages were written by Karl Auer.
The man page sources were converted to YODL format (another
excellent piece of Open Source software, available at
ftp://ftp.icce.rug.nl/pub/unix/ <URL:ftp://ftp.icce.rug.nl/pub/unix/>) and updated for the Samba 2.0
-release by Jeremy Allison. The conversion to DocBook for
+release by Jeremy Allison. The conversion to DocBook for
Samba 2.2 was done by Gerald Carter