---
 man/curs_initscr.3x | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/man/curs_initscr.3x b/man/curs_initscr.3x
index 3bc2edf37..b06a30075 100644
--- a/man/curs_initscr.3x
+++ b/man/curs_initscr.3x
@@ -165,12 +165,13 @@ .SS newterm
 .PP
 An application that needs to inspect a terminal type's capabilities,
 so that it can continue to run in a line-oriented mode
-if the terminal cannot support a screen-oriented program,
+if the terminal type does not support capabilities the application
+demands,
 would also use
 .BR \%newterm "."
 If at most one terminal connection is needed,
 the programmer could perform such a capability test,
-decide which mode in which to operate,
+decide the mode in which to operate,
 then call
 .B \%delscreen
 on the pointer returned by
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to