Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2016 01:01:04 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r293455 - stable/10/usr.sbin/kbdcontrol
Message-ID:  <201601090101.u09114Ig054800@repo.freebsd.org>

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



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