lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev prettysrc (small inconsistencies)


From: Karl Eichwalder
Subject: lynx-dev prettysrc (small inconsistencies)
Date: 01 May 1999 08:00:29 +0200

Hello,

there are two documentation inconsistencies in the sources (2.8.2dev.25)
- this hurts if you want to grep through them ;)

--- lynx2-8-2/CHANGES.~1~       Tue Apr 27 14:59:06 1999
+++ lynx2-8-2/CHANGES   Sat May  1 07:49:46 1999
@@ -227,7 +227,7 @@
 * added HTML source syntax highlighting (when option -prettysrc that is added
   is given to lynx). It's available for lynx compiled with and without lss
   support (it can be much more beatiful when compiled with lss support - read
-  lynx.cfg for description). The code is ifdef'ed with USE_SRC.
+  lynx.cfg for description). The code is ifdef'ed with USE_PSRC.
   This functionality coexists with old source view and with -preparsed logic
   (ie different commandline options make source view logic different) -VH
 * HTChunkPutc was inlined in SGML.c for better performance -VH
--- lynx2-8-2/src/LYPrettySrc.c.~1~     Tue Apr 13 11:39:16 1999
+++ lynx2-8-2/src/LYPrettySrc.c Sat May  1 07:51:47 1999
@@ -12,7 +12,7 @@
        when viewing pretty source */
 PUBLIC BOOL LYpsrc = FALSE; /* this tells what will be shown on '\':
   if TRUE, then pretty source, normal source view otherwise. Toggled by
-  -pretty_source commandline option.  */
+  -prettysrc commandline option.  */
 PUBLIC BOOL sgml_in_psrc_was_initialized;
 PUBLIC BOOL psrc_nested_call;
 PUBLIC BOOL psrc_first_tag;

-- 
Karl Eichwalder

reply via email to

[Prev in Thread] Current Thread [Next in Thread]