Module Name: src
Committed By: kamil
Date: Fri Sep 28 08:11:34 UTC 2018
Modified Files:
src/lib/libcurses: curses_screen.3
Log Message:
Fix typos in curses_screen.3
Fn -> Ft in the resize_term(3) prototype
funcion -> function
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libcurses/curses_screen.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_screen.3
diff -u src/lib/libcurses/curses_screen.3:1.23 src/lib/libcurses/curses_screen.3:1.24
--- src/lib/libcurses/curses_screen.3:1.23 Tue Jan 24 16:45:41 2017
+++ src/lib/libcurses/curses_screen.3 Fri Sep 28 08:11:34 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_screen.3,v 1.23 2017/01/24 16:45:41 roy Exp $
+.\" $NetBSD: curses_screen.3,v 1.24 2018/09/28 08:11:34 kamil Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn ([email protected], [email protected])
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\"
-.Dd January 24, 2017
+.Dd September 28, 2018
.Dt CURSES_SCREEN 3
.Os
.Sh NAME
@@ -74,7 +74,7 @@
.Fn isendwin "void"
.Ft bool
.Fn is_term_resized "int lines" "int cols"
-.Fn int
+.Ft int
.Fn resize_term "int lines" "int cols"
.Ft int
.Fn resizeterm "int lines" "int cols"
@@ -216,7 +216,7 @@ Set lines equal to 1.
.Pp
The
.Fn ripoffline
-funcion will rip a line from
+function will rip a line from
.Dv stdscr
at the top if
.Fa line