aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/script
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
commit6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch)
treeb3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/script
parentf97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff)
Mechanically kill hard sentence breaks.
Notes
Notes: svn path=/head/; revision=131491
Diffstat (limited to 'usr.bin/script')
-rw-r--r--usr.bin/script/script.112
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1
index ad5497df4860..64b0c4d9edba 100644
--- a/usr.bin/script/script.1
+++ b/usr.bin/script/script.1
@@ -81,10 +81,12 @@ Log keys sent to program as well as output.
.It Fl q
Run in quiet mode, omit the start and stop status messages.
.It Fl t Ar time
-Specify time interval between flushing script output file. A value of 0
+Specify time interval between flushing script output file.
+A value of 0
causes
.Nm
-to flush for every character I/O event. The default interval is
+to flush for every character I/O event.
+The default interval is
30 seconds.
.El
.Pp
@@ -150,6 +152,8 @@ because of argument parsing compatibility issues.
.Pp
When running in
.Fl k
-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
+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.