Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/bin/cat Pull up revision 1.30 (requested by junyoung in...



details:   https://anonhg.NetBSD.org/src/rev/a162d042d4a6
branches:  netbsd-1-6
changeset: 530741:a162d042d4a6
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Sep 24 11:08:08 2003 +0000

description:
Pull up revision 1.30 (requested by junyoung in ticket #1469):
Add missing "."

diffstat:

 bin/cat/cat.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 93af54a04632 -r a162d042d4a6 bin/cat/cat.1
--- a/bin/cat/cat.1     Wed Sep 24 11:05:21 2003 +0000
+++ b/bin/cat/cat.1     Wed Sep 24 11:08:08 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cat.1,v 1.25.2.1 2002/06/11 15:45:15 lukem Exp $
+.\"    $NetBSD: cat.1,v 1.25.2.2 2003/09/24 11:08:08 tron Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -109,7 +109,7 @@
 .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.



Home | Main Index | Thread Index | Old Index