Module Name: src
Committed By: wiz
Date: Wed Feb 3 15:47:13 UTC 2010
Modified Files:
src/lib/libterminfo: terminfo.3
Log Message:
Punctuation and whitespace fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libterminfo/terminfo.3
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.3
diff -u src/lib/libterminfo/terminfo.3:1.1 src/lib/libterminfo/terminfo.3:1.2
--- src/lib/libterminfo/terminfo.3:1.1 Wed Feb 3 15:16:32 2010
+++ src/lib/libterminfo/terminfo.3 Wed Feb 3 15:47:13 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: terminfo.3,v 1.1 2010/02/03 15:16:32 roy Exp $
+.\" $NetBSD: terminfo.3,v 1.2 2010/02/03 15:47:13 wiz Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -102,7 +102,8 @@
and then calls
.Fn set_curterm
to set
-.Va cur_term to it.
+.Va cur_term
+to it.
If
.Fa name
is
@@ -140,7 +141,7 @@
The
.Fn del_curterm
function frees space pointed to by
-.Va oterm.
+.Va oterm .
.Pp
The
.Fn tigetflag
@@ -192,7 +193,6 @@
.Fn putp
always goes to stdout.
.Ss NetBSD Extensions To Terminfo
-.Pp
The
.Fn vtparm
function allows variadic parameters instead of 9 fixed longs.