Source-Changes-HG archive

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

[src/trunk]: src/lib/libterminfo Punctuation and whitespace fixes.



details:   https://anonhg.NetBSD.org/src/rev/ce30419e9ceb
branches:  trunk
changeset: 751407:ce30419e9ceb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Feb 03 15:47:13 2010 +0000

description:
Punctuation and whitespace fixes.

diffstat:

 lib/libterminfo/terminfo.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 9b1b3d8b8bd6 -r ce30419e9ceb lib/libterminfo/terminfo.3
--- a/lib/libterminfo/terminfo.3        Wed Feb 03 15:40:00 2010 +0000
+++ b/lib/libterminfo/terminfo.3        Wed Feb 03 15:47:13 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index