Correct cross references.
This commit is contained in:
parent
0fee3368c3
commit
b055b9db77
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: curses_refresh.3,v 1.3 2002/10/22 12:25:18 wiz Exp $
|
||||
.\" $NetBSD: curses_refresh.3,v 1.4 2002/12/05 19:13:12 jdc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002
|
||||
.\" Brett Lymn (blymn@netbsd.org, brett_lymn@yahoo.com.au)
|
||||
|
@ -138,7 +138,7 @@ An error occurred in the function.
|
|||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr curses_touch 3 ,
|
||||
.Xr getch 3
|
||||
.Xr curses_getch 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nx
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: curses_screen.3,v 1.2 2002/10/21 14:06:18 grant Exp $
|
||||
.\" $NetBSD: curses_screen.3,v 1.3 2002/12/05 19:13:12 jdc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002
|
||||
.\" Brett Lymn (blymn@netbsd.org, brett_lymn@yahoo.com.au)
|
||||
|
@ -118,7 +118,7 @@ The
|
|||
.Fn isendwin
|
||||
function can be used to determine whether or not a refresh of the
|
||||
screen has occurred since the last call to
|
||||
.Xr endwin 3 .
|
||||
.Fn endwin .
|
||||
.Pp
|
||||
The size of the screen may be changed by calling
|
||||
.Fn resizeterm
|
||||
|
|
Loading…
Reference in New Issue