Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share Revert previous changes due to popular demand. Instea...



details:   https://anonhg.NetBSD.org/src/rev/a172f39aaff0
branches:  trunk
changeset: 829660:a172f39aaff0
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Feb 08 03:18:37 2018 +0000

description:
Revert previous changes due to popular demand.  Instead, add a note at
the bottom of each document to provide the original ASCII characters'
names.

diffstat:

 share/man/man7/ascii.7 |  18 ++++++++++++++----
 share/misc/ascii       |   4 ++++
 2 files changed, 18 insertions(+), 4 deletions(-)

diffs (64 lines):

diff -r 769a9a2a8681 -r a172f39aaff0 share/man/man7/ascii.7
--- a/share/man/man7/ascii.7    Thu Feb 08 02:51:57 2018 +0000
+++ b/share/man/man7/ascii.7    Thu Feb 08 03:18:37 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ascii.7,v 1.11 2018/02/08 02:51:57 pgoyette Exp $
+.\"    $NetBSD: ascii.7,v 1.12 2018/02/08 03:18:37 pgoyette Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -43,7 +43,7 @@
 set:
 .Bd -literal -offset left
 000 nul  001 soh  002 stx  003 etx  004 eot  005 enq  006 ack  007 bel
-010 bs   011 ht   012 lf   013 vt   014 ff   015 cr   016 so   017 si
+010 bs   011 ht   012 nl   013 vt   014 np   015 cr   016 so   017 si
 020 dle  021 dc1  022 dc2  023 dc3  024 dc4  025 nak  026 syn  027 etb
 030 can  031 em   032 sub  033 esc  034 fs   035 gs   036 rs   037 us
 040 sp   041  !   042  "   043  #   044  $   045  %   046  &   047  '
@@ -65,7 +65,7 @@
 set:
 .Bd -literal -offset left
 00 nul   01 soh   02 stx   03 etx   04 eot   05 enq   06 ack   07 bel
-08 bs    09 ht    0a lf    0b vt    0c ff    0d cr    0e so    0f si
+08 bs    09 ht    0a nl    0b vt    0c np    0d cr    0e so    0f si
 10 dle   11 dc1   12 dc2   13 dc3   14 dc4   15 nak   16 syn   17 etb
 18 can   19 em    1a sub   1b esc   1c fs    1d gs    1e rs    1f us
 20 sp    21  !    22  "    23  #    24  $    25  %    26  &    27  '
@@ -87,7 +87,7 @@
 set:
 .Bd -literal -offset left
   0 nul    1 soh    2 stx    3 etx    4 eot    5 enq    6 ack    7 bel
-  8 bs     9 ht    10 lf    11 vt    12 ff    13 cr    14 so    15 si
+  8 bs     9 ht    10 nl    11 vt    12 np    13 cr    14 so    15 si
  16 dle   17 dc1   18 dc2   19 dc3   20 dc4   21 nak   22 syn   23 etb
  24 can   25 em    26 sub   27 esc   28 fs    29 gs    30 rs    31 us
  32 sp    33  !    34  "    35  #    36  $    37  %    38  &    39  '
@@ -103,6 +103,16 @@
 112  p   113  q   114  r   115  s   116  t   117  u   118  v   119  w
 120  x   121  y   122  z   123  {   124  |   125  }   126  ~   127 del
 .Ed
+.Pp
+Note that the
+.Dv nl
+and
+.Dv np
+characters in the original ASCII specification are
+.Dv lf
+and
+.Dv ff
+respectively.
 .Sh FILES
 .Bl -tag -width /usr/share/misc/ascii -compact
 .It Pa /usr/share/misc/ascii
diff -r 769a9a2a8681 -r a172f39aaff0 share/misc/ascii
--- a/share/misc/ascii  Thu Feb 08 02:51:57 2018 +0000
+++ b/share/misc/ascii  Thu Feb 08 03:18:37 2018 +0000
@@ -48,3 +48,7 @@
 |104  h |105  i |106  j |107  k |108  l |109  m |110  n |111  o |
 |112  p |113  q |114  r |115  s |116  t |117  u |118  v |119  w |
 |120  x |121  y |122  z |123  { |124  | |125  } |126  ~ |127 del|
+
+Note that the nl and np characters in the original ASCII specification
+are lf and ff respectively. 
+



Home | Main Index | Thread Index | Old Index