]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix new quota/acl sections in the SAM.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 7 Mar 2002 13:46:03 +0000 (13:46 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 7 Mar 2002 13:46:03 +0000 (13:46 +0000)
Bump version numbers to 1.1.15.

Regenerate docos.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@2188 7a7537e8-13f0-0310-91df-b6672ffda945

doc/sam.html
doc/sam.pdf
doc/sam.shtml
doc/spm.html
doc/spm.pdf
doc/spm.shtml
doc/sum.html
doc/sum.pdf
doc/sum.shtml

index f8380c3bc48225b3832ca420e20b9d91a0f8a74c..e6c38bc42ded8d5a0a70434bfd514db83a39c44d 100644 (file)
@@ -4,7 +4,7 @@
 <TITLE>CUPS Software Administrators Manual</TITLE>
 <META NAME="author" CONTENT="Easy Software Products">
 <META NAME="copyright" CONTENT="Copyright 1997-2002, All Rights Reserved">
-<META NAME="docnumber" CONTENT="CUPS-SAM-1.1.14">
+<META NAME="docnumber" CONTENT="CUPS-SAM-1.1.15">
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
 <STYLE TYPE="text/css"><!--
 BODY { font-family: serif }
@@ -22,7 +22,7 @@ PRE { font-family: monospace }
 <BODY BGCOLOR="#ffffff">
 <CENTER><A HREF="#CONTENTS"><IMG SRC="images/cups-large.gif" BORDER="0" WIDTH="431" HEIGHT="511"><BR>
 <H1>CUPS Software Administrators Manual</H1></A><BR>
-CUPS-SAM-1.1.14<BR>
+CUPS-SAM-1.1.15<BR>
 Easy Software Products<BR>
 Copyright 1997-2002, All Rights Reserved<BR>
 </CENTER>
@@ -280,7 +280,7 @@ Copyright 1997-2002, All Rights Reserved<BR>
 <H1 ALIGN="RIGHT"><A NAME="1">Preface</A></H1>
 <P>This software administrators manual provides printer administration
  information for the Common UNIX Printing System<SUP>TM</SUP> (&quot;CUPS<SUP>
-TM</SUP>&quot;), version 1.1.14.</P>
+TM</SUP>&quot;), version 1.1.15.</P>
 <H2><A NAME="1_1">System Overview</A></H2>
 <P>CUPS provides a portable printing layer for UNIX&reg;-based operating
  systems. It has been developed by<A HREF="http://www.easysw.com"> Easy
@@ -895,9 +895,7 @@ lpoptions(1)</CODE> command.</P>
 <B>/usr/sbin/lpadmin -p <I>printer</I> -o job-quota-period=604800 -o job-page-limit=100<I>ENTER</I></B>
 </PRE>
 </UL>
-<P>Or, you can combine all three options on the same line. Please note
- that you must enter all quota options with one call of the <CODE>
-lpadmin</CODE> command, and not with several calls.</P>
+<P>Or, you can combine all three options on the same line.</P>
 <H3><A NAME="4_3_7">Restricting Access to a Printer</A></H3>
 <P>The <CODE>-u</CODE> option of the <CODE>lpadmin</CODE> command
  controls which users can print to a printer. The default configuration
@@ -917,7 +915,7 @@ lpadmin</CODE> command, and not with several calls.</P>
 </PRE>
 </UL>
 <P>This command allows peter, paul, and mary to print to the named
- printer, but all other users cannon print. The command:</P>
+ printer, but all other users cannot print. The command:</P>
 <UL>
 <PRE>
 <B>/usr/sbin/lpadmin -p <I>printer</I> -u deny:peter,paul,mary <I>ENTER</I></B>
index c6c0d905f900828b02340d5b3652e935f4c72188..f4af308475f1868a67bd98e3b8b7c8a219a8dc97 100644 (file)
Binary files a/doc/sam.pdf and b/doc/sam.pdf differ
index 4a0e26461c6b12bd1b62fdeea6f7041d8690d43c..8184d41e9836e2032756bcfb78cd97ce8a25ccb7 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
        <META NAME="COPYRIGHT" CONTENT="Copyright 1997-2002, All Rights Reserved">
-       <META NAME="DOCNUMBER" CONTENT="CUPS-SAM-1.1.14">
+       <META NAME="DOCNUMBER" CONTENT="CUPS-SAM-1.1.15">
        <META NAME="Author" CONTENT="Easy Software Products">
        <TITLE>CUPS Software Administrators Manual</TITLE>
 </HEAD>
@@ -11,7 +11,7 @@
 
 <P>This software administrators manual provides printer administration
 information for the Common UNIX Printing System<SUP>TM</SUP>
-("CUPS<SUP>TM</SUP>"), version 1.1.14.
+("CUPS<SUP>TM</SUP>"), version 1.1.15.
 
 <EMBED SRC="system-overview.shtml">
 
@@ -628,9 +628,7 @@ quotas:</P>
 </PRE>
 </UL>
 
-<P>Or, you can combine all three options on the same line. 
-Please note that you must enter all quota options with one 
-call of the <CODE>lpadmin</CODE> command, and not with several calls.</P>
+<P>Or, you can combine all three options on the same line.</P>
 
 <H3>Restricting Access to a Printer</A></H3>
 
@@ -656,7 +654,7 @@ not allowed to use the printer:</P>
 </UL>
 
 <P>This command allows peter, paul, and mary to print to the named
-printer, but all other users cannon print. The command:</P>
+printer, but all other users cannot print. The command:</P>
 
 <UL>
 <PRE>
@@ -669,15 +667,20 @@ be able to print to the named printer.</P>
 
 <CENTER>
 <TABLE BGCOLOR="#cccccc" BORDER="1" CELLPADDING="5" WIDTH="80%">
-<TR><TD><B>NOTE:</B>
-<P>The<I> allow</I> and<I> deny</I> options are not cummulative. That
-is, you must provide the complete list of users to allow or deny each
-time.</P>
-<P>Also, CUPS only maintains one list of users - the list can
-allow or deny users from printing. If you specify an allow list and
-then specify a deny list, the deny list will replace the allow list -
-only one list is active at any time.</P>
-</TD></TR>
+<TR>
+       <TD><B>NOTE:</B>
+
+       <P>The<I> allow</I> and<I> deny</I> options are not cummulative. That
+       is, you must provide the complete list of users to allow or deny each
+       time.</P>
+
+       <P>Also, CUPS only maintains one list of users - the list can
+       allow or deny users from printing. If you specify an allow list and
+       then specify a deny list, the deny list will replace the allow list -
+       only one list is active at any time.</P>
+
+       </TD>
+</TR>
 </TABLE>
 </CENTER>
 
index 854a7dd6edb095a7bb54b7ec85a55da08b5b2e65..4b8141ae813954ccdae6ae50c2cebb3fbf46ca9b 100644 (file)
@@ -4,7 +4,7 @@
 <TITLE>CUPS Software Programmers Manual</TITLE>
 <META NAME="author" CONTENT="Easy Software Products">
 <META NAME="copyright" CONTENT="Copyright 1997-2002, All Rights Reserved">
-<META NAME="docnumber" CONTENT="CUPS-SPM-1.1.14">
+<META NAME="docnumber" CONTENT="CUPS-SPM-1.1.15">
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
 <STYLE TYPE="text/css"><!--
 BODY { font-family: serif }
@@ -22,7 +22,7 @@ PRE { font-family: monospace }
 <BODY BGCOLOR="#ffffff">
 <CENTER><A HREF="#CONTENTS"><IMG SRC="images/cups-large.gif" BORDER="0" WIDTH="431" HEIGHT="511"><BR>
 <H1>CUPS Software Programmers Manual</H1></A><BR>
-CUPS-SPM-1.1.14<BR>
+CUPS-SPM-1.1.15<BR>
 Easy Software Products<BR>
 Copyright 1997-2002, All Rights Reserved<BR>
 </CENTER>
@@ -1088,7 +1088,7 @@ Copyright 1997-2002, All Rights Reserved<BR>
 <H1 ALIGN="RIGHT"><A NAME="1">Preface</A></H1>
 <P>This software programmers manual provides software programming
  information for the Common UNIX Printing System (&quot;CUPS&quot;) Version
- 1.1.14.</P>
+ 1.1.15.</P>
 <H2><A NAME="1_1">System Overview</A></H2>
 <P>CUPS provides a portable printing layer for UNIX&reg;-based operating
  systems. It has been developed by<A HREF="http://www.easysw.com"> Easy
index 02f42367443254a9e2d1e1bc4ef84fc3041fa97d..e21f13f2a99331dd3fa8a3b85e38e1e34b9da401 100644 (file)
Binary files a/doc/spm.pdf and b/doc/spm.pdf differ
index 06b3a2e6add69b12a35b63d7cc67b560bdf5ca31..2fda4520edd61ed9d94f286a9ef5c5cea20a08b3 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
        <META NAME="COPYRIGHT" CONTENT="Copyright 1997-2002, All Rights Reserved">
-       <META NAME="DOCNUMBER" CONTENT="CUPS-SPM-1.1.14">
+       <META NAME="DOCNUMBER" CONTENT="CUPS-SPM-1.1.15">
        <META NAME="Author" CONTENT="Easy Software Products">
        <TITLE>CUPS Software Programmers Manual</TITLE>
 </HEAD>
@@ -11,7 +11,7 @@
 
 <P>This software programmers manual provides software
 programming information for the Common UNIX Printing System
-("CUPS") Version 1.1.14.
+("CUPS") Version 1.1.15.
 
 <EMBED SRC="system-overview.shtml">
 
index 5ac894a4b8959a4f1b42089772c2782f68d34d56..7b89ea5f5dd1fc8a37d8b42cfd06808f1c887aeb 100644 (file)
@@ -4,7 +4,7 @@
 <TITLE>CUPS Software Users Manual</TITLE>
 <META NAME="author" CONTENT="Easy Software Products">
 <META NAME="copyright" CONTENT="Copyright 1997-2002, All Rights Reserved">
-<META NAME="docnumber" CONTENT="CUPS-SUM-1.1.14">
+<META NAME="docnumber" CONTENT="CUPS-SUM-1.1.15">
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
 <STYLE TYPE="text/css"><!--
 BODY { font-family: serif }
@@ -22,7 +22,7 @@ PRE { font-family: monospace }
 <BODY BGCOLOR="#ffffff">
 <CENTER><A HREF="#CONTENTS"><IMG SRC="images/cups-large.gif" BORDER="0" WIDTH="431" HEIGHT="511"><BR>
 <H1>CUPS Software Users Manual</H1></A><BR>
-CUPS-SUM-1.1.14<BR>
+CUPS-SUM-1.1.15<BR>
 Easy Software Products<BR>
 Copyright 1997-2002, All Rights Reserved<BR>
 </CENTER>
@@ -128,7 +128,7 @@ Copyright 1997-2002, All Rights Reserved<BR>
 <HR>
 <H1 ALIGN="RIGHT"><A NAME="1">Preface</A></H1>
 <P>This software users manual describes how to use the Common UNIX
- Printing System<SUP>TM</SUP> (&quot;CUPS<SUP>TM</SUP>&quot;) Version 1.1.14.</P>
+ Printing System<SUP>TM</SUP> (&quot;CUPS<SUP>TM</SUP>&quot;) Version 1.1.15.</P>
 <H2><A NAME="1_1">System Overview</A></H2>
 <P>CUPS provides a portable printing layer for UNIX&reg;-based operating
  systems. It has been developed by<A HREF="http://www.easysw.com"> Easy
index e37fbe03763e92bfd23b6439abb7fc304876258b..dc39033527f5d9d4b7104aa2d5b8c39e85d36e53 100644 (file)
Binary files a/doc/sum.pdf and b/doc/sum.pdf differ
index 1baa1dd852aad8ee9d11fcbb75259523633556ec..6b984a62ce631cb552276ff46b894841f90e753c 100644 (file)
@@ -2,7 +2,7 @@
 <HEAD>
        <META NAME="Description" CONTENT="Common UNIX Printing System Software Users Manual">
        <META NAME="COPYRIGHT" CONTENT="Copyright 1997-2002, All Rights Reserved">
-       <META NAME="DOCNUMBER" CONTENT="CUPS-SUM-1.1.14">
+       <META NAME="DOCNUMBER" CONTENT="CUPS-SUM-1.1.15">
        <META NAME="Author" CONTENT="Easy Software Products">
        <TITLE>CUPS Software Users Manual</TITLE>
 </HEAD>
@@ -11,7 +11,7 @@
 <H1 ALIGN="RIGHT">Preface</H1>
 
 <P>This software users manual describes how to use the Common UNIX Printing
-System<SUP>TM</SUP> ("CUPS<SUP>TM</SUP>") Version 1.1.14.
+System<SUP>TM</SUP> ("CUPS<SUP>TM</SUP>") Version 1.1.15.
 
 <EMBED SRC="system-overview.shtml">