Module Name:    src
Committed By:   pgoyette
Date:           Thu Feb  8 03:18:38 UTC 2018

Modified Files:
        src/share/man/man7: ascii.7
        src/share/misc: ascii

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man7/ascii.7
cvs rdiff -u -r1.3 -r1.4 src/share/misc/ascii

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/ascii.7
diff -u src/share/man/man7/ascii.7:1.11 src/share/man/man7/ascii.7:1.12
--- src/share/man/man7/ascii.7:1.11	Thu Feb  8 02:51:57 2018
+++ src/share/man/man7/ascii.7	Thu Feb  8 03:18:37 2018
@@ -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 @@ The
 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 @@ The
 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 @@ The
 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 @@ set:
 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

Index: src/share/misc/ascii
diff -u src/share/misc/ascii:1.3 src/share/misc/ascii:1.4
--- src/share/misc/ascii:1.3	Thu Feb  8 02:51:57 2018
+++ src/share/misc/ascii	Thu Feb  8 03:18:37 2018
@@ -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. 
+

Reply via email to