Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/script mention combinations of flags



details:   https://anonhg.NetBSD.org/src/rev/8b9fd94bc833
branches:  trunk
changeset: 765869:8b9fd94bc833
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Jun 08 13:54:16 2011 +0000

description:
mention combinations of flags

diffstat:

 usr.bin/script/script.1 |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r e9c0dcb0a704 -r 8b9fd94bc833 usr.bin/script/script.1
--- a/usr.bin/script/script.1   Wed Jun 08 13:51:13 2011 +0000
+++ b/usr.bin/script/script.1   Wed Jun 08 13:54:16 2011 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index