Module Name:    src
Committed By:   yamt
Date:           Wed Jun  8 13:54:16 UTC 2011

Modified Files:
        src/usr.bin/script: script.1

Log Message:
mention combinations of flags


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/script/script.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/script/script.1
diff -u src/usr.bin/script/script.1:1.12 src/usr.bin/script/script.1:1.13
--- src/usr.bin/script/script.1:1.12	Sat Oct 17 22:28:33 2009
+++ src/usr.bin/script/script.1	Wed Jun  8 13:54:16 2011
@@ -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

Reply via email to