Add missing "."
This commit is contained in:
parent
1a086c6b25
commit
523866566b
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cat.1,v 1.29 2003/08/07 09:05:01 agc Exp $
|
||||
.\" $NetBSD: cat.1,v 1.30 2003/08/27 16:27:35 junyoung Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -106,7 +106,7 @@ Control characters print as
|
|||
.Ql ^X
|
||||
for control-X; the delete
|
||||
character (octal 0177) prints as
|
||||
.Ql ^?
|
||||
.Ql ^? .
|
||||
Non-ascii characters (with the high bit set) are printed as
|
||||
.Ql M-
|
||||
(for meta) followed by the character for the low 7 bits.
|
||||
|
|
Loading…
Reference in New Issue