From: Herb Lewis Date: Wed, 3 May 2000 03:28:44 +0000 (+0000) Subject: fix typos and regenerate html and man pages X-Git-Tag: samba-2.0.8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a4ad3a167ecd9742b2566db8df58d603da0b13;p=thirdparty%2Fsamba.git fix typos and regenerate html and man pages --- diff --git a/docs/htmldocs/smbspool.8.html b/docs/htmldocs/smbspool.8.html index 53c0f8306f7..f531c9b48ff 100644 --- a/docs/htmldocs/smbspool.8.html +++ b/docs/htmldocs/smbspool.8.html @@ -3,7 +3,6 @@ - smbspool (1) @@ -16,73 +15,73 @@

Samba

11 October 1999

+ -

-

+


NAME

- smbspool - mount an SMB filesystem -

+ smbspool - send print file to an SMB printer +


SYNOPSIS

smbspool job user title copies options [filename] -

+


DESCRIPTION

-

This program is part of the Samba suite. -

smbspool is a very small print spooling program that sends a print -file to a SMB printer. The command-line arguments are position-dependent for +


This program is part of the Samba suite. +


smbspool is a very small print spooling program that sends a print +file to an SMB printer. The command-line arguments 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. -

DEVICE URI

+


DEVICE URI

-

smbspool specifies the destination using a Uniform Resource Identifier +


smbspool specifies the destination using a Uniform Resource Identifier ("URI") with a method of "smb". This string can take a number of forms: -

+


-

smbspool tries to get the URI from argv[0]. If argv[0] contains the +


  • smb://workgroup/server/printer +


  • smb://username:password@server/printer +


  • 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 DEVICE_URI environment variable. -

    Programs using the exec(2) functions can pass the URI in argv[0], +


    Programs using the exec(2) functions can pass the URI in argv[0], while shell scripts must set the DEVICE_URI environment variable prior to running smbspool. -

    OPTIONS

    +


    OPTIONS

    -

    The job argument (argv[1]) contains the job ID number and is presently +


    The job argument (argv[1]) contains the job ID number and is presently not used by smbspool. -

    The user argument (argv[2]) contains the print user's name and is +


    The user argument (argv[2]) contains the print user's name and is presently not used by smbspool. -

    The title argument (argv[3]) contains the job title string and is +


    The title argument (argv[3]) contains the job title string and is passed as the remote file name when sending the print job. -

    The copies argument (argv[4]) contains the number of copies to be +


    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 smbspool. -

    The options argument (argv[5]) contains the print options in a single +


    The options argument (argv[5]) contains the print options in a single string and is presently not used by smbspool. -

    The filename argument (argv[6]) contains the name of the file to print. +


    The filename argument (argv[6]) contains the name of the file to print. If this argument is not specified then the print file is read from the standard input. -

    +


    VERSION

    -

    This man page is correct for version 2\&.0 of the Samba suite\&. -

    +


    This man page is correct for version 2.0 of the Samba suite. +


    SEE ALSO

    smbd (8) -

    +


    AUTHOR

    -

    smbspool was written by Michael Sweet at Easy Software Products. -

    The original Samba software and related utilities were created by +


    smbspool was written by Michael Sweet at Easy Software Products. +


    The original Samba software and related utilities were created by Andrew Tridgell samba@samba.org. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. -

    See samba (7) to find out how to get a full +


    See samba (7) to find out how to get a full list of contributors and details on how to submit bug reports, comments etc. diff --git a/docs/manpages/smbspool.8 b/docs/manpages/smbspool.8 index b32cb3a1d32..053f11b5a08 100644 --- a/docs/manpages/smbspool.8 +++ b/docs/manpages/smbspool.8 @@ -1,8 +1,7 @@ -.TH SMBSPOOL 8 "26 Apr 2000" "smbspool 2.0.7" -.PP +.TH "smbspool " "1" "11 October 1999" "Samba" "SAMBA" .PP .SH "NAME" -smbspool \- mount an SMB filesystem +smbspool \- send print file to an SMB printer .PP .SH "SYNOPSIS" \fBsmbspool\fP job user title copies options [filename] @@ -12,7 +11,7 @@ smbspool \- mount an SMB filesystem This program is part of the Samba suite\&. .PP smbspool is a very small print spooling program that sends a print -file to a SMB printer\&. The command-line arguments are position-dependent for +file to an SMB printer\&. The command-line arguments 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\&. .PP @@ -66,7 +65,7 @@ standard input\&. .PP .SH "VERSION" .PP -This man page is correct for version 2\e&\&.0 of the Samba suite\e&\&. +This man page is correct for version 2\&.0 of the Samba suite\&. .PP .SH "SEE ALSO" \fBsmbd (8)\fP diff --git a/docs/yodldocs/smbspool.8.yo b/docs/yodldocs/smbspool.8.yo index eed28726fe5..53388601a52 100644 --- a/docs/yodldocs/smbspool.8.yo +++ b/docs/yodldocs/smbspool.8.yo @@ -3,9 +3,7 @@ mailto(samba@samba.org) manpage(smbspool htmlcommand((1)))(1)(11 October 1999)(Samba)(SAMBA) label(NAME) - -label(NAME) -manpagename(smbspool)(mount an SMB filesystem) +manpagename(smbspool)(send print file to an SMB printer) label(SYNOPSIS) manpagesynopsis() @@ -17,7 +15,7 @@ manpagedescription() This program is part of the Samba suite. smbspool is a very small print spooling program that sends a print -file to a SMB printer. The command-line arguments are position-dependent for +file to an SMB printer. The command-line arguments 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. @@ -70,7 +68,7 @@ standard input. label(VERSION) manpagesection(VERSION) -This man page is correct for version 2\&.0 of the Samba suite\&. +This man page is correct for version 2.0 of the Samba suite. label(SEEALSO) manpagesection(SEE ALSO)