]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo in cupsctl man page (STR #4248)
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 11 Jan 2013 21:50:03 +0000 (21:50 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 11 Jan 2013 21:50:03 +0000 (21:50 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10806 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.6.txt
man/cupsctl.man

index 0865b242b434eef0d84ee42e06c977019a5756b0..d909cb974efb6fb0a94e297183841f79caa5ba46 100644 (file)
@@ -3,7 +3,7 @@ CHANGES-1.6.txt
 
 CHANGES IN CUPS V1.6.2
 
-       - Documentation fixes (STR #4229, STR #4239, STR #4234)
+       - Documentation fixes (STR #4229, STR #4239, STR #4234, STR #4248)
        - Security: All file, directory, user, and group settings are now stored
          in a separate cups-files.conf configuration file that cannot be set
          through the CUPS web interface or APIs (STR #4223)
index ad69e5961127884474394d078fe4673f3b24f214..68953c0649c4d8c254c917cf302bf48cede15576 100644 (file)
@@ -12,7 +12,7 @@
 .\"   which should have been included with this file.  If this file is
 .\"   file is missing or damaged, see the license at "http://www.cups.org/".
 .\"
-.TH cupsctl 8 "CUPS" "12 December 2012" "Apple Inc."
+.TH cupsctl 8 "CUPS" "11 January 2013" "Apple Inc."
 .SH NAME
 cupsctl \- configure cupsd.conf options
 .SH SYNOPSIS
@@ -82,7 +82,7 @@ Get the current debug logging state:
 .LP
 Disable printer sharing:
 .nf
-    cupsctl --no-shared-printers
+    cupsctl --no-share-printers
 .fi
 .SH KNOWN ISSUES
 You cannot set the Listen or Port directives using \fIcupsctl\fR.