Module Name:    src
Committed By:   rillig
Date:           Sat Feb  6 13:58:09 UTC 2021

Modified Files:
        src/lib/libcurses: curses_screen.3

Log Message:
libncurses: fix grammar in manual page


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/lib/libcurses/curses_screen.3:1.27
--- src/lib/libcurses/curses_screen.3:1.26	Thu Mar 12 11:38:28 2020
+++ src/lib/libcurses/curses_screen.3	Sat Feb  6 13:58:09 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: curses_screen.3,v 1.26 2020/03/12 11:38:28 roy Exp $
+.\"	$NetBSD: curses_screen.3,v 1.27 2021/02/06 13:58:09 rillig Exp $
 .\"
 .\" Copyright (c) 2002
 .\"	Brett Lymn (bl...@netbsd.org, brett_l...@yahoo.com.au)
@@ -295,7 +295,7 @@ The Curses package appeared in
 .Bx 4.0 .
 The
 .Fn resizeterm
-function is a
+function is an
 .Em ncurses
 extension to the Curses library and was added in
 .Nx 1.6 .
@@ -306,7 +306,7 @@ and
 .Fn set_tabsize
 functions are
 .Em ncurses
-extension to the Curses library and was added in
+extensions to the Curses library and were added in
 .Nx 8.0 .
 .Sh BUGS
 There is currently an issue with cursor movement in a 1 line sized window

Reply via email to