diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2010-02-17 05:32:52 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2010-02-17 05:32:52 +0000 |
commit | 63e453a1d4f06339329385ab279c9d91fa92d3ea (patch) | |
tree | 1454dec88efc711fcf078fb6b84dc78b2295a72b /scripts/man1 | |
parent | a4105ebef996129c88c37f9cc305d4d94aaba0a9 (diff) | |
download | php-git-63e453a1d4f06339329385ab279c9d91fa92d3ea.tar.gz |
Fixed bug #50795 (man pages have bad whatis entries)
- Patch by Debian
Diffstat (limited to 'scripts/man1')
-rw-r--r-- | scripts/man1/php-config.1.in | 5 | ||||
-rw-r--r-- | scripts/man1/phpize.1.in | 7 |
2 files changed, 5 insertions, 7 deletions
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 |