Module Name: src
Committed By: wiz
Date: Sat Oct 17 22:28:33 UTC 2009
Modified Files:
src/usr.bin/script: script.1
Log Message:
New sentence, new line. Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/usr.bin/script/script.1:1.12
--- src/usr.bin/script/script.1:1.11 Sat Oct 17 19:05:54 2009
+++ src/usr.bin/script/script.1 Sat Oct 17 22:28:33 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: script.1,v 1.11 2009/10/17 19:05:54 christos Exp $
+.\" $NetBSD: script.1,v 1.12 2009/10/17 22:28:33 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -66,7 +66,7 @@
.Pa typescript ,
retaining the prior contents.
.It Fl c Ar command
-Run the named
+Run the named
.Ar command
instead of the shell.
Useful for capturing the output of a program that behaves differently when
@@ -74,8 +74,8 @@
.It Fl d
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.
+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.
.It Fl q
@@ -116,10 +116,12 @@
.Ev SHELL
exists, the shell forked by
.Nm
-will be that shell. If
+will be that shell.
+If
.Ev SHELL
is not set, the Bourne shell
-is assumed. (Most shells set this variable automatically).
+is assumed.
+(Most shells set this variable automatically).
.El
.Sh SEE ALSO
.Xr csh 1