diff options
author | ru <ru@FreeBSD.org> | 2002-08-12 19:13:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-08-12 19:13:22 +0000 |
commit | 705964161caf5a6208d7516f8515aa1357b9628b (patch) | |
tree | b38628ce1786f1b61fdade56949e965f4c35d2d0 /share/termcap | |
parent | 39fe3312e6b2bb7959a26b4fbafeedb77c088990 (diff) | |
download | FreeBSD-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.5 | 5 |
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 |