diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-29 01:49:49 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-29 01:49:49 +0000 |
| commit | 4cbaceabf11ddceb6447b2f03107a2e7beccd8c7 (patch) | |
| tree | 305394b0cc71d9c66474bd88b3174e9da4443906 /usr.bin/script/script.1 | |
| parent | 1504bb5cd982a5a3a2ff0176c452922cdfe4ee3a (diff) | |
Notes
Diffstat (limited to 'usr.bin/script/script.1')
| -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 ed50316e91f6..277c5f7f1bcb 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.4 1998/03/08 14:19:15 peter Exp $ +.\" $Id: script.1,v 1.5 1998/06/04 21:06:02 steve 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 |
