Source-Changes-HG archive

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

[src/trunk]: src/lib/libterminfo Fix pasto.



details:   https://anonhg.NetBSD.org/src/rev/4f2862887fba
branches:  trunk
changeset: 836310:4f2862887fba
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Oct 10 21:09:58 2018 +0000

description:
Fix pasto.

diffstat:

 lib/libterminfo/terminfo.5.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 692a662bf397 -r 4f2862887fba lib/libterminfo/terminfo.5.in
--- a/lib/libterminfo/terminfo.5.in     Wed Oct 10 19:13:51 2018 +0000
+++ b/lib/libterminfo/terminfo.5.in     Wed Oct 10 21:09:58 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: terminfo.5.in,v 1.22 2017/01/29 16:52:38 abhinav Exp $
+.\"    $NetBSD: terminfo.5.in,v 1.23 2018/10/10 21:09:58 uwe Exp $
 .\"
 .\" Copyright (c) 2009, 2010, 2011, 2013 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -131,7 +131,7 @@
 .It Sy %P[A-Z]
 pop a parameter and push it to static variable [a-z].
 .It Sy %g[A-Z]
-push the dynamic variable [A-Z].
+push the static variable [a-z].
 .Pp
 Static variables persist over
 .Fn tparm



Home | Main Index | Thread Index | Old Index