unread
----- Original Message -----
From: esr@thyrsus.com
To: phpdoc@lists.php.net
Sent: Tuesday, February 06, 2007 9:11 PM
Subject: [PHP-DOC] problems in php-config.1, phpize.1
This is automatically generated email about problems in a man page for
which
you appear to be responsible. If you are not the right person or list,
tell
me and I will attempt to correct my database.See http://catb.org/~esr/doclifter/problems.html for details on how and
why these patches were generated. Feel free to email me with any
questions.
Note: These patches do not change the mod date of any manual page. You
may wish to do that by hand.Problems with php-config.1:
- List syntax error. This means .IP, .TP or .RS/.RE markup is garbled.
This confuses doclifter, and may also mess up stricter troff
interpreters like Xman and Rosetta.--- php-config.1-orig 2007-01-26 18:00:04.000000000 -0500
+++ php-config.1 2007-01-26 18:01:36.000000000 -0500
@@ -11,40 +11,29 @@
is a simple shell script for obtaining information about installed PHP
configuration.
.SH OPTIONS
.TP 15
-.PD 0
.B --prefix
Directory prefix where PHP is installed, e.g. /usr/local
.TP
-.PD 0
.B --includes
List of -I options with all include files
.TP
-.PD 0
.B --ldflags
LD Flags which PHP was compiled with
.TP
-.PD 0
.B --libs
Extra libraries which PHP was compiled with
.TP
-.PD 0
.B --extension-dir
Directory where extensions are searched by default
.TP
-.PD 0
.B --include-dir
Directory prefix where header files are installed by default
.TP
-.PD 0
.B --php-binary
Full path to php CLI/CGI binary
.TP
-.PD 0
.B --version
PHP version
-.TP
-.PD 1
-.P
.SH SEE ALSO
.BR php (1)
.SH VERSION INFORMATIONProblems with phpize.1:
- List syntax error. This means .IP, .TP or .RS/.RE markup is garbled.
This confuses doclifter, and may also mess up stricter troff
interpreters like Xman and Rosetta.--- phpize.1-orig 2007-01-26 18:02:41.000000000 -0500
+++ phpize.1 2007-01-26 18:03:36.000000000 -0500
@@ -11,22 +11,16 @@
is a shell script to prepare PHP extension for compiling.
.SH OPTIONS
.TP 15
-.PD 0
.B --clean
Remove all created files
.TP
-.PD 0
.B --help
Prints usage information
.TP
-.PD 0
.B --version
.TP
-.PD 1
.B -v
Prints API version information
-.TP
-.PD 1
.P
.SH SEE ALSO
.BR php (1)--
Eric S. Raymond