Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2016 18:35:11 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r293055 - head/usr.sbin/kbdcontrol
Message-ID:  <201601021835.u02IZBok066553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sat Jan  2 18:35:11 2016
New Revision: 293055
URL: https://svnweb.freebsd.org/changeset/base/293055

Log:
  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
  MFC After:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.sbin/kbdcontrol/kbdmap.5

Modified: head/usr.sbin/kbdcontrol/kbdmap.5
==============================================================================
--- head/usr.sbin/kbdcontrol/kbdmap.5	Sat Jan  2 18:32:20 2016	(r293054)
+++ head/usr.sbin/kbdcontrol/kbdmap.5	Sat Jan  2 18:35:11 2016	(r293055)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 29, 2008
+.Dd January 2, 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



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