diff options
| author | yamt <yamt@NetBSD.org> | 2011-06-08 13:54:16 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2011-06-08 13:54:16 +0000 |
| commit | 4aa0dbd4bfb74250892af8940e97a1d510edd152 (patch) | |
| tree | dfdd2cef02d9c4e985c7c98e1ee33dd1ef708593 /usr.bin/script | |
| parent | be614261f1e1c6c97f58c1168c0ea23dd536afa6 (diff) | |
mention combinations of flags
Diffstat (limited to 'usr.bin/script')
| -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 |
