Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses re-work the previous to make it format correctly



details:   https://anonhg.NetBSD.org/src/rev/f2b73b3b3616
branches:  trunk
changeset: 779097:f2b73b3b3616
user:      agc <agc%NetBSD.org@localhost>
date:      Wed May 02 04:23:09 2012 +0000

description:
re-work the previous to make it format correctly

diffstat:

 lib/libcurses/curses_standout.3 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r c800d19f77bc -r f2b73b3b3616 lib/libcurses/curses_standout.3
--- a/lib/libcurses/curses_standout.3   Wed May 02 02:44:20 2012 +0000
+++ b/lib/libcurses/curses_standout.3   Wed May 02 04:23:09 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_standout.3,v 1.5 2012/05/01 17:32:58 agc Exp $
+.\"    $NetBSD: curses_standout.3,v 1.6 2012/05/02 04:23:09 agc Exp $
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
@@ -44,11 +44,13 @@
 .Ft int
 .Fn standend void
 .Ft int
-.Fn wstandout
+.Fo wstandout
 .Fa "WINDOW *win"
+.Fc
 .Ft int
-.Fn wstandend
+.Fo wstandend
 .Fa "WINDOW *win"
+.Fc
 .Sh DESCRIPTION
 These functions manipulate the standout attribute on
 .Dv stdscr



Home | Main Index | Thread Index | Old Index