Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses/PSD.doc Add trailing space that got lost from ...



details:   https://anonhg.NetBSD.org/src/rev/6784091d9213
branches:  trunk
changeset: 566076:6784091d9213
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Apr 27 02:15:04 2004 +0000

description:
Add trailing space that got lost from the string definition.
Pointed out in PR lib/25340 by Juho Juopperi.

diffstat:

 lib/libcurses/PSD.doc/macros |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c64beea4cd5a -r 6784091d9213 lib/libcurses/PSD.doc/macros
--- a/lib/libcurses/PSD.doc/macros      Tue Apr 27 01:48:27 2004 +0000
+++ b/lib/libcurses/PSD.doc/macros      Tue Apr 27 02:15:04 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: macros,v 1.7 2003/08/07 16:44:29 agc Exp $
+.\"    $NetBSD: macros,v 1.8 2004/04/27 02:15:04 uwe Exp $
 .\"
 .\" Copyright (c) 1980, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\" this is the uncommented version.  The commented one is in "macros.coms"
 .ie t .ds _ \d\(mi\u
 .el .ds _ _
-.ds , ,\
+.ds , ,\ \" attention: trailing space
 .ds y (y\*,x) co-ordinates
 .ds db database
 .ie n .ds f \fI



Home | Main Index | Thread Index | Old Index