diff options
Diffstat (limited to 'usr.bin/script/script.1')
| -rw-r--r-- | usr.bin/script/script.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 01ff06fe590..51c76d81739 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: script.1,v 1.12 2009/10/17 22:28:33 wiz Exp $ +.\" $NetBSD: script.1,v 1.13 2011/06/08 13:54:16 yamt Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -72,12 +72,16 @@ instead of the shell. Useful for capturing the output of a program that behaves differently when associated with a tty. .It Fl d -Don't sleep between records when playing back a timestamped session. +When playing back a session with the +.Fl p +flag, don't sleep between records when playing back a timestamped session. .It Fl f Flush output after each write. This is useful for watching the script output in real time. .It Fl p -Play back a recorded session in real time. +Play back a session recorded with the +.Fl r +flag in real time. .It Fl q Be quiet, and don't output started and ended lines. .It Fl r |
