Align -B and -E parameter names with cli usage (begin_code and end_code)
authorLior Kaplan <kaplanlior@gmail.com>
Sat, 6 Jul 2013 11:28:42 +0000 (14:28 +0300)
committerStanislav Malyshev <stas@php.net>
Sun, 14 Jul 2013 23:42:09 +0000 (16:42 -0700)
sapi/cli/php.1.in

index 749baa8a6b7cdd96a3142d75e401a02a8aa03fab..533903e6f97d97c58c523aa4d142f1755b4927e4 100644 (file)
@@ -20,21 +20,21 @@ php-cgi \- PHP Common Gateway Interface 'CGI' command
 .LP
 .B php
 [options] [\-B 
-.IR code ] 
+.IR begin_code ]
 .B \-R 
 .IR code
 [\-E 
-.IR code ]
+.IR end_code ]
 [[\-\-]
 .IR args.\|.\|. ]
 .LP
 .B php
 [options] [\-B 
-.IR code ]
+.IR begin_code ]
 .B \-F 
 .IR file
 [\-E 
-.IR code ] 
+.IR end_code ]
 [[\-\-]
 .IR args.\|.\|. ]
 .LP
@@ -237,9 +237,9 @@ without using script tags
 .B \-\-process\-begin \fIcode\fP
 .TP
 .PD 1
-.B \-B \fIcode\fP
+.B \-B \fIbegin_code\fP
 Run PHP 
-.IR code
+.IR begin_code
 before processing input lines
 .TP
 .PD 0
@@ -264,9 +264,9 @@ for every input line
 .B \-\-process\-end \fIcode\fP
 .TP
 .PD 1
-.B \-E \fIcode\fP
+.B \-E \fIend_code\fP
 Run PHP 
-.IR code
+.IR end_code
 after processing all input lines
 .TP
 .PD 0