Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Fix typos in curses_screen.3



details:   https://anonhg.NetBSD.org/src/rev/0e8b7fbf7cd0
branches:  trunk
changeset: 433689:0e8b7fbf7cd0
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Sep 28 08:11:34 2018 +0000

description:
Fix typos in curses_screen.3

Fn -> Ft in the resize_term(3) prototype
funcion -> function

diffstat:

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

diffs (36 lines):

diff -r 124736deab26 -r 0e8b7fbf7cd0 lib/libcurses/curses_screen.3
--- a/lib/libcurses/curses_screen.3     Fri Sep 28 04:34:02 2018 +0000
+++ b/lib/libcurses/curses_screen.3     Fri Sep 28 08:11:34 2018 +0000
@@ -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 (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -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 @@
 .Pp
 The
 .Fn ripoffline
-funcion will rip a line from
+function will rip a line from
 .Dv stdscr
 at the top if
 .Fa line



Home | Main Index | Thread Index | Old Index