diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-30 08:43:12 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-30 08:43:12 +0000 |
commit | 493c6343a175f6ea8c304783f5527a071a02dc66 (patch) | |
tree | 07d479f73ae25f8fc676be1ff6e6bceeb071f354 /usr.bin | |
parent | 28d01e598262c7943da904e5a327c37f9a69789b (diff) |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/script/script.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 266d8094c2921..a465596de70ab 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)script.1 8.1 (Berkeley) 6/6/93 -.\" $Id: script.1,v 1.1.1.1.8.2 1998/03/08 12:12:12 jkh Exp $ +.\" $Id: script.1,v 1.1.1.1.8.3 1998/07/17 04:21:14 jkh Exp $ .\" .Dd June 6, 1993 .Dt SCRIPT 1 @@ -86,7 +86,8 @@ Run in quiet mode, omit the start and stop status messages. Specify time interval between flushing script output file. A value of 0 causes .Nm -to flush for every character I/O event. +to flush for every character I/O event. The default interval is +30 seconds. .El .Pp The script ends when the forked shell (or command) exits (a |