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 | bf7de28e460534f0037cfa98421010902303987e (patch) | |
tree | 3b9c9e97a2faab388825b7345fe82b9edaee6c8f /scripts | |
parent | 3ea4abe92c0cc0cc78a48e810e7f94d22c1b0fda (diff) | |
download | php-git-bf7de28e460534f0037cfa98421010902303987e.tar.gz |
Fixed bug #50795 (man pages have bad whatis entries)
- Patch by Debian
Diffstat (limited to 'scripts')
-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 |