Fix '\' in binary ascii table

This commit is contained in:
Eitan Adler 2017-10-31 06:43:37 +00:00
parent fc82a9aa1c
commit 424b4e738a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325217

View File

@ -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