Source-Changes-HG archive

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

[src/netbsd-2-0]: src/lib/libcurses/PSD.doc Pullup rev 1.8 (requested by uwe ...



details:   https://anonhg.NetBSD.org/src/rev/209db79fa84c
branches:  netbsd-2-0
changeset: 560617:209db79fa84c
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Apr 28 06:05:05 2004 +0000

description:
Pullup rev 1.8 (requested by uwe in ticket #204)

Add trailing space that got lost from the string definition. PR#25340

diffstat:

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

diffs (18 lines):

diff -r efb92f60b39d -r 209db79fa84c lib/libcurses/PSD.doc/macros
--- a/lib/libcurses/PSD.doc/macros      Wed Apr 28 06:04:11 2004 +0000
+++ b/lib/libcurses/PSD.doc/macros      Wed Apr 28 06:05:05 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: macros,v 1.7 2003/08/07 16:44:29 agc Exp $
+.\"    $NetBSD: macros,v 1.7.2.1 2004/04/28 06:05:05 jmc 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