diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-06-21 09:37:38 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-06-21 09:37:38 +0000 |
commit | 70b6e701f2b55c4fa66538e6c5482b7f41967f76 (patch) | |
tree | 57caffea7fd874431c7b6113f881f6efb2921079 /lib | |
parent | 2cacc38393be2f7e052e23703fc464efc7d22ea0 (diff) | |
download | FreeBSD-src-70b6e701f2b55c4fa66538e6c5482b7f41967f76.zip FreeBSD-src-70b6e701f2b55c4fa66538e6c5482b7f41967f76.tar.gz |
Correct troff sequence for backslashes in manual page.
PR: docs/12322
Submitted by: Marc Ramirez <mrami@gbtb.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/locale/isgraph.3 | 2 | ||||
-rw-r--r-- | lib/libc/locale/isprint.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3 index 4ef232a..ff9d70a 100644 --- a/lib/libc/locale/isgraph.3 +++ b/lib/libc/locale/isgraph.3 @@ -63,7 +63,7 @@ In the ASCII character set, this includes the following characters: .It \&111\ ``I'' \t112\ ``J'' \t113\ ``K'' \t114\ ``L'' \t115\ ``M'' .It \&116\ ``N'' \t117\ ``O'' \t120\ ``P'' \t121\ ``Q'' \t122\ ``R'' .It \&123\ ``S'' \t124\ ``T'' \t125\ ``U'' \t126\ ``V'' \t127\ ``W'' -.It \&130\ ``X'' \t131\ ``Y'' \t132\ ``Z'' \t133\ ``['' \t134\ ``\'' +.It \&130\ ``X'' \t131\ ``Y'' \t132\ ``Z'' \t133\ ``['' \t134\ ``\e\|'' .It \&135\ ``]'' \t136\ ``^'' \t137\ ``_'' \t140\ ```'' \t141\ ``a'' .It \&142\ ``b'' \t143\ ``c'' \t144\ ``d'' \t145\ ``e'' \t146\ ``f'' .It \&147\ ``g'' \t150\ ``h'' \t151\ ``i'' \t152\ ``j'' \t153\ ``k'' diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3 index 8b84dbf..900240a 100644 --- a/lib/libc/locale/isprint.3 +++ b/lib/libc/locale/isprint.3 @@ -64,7 +64,7 @@ In the ASCII character set, this includes the following characters: .It \&115\ ``M'' \t116\ ``N'' \t117\ ``O'' \t120\ ``P'' \t121\ ``Q'' .It \&122\ ``R'' \t123\ ``S'' \t124\ ``T'' \t125\ ``U'' \t126\ ``V'' .It \&127\ ``W'' \t130\ ``X'' \t131\ ``Y'' \t132\ ``Z'' \t133\ ``['' -.It \&134\ ``\'' \t135\ ``]'' \t136\ ``^'' \t137\ ``_'' \t140\ ```'' +.It \&134\ ``\e\|'' \t135\ ``]'' \t136\ ``^'' \t137\ ``_'' \t140\ ```'' .It \&141\ ``a'' \t142\ ``b'' \t143\ ``c'' \t144\ ``d'' \t145\ ``e'' .It \&146\ ``f'' \t147\ ``g'' \t150\ ``h'' \t151\ ``i'' \t152\ ``j'' .It \&153\ ``k'' \t154\ ``l'' \t155\ ``m'' \t156\ ``n'' \t157\ ``o'' |