diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-09-29 01:49:49 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-09-29 01:49:49 +0000 |
commit | 3ed49ce3db774caf71c4222b7360ef9a9b061326 (patch) | |
tree | 1e21f6f5977c337294ec4996d34047b508561670 /usr.bin/script | |
parent | fc527dc5588e741a16b4d5f658b1cc2bf6e84cf3 (diff) | |
download | FreeBSD-src-3ed49ce3db774caf71c4222b7360ef9a9b061326.zip FreeBSD-src-3ed49ce3db774caf71c4222b7360ef9a9b061326.tar.gz |
Mention default time between output flushes in manual page.
PR: docs/8009
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
Diffstat (limited to 'usr.bin/script')
-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 ed50316..277c5f7 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 |