svn commit: r293455 - stable/10/usr.sbin/kbdcontrol

Ed Maste emaste at FreeBSD.org
Sat Jan 9 01:01:06 UTC 2016


Author: emaste
Date: Sat Jan  9 01:01:04 2016
New Revision: 293455
URL: https://svnweb.freebsd.org/changeset/base/293455

Log:
  MFC r293055: kbdmap.5: Use current names for ASCII control codes lf, ff, us
  
  Refer to the old names nl, np, ns as historical aliases.
  
  PR:		205776, 205778

Modified:
  stable/10/usr.sbin/kbdcontrol/kbdmap.5
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/kbdcontrol/kbdmap.5
==============================================================================
--- stable/10/usr.sbin/kbdcontrol/kbdmap.5	Sat Jan  9 00:54:08 2016	(r293454)
+++ stable/10/usr.sbin/kbdcontrol/kbdmap.5	Sat Jan  9 01:01:04 2016	(r293455)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 29, 2008
+.Dd January 9, 2016
 .Dt KBDMAP 5
 .Os
 .Sh NAME
@@ -111,9 +111,9 @@ ack,
 bel,
 bs,
 ht,
-nl,
+lf,
 vt,
-np,
+ff,
 cr,
 so,
 si,
@@ -132,10 +132,16 @@ esc,
 fs,
 gs,
 rs,
-ns,
 us,
 sp,
 del.
+.It Ar control-alias
+One of the historical aliases for certain
+.Tn ASCII
+control characters:
+nl,
+np,
+ns.
 .It Ar accentname
 By giving one of the accent names,
 the next key pressed will produce


More information about the svn-src-all mailing list