Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/f1ddf56e306a
branches:  trunk
changeset: 761883:f1ddf56e306a
user:      blymn <blymn%NetBSD.org@localhost>
date:      Thu Feb 10 08:54:12 2011 +0000

description:
Fix typo.

diffstat:

 lib/libcurses/curses_chgat.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7dcae02717b6 -r f1ddf56e306a lib/libcurses/curses_chgat.3
--- a/lib/libcurses/curses_chgat.3      Thu Feb 10 07:47:50 2011 +0000
+++ b/lib/libcurses/curses_chgat.3      Thu Feb 10 08:54:12 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_chgat.3,v 1.4 2009/07/12 23:14:06 wiz Exp $
+.\" $NetBSD: curses_chgat.3,v 1.5 2011/02/10 08:54:12 blymn Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -65,7 +65,7 @@
 .Fa color .
 If
 .Fa n
-is negative or larger than the reminder of the line, it gets truncated.
+is negative or larger than the remainder of the line, it gets truncated.
 .Pp
 The
 .Fn wchgat



Home | Main Index | Thread Index | Old Index