Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2018 08:41:44 +0000 (UTC)
From:      =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334316 - head/sys/teken
Message-ID:  <201805290841.w4T8fiUg088487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805290841.w4T8fiUg088487>