Hello, Masanori Ogino wrote on Tue, Sep 17, 2019 at 11:49:17AM +0900:
> Unlike utf8(7), ascii(7) does not contain a reference to its standard. > This patch just adds the reference. Thanks for pointing out the omission, i committed the following version. Yours, Ingo CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/21 00:04:22 Modified files: share/man/man7 : ascii.7 Log message: add STANDARDS section; similar to a diff sent in by <Masanori dot Ogino at gmail dot com>, but using the up-to-date reference rather than one from 30 years ago; OK jmc@ Index: ascii.7 =================================================================== RCS file: /cvs/src/share/man/man7/ascii.7,v retrieving revision 1.9 diff -u -r1.9 ascii.7 --- ascii.7 30 May 2017 15:06:00 -0000 1.9 +++ ascii.7 21 Sep 2019 01:48:58 -0000 @@ -102,6 +102,13 @@ 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 +.Sh STANDARDS +.Rs +.%T Information Systems - Coded Character Sets - 7-Bit American National\ + Standard Code for Information Interchange (7-Bit ASCII) +.%R INCITS 4-1986[R2017] +.%Q InterNational Committee for Information Technology Standards +.Re .Sh HISTORY An .Nm > Index: share/man/man7/ascii.7 > =================================================================== > RCS file: /cvs/src/share/man/man7/ascii.7,v > retrieving revision 1.9 > diff -u -r1.9 ascii.7 > --- share/man/man7/ascii.7 30 May 2017 15:06:00 -0000 1.9 > +++ share/man/man7/ascii.7 17 Sep 2019 02:19:10 -0000 > @@ -102,6 +102,13 @@ > 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 > +.Sh STANDARDS > +.Rs > +.%A American National Standards Institute > +.%D 1986 > +.%R ANSI X3.4 > +.%T Coded Character Set - 7-bit American Standard Code for > Information Interchange > +.Re > .Sh HISTORY > An > .Nm
