summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-02-17 05:32:52 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-02-17 05:32:52 +0000
commit63e453a1d4f06339329385ab279c9d91fa92d3ea (patch)
tree1454dec88efc711fcf078fb6b84dc78b2295a72b
parenta4105ebef996129c88c37f9cc305d4d94aaba0a9 (diff)
downloadphp-git-63e453a1d4f06339329385ab279c9d91fa92d3ea.tar.gz
Fixed bug #50795 (man pages have bad whatis entries)
- Patch by Debian
-rw-r--r--sapi/cli/php.1.in1
-rw-r--r--scripts/man1/php-config.1.in5
-rw-r--r--scripts/man1/phpize.1.in7
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