Author: dumbbell
Date: Tue May 29 08:41:44 2018
New Revision: 334316
URL: https://svnweb.freebsd.org/changeset/base/334316

Log:
  teken: Fix `sequences` header which was crossing the 80-col boundary
  
  Also, the commented line's columns for `DECID` were not re-aligned in
  r334302.
  
  Reported by:  bde

Modified:
  head/sys/teken/sequences

Modified: head/sys/teken/sequences
==============================================================================
--- head/sys/teken/sequences    Tue May 29 07:51:24 2018        (r334315)
+++ head/sys/teken/sequences    Tue May 29 08:41:44 2018        (r334316)
@@ -29,12 +29,12 @@
 #      Abbr            Abbreviation of sequence name
 #      Name            Sequence name (will be converted to C function name)
 #      Sequence        Bytes that form the sequence
-#      Arguments       Standard value of arguments passed to this sequence
+#      Args            Standard value of arguments passed to this sequence
 #                      - `n' non-zero number (0 gets converted to 1)
 #                      - `r' regular numeric argument
 #                      - `v' means a variable number of arguments
 
-# Abbr         Name                                    Sequence        
Arguments
+# Abbr         Name                                    Sequence        Args
 CBT            Cursor Backward Tabulation              ^[ [ Z          n
 CHT            Cursor Forward Tabulation               ^[ [ I          n
 CNL            Cursor Next Line                        ^[ [ E          n
@@ -113,4 +113,4 @@ C25SGR              Cons25 set graphic rendition            
^[ [ x          r r
 C25VTSW                Cons25 switch virtual terminal          ^[ [ z          
r
 
 # VT52 compatibility
-#DECID VT52 DECID                              ^[ Z
+#DECID         VT52 DECID                              ^[ Z
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to