Module Name: src
Committed By: agc
Date: Wed May 2 04:23:09 UTC 2012
Modified Files:
src/lib/libcurses: curses_standout.3
Log Message:
re-work the previous to make it format correctly
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libcurses/curses_standout.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/libcurses/curses_standout.3
diff -u src/lib/libcurses/curses_standout.3:1.5 src/lib/libcurses/curses_standout.3:1.6
--- src/lib/libcurses/curses_standout.3:1.5 Tue May 1 17:32:58 2012
+++ src/lib/libcurses/curses_standout.3 Wed May 2 04:23:09 2012
@@ -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