From 63e453a1d4f06339329385ab279c9d91fa92d3ea Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 17 Feb 2010 05:32:52 +0000 Subject: [PATCH] Fixed bug #50795 (man pages have bad whatis entries) - Patch by Debian --- sapi/cli/php.1.in | 1 - scripts/man1/php-config.1.in | 5 ++--- scripts/man1/phpize.1.in | 7 +++---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index c800e127f4..17346679ff 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -1,6 +1,5 @@ .TH PHP 1 "2010" "The PHP Group" "Scripting Language" .SH NAME -.TP 15 php \- PHP Command Line Interface 'CLI' .SH SYNOPSIS .B php diff --git a/scripts/man1/php-config.1.in b/scripts/man1/php-config.1.in index b900079025..2e49bfac8c 100644 --- a/scripts/man1/php-config.1.in +++ b/scripts/man1/php-config.1.in @@ -1,6 +1,5 @@ -.TH php\-config 1 "2006" "The PHP Group" "Scripting Language" +.TH php\-config 1 "2010" "The PHP Group" "Scripting Language" .SH NAME -.TP 15 php\-config \- get information about PHP configuration and compile options .SH SYNOPSIS .B php\-config @@ -62,7 +61,7 @@ PHP version as integer .SH VERSION INFORMATION This manpage describes \fBphp\fP, version @PHP_VERSION@. .SH COPYRIGHT -Copyright \(co 1997\-2006 The PHP Group +Copyright \(co 1997\-2010 The PHP Group .LP This source file is subject to version 3.01 of the PHP license, that is bundled with this package in the file LICENSE, and is diff --git a/scripts/man1/phpize.1.in b/scripts/man1/phpize.1.in index 2762304c80..8f62f867b7 100644 --- a/scripts/man1/phpize.1.in +++ b/scripts/man1/phpize.1.in @@ -1,7 +1,6 @@ -.TH phpize 1 "2006" "The PHP Group" "Scripting Language" +.TH phpize 1 "2010" "The PHP Group" "Scripting Language" .SH NAME -.TP 15 -phpize - prepare a PHP extension for compiling +phpize \- prepare a PHP extension for compiling .SH SYNOPSIS .B phpize [options] @@ -33,7 +32,7 @@ Prints API version information .SH VERSION INFORMATION This manpage describes \fBphp\fP, version @PHP_VERSION@. .SH COPYRIGHT -Copyright \(co 1997\-2006 The PHP Group +Copyright \(co 1997\-2010 The PHP Group .LP This source file is subject to version 3.01 of the PHP license, that is bundled with this package in the file LICENSE, and is -- 2.40.0