Author: eadler
Date: Mon Mar  5 08:50:54 2018
New Revision: 330479
URL: https://svnweb.freebsd.org/changeset/base/330479

Log:
  MFC r325217:
  
  Fix '\' in binary ascii table

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    Mon Mar  5 08:50:16 2018        
(r330478)
+++ stable/11/share/man/man7/ascii.7    Mon Mar  5 08:50:54 2018        
(r330479)
@@ -28,7 +28,7 @@
 .\"    @(#)ascii.7     8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd March 10, 2017
+.Dd October 30, 2017
 .Dt ASCII 7
 .Os
 .Sh NAME
@@ -137,7 +137,7 @@ CAN      8      X      x     11000
  EM      9      Y      y     11001
 SUB      :      Z      z     11010
 ESC      ;      [      {     11011
- FS      <      \      |     11100
+ FS      <      \e\      |     11100
  GS      =      ]      }     11101
  RS      >      ^      -     11110
  US      ?      _    DEL     11111
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to