Module Name: src
Committed By: gutteridge
Date: Mon Feb 20 02:05:47 UTC 2023
Modified Files:
src/lib/libcurses/PSD.doc: intro.5
Log Message:
intro.5: fix typo and grammar and simplify a phrase
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libcurses/PSD.doc/intro.5
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/PSD.doc/intro.5
diff -u src/lib/libcurses/PSD.doc/intro.5:1.9 src/lib/libcurses/PSD.doc/intro.5:1.10
--- src/lib/libcurses/PSD.doc/intro.5:1.9 Mon Feb 13 23:02:27 2023
+++ src/lib/libcurses/PSD.doc/intro.5 Mon Feb 20 02:05:47 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.5,v 1.9 2023/02/13 23:02:27 andvar Exp $
+.\" $NetBSD: intro.5,v 1.10 2023/02/20 02:05:47 gutteridge Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -44,10 +44,10 @@ the position on the next line when the n
line) is output.
.pp
Likewise, if scrolling is enabled, a scroll will be invoked only when the
-first character on he first line past the bottom line of the window is
+first character on the first line past the bottom line of the window is
output.
-If scrolling is not enabled the characters will to be output to the
-bottom right corner of the window which is the cursor location.
+If scrolling is not enabled the characters will be output to the
+cursor location at the bottom right corner of the window.
.pp
This policy allows consistent behavior of the cursor at the boundary
conditions.