summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-06-06 19:01:00 +0000
committerjmc <jmc@openbsd.org>2003-06-06 19:01:00 +0000
commit73c7159eaf709dcf4be924077c46b0dadb1735a2 (patch)
tree268111314516e4376fb23eb86b75202a958bc012 /lib
parentsimplify license. pfctl_altq.c with kenjiro's permission of course. (diff)
downloadwireguard-openbsd-73c7159eaf709dcf4be924077c46b0dadb1735a2.tar.xz
wireguard-openbsd-73c7159eaf709dcf4be924077c46b0dadb1735a2.zip
slightly more logical section order, and a typo;
ok pval@ millert@
Diffstat (limited to 'lib')
-rw-r--r--lib/libocurses/ocurses.328
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/libocurses/ocurses.3 b/lib/libocurses/ocurses.3
index 7ca10eec728..2b61752c25e 100644
--- a/lib/libocurses/ocurses.3
+++ b/lib/libocurses/ocurses.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD
+.\" $OpenBSD: ocurses.3,v 1.10 2003/06/06 19:01:00 jmc Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@ These routines give the user a method of updating screens with reasonable
optimization.
They keep an image of the current screen,
and the user sets up an image of a new one.
-Then the
+Then
.Fn refresh
tells the routines to make the current screen look like the new one.
In order to initialize the routines, the routine
@@ -56,18 +56,6 @@ screens are used.
The routine
.Fn endwin
should be called before exiting.
-.Sh SEE ALSO
-.Xr ioctl 2 ,
-.Xr getenv 3 ,
-.Xr termcap 3 ,
-.Xr tty 4 ,
-.Xr termcap 5
-.Rs
-.%T Screen Updating and Cursor Movement Optimization: A Library Package
-.%A Ken Arnold
-.Re
-.Sh AUTHORS
-.An Ken Arnold
.Sh FUNCTIONS
.Bl -column "subwin(win,lines,cols,begin_y,begin_x) "
.It addch(ch) add a character to
@@ -192,8 +180,20 @@ as changed
.It wstandout(win) start standout mode on
.Em win
.El
+.Sh SEE ALSO
+.Xr ioctl 2 ,
+.Xr getenv 3 ,
+.Xr termcap 3 ,
+.Xr tty 4 ,
+.Xr termcap 5
+.Rs
+.%T Screen Updating and Cursor Movement Optimization: A Library Package
+.%A Ken Arnold
+.Re
.Sh HISTORY
The
.Nm
package appeared in
.Bx 4.0 .
+.Sh AUTHORS
+.An Ken Arnold