about summary refs log tree commit diff stats
path: root/src/LYCgi.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-12-13 04:18:55 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-12-13 04:18:55 -0500
commit08fc6e5c6582f05f43c968931b04d698cf7abc86 (patch)
treee8dd5f36c333c4fec9bee88f9bffb370db7ee176 /src/LYCgi.c
parent0654c7025fbe241efddf0c3b9e58817f262aeda9 (diff)
downloadlynx-snapshots-08fc6e5c6582f05f43c968931b04d698cf7abc86.tar.gz
snapshot of project "lynx", label v2-8-2dev_9
Diffstat (limited to 'src/LYCgi.c')
-rw-r--r--src/LYCgi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/LYCgi.c b/src/LYCgi.c
index 7843ad58..4ad5f376 100644
--- a/src/LYCgi.c
+++ b/src/LYCgi.c
@@ -6,8 +6,8 @@
 **
 ** History
 **      15 Jun 95   Created as way to provide a lynx based service with
-**                  dynamic pages without the need for a http daemon. GL
-**      27 Jun 95   Added <index> (command line) support. Various cleanup
+**                  dynamic pages without the need for a http daemon.  GL
+**      27 Jun 95   Added <index> (command line) support.  Various cleanup
 **                  and bug fixes. GL
 **	04 Sep 97   Added support for PATH_INFO scripts.  JKT
 **
@@ -17,7 +17,7 @@
 **
 **      Should do something about SIGPIPE, (but then it should never happen)
 **
-**      No support for redirection. Or mime-types.
+**      No support for redirection.  Or mime-types.
 **
 **      Should try and parse for a HTTP 1.1 header in case we are "calling" a
 **      nph- script.
@@ -187,7 +187,7 @@ PRIVATE int LYLoadCGI ARGS4(
 	    if (TRACE)
 		perror("LYNXCGI: stat() of pgm_buff failed");
 	} else {
-	    /* Found PATH_INFO data. Strip it off of pgm and into path_info. */
+	    /* Found PATH_INFO data.  Strip it off of pgm and into path_info. */
 	    StrAllocCopy(path_info, pgm+strlen(pgm_buff));
 	    strcpy(pgm, pgm_buff);
 	    CTRACE(tfp, "LYNXCGI: stat() of %s succeeded, path_info=\"%s\".\n",