texinfo-commits
[Top][All Lists]
Advanced

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

[7811] info_short_help remove .


From: gavinsmith0123
Subject: [7811] info_short_help remove .
Date: Sun, 21 May 2017 16:37:48 -0400 (EDT)

Revision: 7811
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7811
Author:   gavin
Date:     2017-05-21 16:37:48 -0400 (Sun, 21 May 2017)
Log Message:
-----------
info_short_help remove . from ends of lines

Modified Paths:
--------------
    trunk/info/info.c

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2017-05-21 17:12:37 UTC (rev 7810)
+++ trunk/info/info.c   2017-05-21 20:37:48 UTC (rev 7811)
@@ -1098,23 +1098,23 @@
   -k, --apropos=STRING         look up STRING in all indices of all manuals\n\
   -d, --directory=DIR          add DIR to INFOPATH\n\
       --dribble=FILE           remember user keystrokes in FILENAME\n\
-  -f, --file=MANUAL            specify Info manual to visit."));
+  -f, --file=MANUAL            specify Info manual to visit"));
 
   puts (_("\
   -h, --help                   display this help and exit\n\
       --index-search=STRING    go to node pointed by index entry STRING\n\
   -n, --node=NODENAME          specify nodes in first visited Info file\n\
-  -o, --output=FILE            output selected nodes to FILE."));
+  -o, --output=FILE            output selected nodes to FILE"));
 
   puts (_("\
   -R, --raw-escapes            output \"raw\" ANSI escapes (default)\n\
       --no-raw-escapes         output escapes as literal text\n\
       --restore=FILE           read initial keystrokes from FILE\n\
-  -O, --show-options, --usage  go to command-line options node."));
+  -O, --show-options, --usage  go to command-line options node"));
 
 #if defined(__MSDOS__) || defined(__MINGW32__)
   puts (_("\
-  -b, --speech-friendly        be friendly to speech synthesizers."));
+  -b, --speech-friendly        be friendly to speech synthesizers"));
 #endif
 
   puts (_("\




reply via email to

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