From: mike Date: Fri, 11 Jan 2013 21:50:03 +0000 (+0000) Subject: Fix typo in cupsctl man page (STR #4248) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8047a8bf809ee74f15067ca35277afc5521ef71;p=thirdparty%2Fcups.git Fix typo in cupsctl man page (STR #4248) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10806 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/CHANGES-1.6.txt b/CHANGES-1.6.txt index 0865b242b4..d909cb974e 100644 --- a/CHANGES-1.6.txt +++ b/CHANGES-1.6.txt @@ -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) diff --git a/man/cupsctl.man b/man/cupsctl.man index ad69e59611..68953c0649 100644 --- a/man/cupsctl.man +++ b/man/cupsctl.man @@ -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.