summaryrefslogtreecommitdiffstats
path: root/share/termcap
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-08-12 19:13:22 +0000
committerru <ru@FreeBSD.org>2002-08-12 19:13:22 +0000
commit705964161caf5a6208d7516f8515aa1357b9628b (patch)
treeb38628ce1786f1b61fdade56949e965f4c35d2d0 /share/termcap
parent39fe3312e6b2bb7959a26b4fbafeedb77c088990 (diff)
downloadFreeBSD-src-705964161caf5a6208d7516f8515aa1357b9628b.zip
FreeBSD-src-705964161caf5a6208d7516f8515aa1357b9628b.tar.gz
Handle the escaped colon \: in a capability.
PR: bin/30778 Reviewed by: ache, peter MFC after: 3 days
Diffstat (limited to 'share/termcap')
-rw-r--r--share/termcap/termcap.55
1 files changed, 3 insertions, 2 deletions
diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5
index 432a426..0f615e7 100644
--- a/share/termcap/termcap.5
+++ b/share/termcap/termcap.5
@@ -817,8 +817,9 @@ and
.Sy \&\e\e .
If it is necessary to place a
.Sy \&:
-in a capability it must be escaped in
-octal as
+in a capability it must be escaped as
+.Sy \e:
+or be encoded as
.Sy \&\e072 .
If it is necessary to place a
.Dv NUL
OpenPOWER on IntegriCloud