svn commit: r322084 - stable/11/share/man/man7

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Aug 5 09:38:16 UTC 2017


Author: trasz
Date: Sat Aug  5 09:38:15 2017
New Revision: 322084
URL: https://svnweb.freebsd.org/changeset/base/322084

Log:
  MFC r319499:
  
  Consistently use lowercase hex numbers in ascii(7).

Modified:
  stable/11/share/man/man7/ascii.7
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man7/ascii.7
==============================================================================
--- stable/11/share/man/man7/ascii.7	Sat Aug  5 09:34:09 2017	(r322083)
+++ stable/11/share/man/man7/ascii.7	Sat Aug  5 09:38:15 2017	(r322084)
@@ -64,9 +64,9 @@ 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 LF    0b VT    0c FF    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
+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  '
 28  (    29  )    2a  *    2b  +    2c  ,    2d  -    2e  .    2f  /
 30  0    31  1    32  2    33  3    34  4    35  5    36  6    37  7


More information about the svn-src-all mailing list