From: msweet Date: Thu, 30 Jul 2015 15:03:33 +0000 (+0000) Subject: cupsd-logs man page should be in section 5 (STR #4674) X-Git-Tag: v2.2b1~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbdd141004e7389355ea3f3168dc8c9a98b33ea;p=thirdparty%2Fcups.git cupsd-logs man page should be in section 5 (STR #4674) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12814 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/CHANGES-2.0.txt b/CHANGES-2.0.txt index 6128b02d29..dc46f035fd 100644 --- a/CHANGES-2.0.txt +++ b/CHANGES-2.0.txt @@ -12,7 +12,7 @@ CHANGES IN CUPS V2.0.4 - The scheduler incorrectly started jobs while canceling multiple jobs (STR #4648) - Fixed processing of server overrides without port numbers (STR #4675) - - Documentation changes (STR #4651) + - Documentation changes (STR #4651, STR #4674) CHANGES IN CUPS V2.0.3 diff --git a/man/Makefile b/man/Makefile index 75f9dce649..c2a1923afa 100644 --- a/man/Makefile +++ b/man/Makefile @@ -3,7 +3,7 @@ # # Man page makefile for CUPS. # -# Copyright 2007-2014 by Apple Inc. +# Copyright 2007-2015 by Apple Inc. # Copyright 1993-2006 by Easy Software Products. # # These coded instructions, statements, and computer programs are the @@ -43,6 +43,7 @@ MAN5 = classes.conf.$(MAN5EXT) \ cups-files.conf.$(MAN5EXT) \ cups-snmp.conf.$(MAN5EXT) \ cupsd.conf.$(MAN5EXT) \ + cupsd-logs.$(MAN5EXT) \ ipptoolfile.$(MAN5EXT) \ mailto.conf.$(MAN5EXT) \ mime.convs.$(MAN5EXT) \ @@ -61,7 +62,6 @@ MAN8 = cupsaccept.$(MAN8EXT) \ cups-snmp.$(MAN8EXT) \ cupsd.$(MAN8EXT) \ cupsd-helper.$(MAN8EXT) \ - cupsd-logs.$(MAN8EXT) \ cupsenable.$(MAN8EXT) \ lpadmin.$(MAN8EXT) \ lpinfo.$(MAN8EXT) \