]> granicus.if.org Git - apache/commitdiff
Phrasing update from trunk
authorRich Bowen <rbowen@apache.org>
Mon, 13 Mar 2017 13:35:11 +0000 (13:35 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 13 Mar 2017 13:35:11 +0000 (13:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1786684 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/ssi.html.en
docs/manual/howto/ssi.xml

index bf1de60857c1f079783ccddad279614a6a3bee5a..92a05921dcddffd8b329bda91653e86dd4121931 100644 (file)
@@ -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
index dc9b40a18189434c46a0ee654271c6236eabdbc9..46766e378401b94add89f185b7ca76dc5fde0f63 100644 (file)
@@ -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