From 128a149b6aacba776b2e670bff99151a5e150197 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Mon, 13 Dec 1999 23:37:56 +0000 Subject: [PATCH] Fix grammar error. (missing verb) --- usr.bin/script/script.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 6fa3f9ee4157..d46ae1a61b78 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -148,6 +148,6 @@ because of argument parsing compatibility issues. .Pp When running in .Fl k -mode, echo cancelling far from ideal. The slave terminal mode is checked +mode, echo cancelling is far from ideal. The slave terminal mode is checked for ECHO mode to check when to avoid manual echo logging. This does not work when in a raw mode where the program being run is doing manual echo.