Commit fe3f0d5e authored by Rich Bowen's avatar Rich Bowen
Browse files

Phrasing update from trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1786684 13f79535-47bb-0310-9956-ffa450edef68
parent 33a7ddf1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -332,9 +332,7 @@ modified?</a></h3>
<h2><a name="exec" id="exec">Executing commands</a></h2>
    

    <p>I expect that I'll have an article some time in the coming
    months about using SSI with small CGI programs. For now, here's
    something else that you can do with the <code>exec</code>
    <p>Here's something else that you can do with the <code>exec</code>
    function. You can actually have SSI execute a command using the
    shell (<code>/bin/sh</code>, to be precise - or the DOS shell,
    if you're on Win32). The following, for example, will give you
+1 −3
Original line number Diff line number Diff line
@@ -337,9 +337,7 @@ modified?</title>
<section id="exec">
    <title>Executing commands</title>

    <p>I expect that I'll have an article some time in the coming
    months about using SSI with small CGI programs. For now, here's
    something else that you can do with the <code>exec</code>
    <p>Here's something else that you can do with the <code>exec</code>
    function. You can actually have SSI execute a command using the
    shell (<code>/bin/sh</code>, to be precise - or the DOS shell,
    if you're on Win32). The following, for example, will give you