diff options
author | bde <bde@FreeBSD.org> | 1997-07-13 07:28:06 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-07-13 07:28:06 +0000 |
commit | 20786833ba69aa2fb52fb89955fc339c49aa7f90 (patch) | |
tree | 2ea126eb05aadec770b9249ae4707d4451590ed7 /lib/libc | |
parent | 5c5c3ffeb213c6c32be4a78651bf2f82689e9df4 (diff) | |
download | FreeBSD-src-20786833ba69aa2fb52fb89955fc339c49aa7f90.zip FreeBSD-src-20786833ba69aa2fb52fb89955fc339c49aa7f90.tar.gz |
Fixed quoting of backslash.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/ispunct.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/ispunct.3 b/lib/libc/locale/ispunct.3 index f0ed395..3895d6b 100644 --- a/lib/libc/locale/ispunct.3 +++ b/lib/libc/locale/ispunct.3 @@ -59,7 +59,7 @@ In the ASCII character set, this includes the following characters: .It \&046\ ``&'' \t047\ ``''' \t050\ ``('' \t051\ ``)'' \t052\ ``*'' .It \&053\ ``+'' \t054\ ``,'' \t055\ ``-'' \t056\ ``.'' \t057\ ``/'' .It \&072\ ``:'' \t073\ ``;'' \t074\ ``<'' \t075\ ``='' \t076\ ``>'' -.It \&077\ ``?'' \t100\ ``@'' \t133\ ``['' \t134\ ``\'' \t135\ ``]'' +.It \&077\ ``?'' \t100\ ``@'' \t133\ ``['' \t134\ ``\e\|'' \t135\ ``]'' .It \&136\ ``^'' \t137\ ``_'' \t140\ ```'' \t173\ ``{'' \t174\ ``|'' .It \&175\ ``}'' \t176\ ``~'' .El |