Module Name: src
Committed By: uwe
Date: Wed Oct 10 21:09:58 UTC 2018
Modified Files:
src/lib/libterminfo: terminfo.5.in
Log Message:
Fix pasto.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libterminfo/terminfo.5.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libterminfo/terminfo.5.in
diff -u src/lib/libterminfo/terminfo.5.in:1.22 src/lib/libterminfo/terminfo.5.in:1.23
--- src/lib/libterminfo/terminfo.5.in:1.22 Sun Jan 29 16:52:38 2017
+++ src/lib/libterminfo/terminfo.5.in Wed Oct 10 21:09:58 2018
@@ -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 @@ push the dynamic variable [a-z].
.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