Skip to content

Commit

Permalink
Terminology: change embedded web server to built-in web server to ali…
Browse files Browse the repository at this point in the history
…gn with cli usage
  • Loading branch information
kaplanlior authored and smalyshev committed Jul 14, 2013
1 parent 07501dc commit bcef0eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sapi/cli/php.1.in
Expand Up @@ -86,7 +86,7 @@ and therefore reading from
.B STDIN
explicitly changes the next input line or skips input lines.
.LP
PHP also contains an embedded web server for application development purpose. By using the \-S option where
PHP also contains an built-in web server for application development purpose. By using the \-S option where
.B addr:port
point to a local address and port PHP will listen to HTTP requests on that address and port and serve files from the current working directory or the
.B docroot
Expand Down Expand Up @@ -281,14 +281,14 @@ Output HTML syntax highlighted source
.TP
.PD 1
.B \-S \fIaddr:port\fP
Start embedded Webserver on the given local address and port
Start built-in web server on the given local address and port
.TP
.PD 0
.B \-\-docroot \fIdocroot\fP
.TP
.PD 1
.B \-t \fIdocroot\fP
Specify the document root to be used by the embedded web server
Specify the document root to be used by the built-in web server
.TP
.PD 0
.B \-\-version
Expand Down

0 comments on commit bcef0eb

Please sign in to comment.