intro.5: fix typo and grammar and simplify a phrase

This commit is contained in:
gutteridge 2023-02-20 02:05:47 +00:00
parent 4c3eb207d3
commit d6bd763cb8
1 changed files with 4 additions and 4 deletions

View File

@ -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 next character (the first on the next
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.