helly Tue Feb 4 19:35:20 2003 EDT
Modified files:
/php4/sapi/cli php.1
Log:
# RTFM .. and then it goes better :-)
Index: php4/sapi/cli/php.1
diff -u php4/sapi/cli/php.1:1.1 php4/sapi/cli/php.1:1.2
--- php4/sapi/cli/php.1:1.1 Tue Feb 4 19:12:46 2003
+++ php4/sapi/cli/php.1 Tue Feb 4 19:35:20 2003
@@ -14,7 +14,7 @@
./" | Author: Marcus Boerger <[EMAIL PROTECTED]> |
./" +----------------------------------------------------------------------+
./"
-./" $Id: php.1,v 1.1 2003/02/05 00:12:46 helly Exp $
+./" $Id: php.1,v 1.2 2003/02/05 00:35:20 helly Exp $
./"
.TH PHP 1
.SH NAME
@@ -27,7 +27,7 @@
]
.IR file
[[--]
-.IR args...
+.IR args
]
.LP
.B php
@@ -35,7 +35,7 @@
.B -r
.IR code
[[--]
-.IR args...
+.IR args
]
.LP
.B php
@@ -47,7 +47,7 @@
[-E
.IR code
] [[--]
-.IR args...
+.IR args
]
.LP
.B php
@@ -59,12 +59,12 @@
[-E
.IR code
] [[--]
-.IR args...
+.IR args
]
.LP
.B php
[options] -- [
-.IR args...
+.IR args
]
.LP
.SH DESCRIPTION
@@ -182,7 +182,7 @@
Load Zend extension
.IR file
.TP
-.IR args...
+.IR args
Arguments passed to script. Use
.B '--'
.IR args
@@ -207,8 +207,11 @@
license,
that is bundled with this package in the file LICENSE, and is
available at through the world-wide-web at
-.BR
+.PD 0
+.P
.B http://www.php.net/license/2_02.txt.
+.P
+.PD 1
If you did not receive a copy of the PHP license and are unable to
obtain it through the world-wide-web, please send a note to
.B [EMAIL PROTECTED]
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php