summaryrefslogtreecommitdiff
path: root/usr.bin/script/script.1
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2009-10-17 22:28:33 +0000
committerwiz <wiz@NetBSD.org>2009-10-17 22:28:33 +0000
commitda3d98a56da6a59dab6f7db6003f36c2502820cd (patch)
treeb1f9f686cfb43434d9f4e815f13d67b8db199277 /usr.bin/script/script.1
parent5a6c88acadbddbe5d9d458798bfed9e8f9a1a35c (diff)
New sentence, new line. Remove trailing whitespace.
Diffstat (limited to 'usr.bin/script/script.1')
-rw-r--r--usr.bin/script/script.114
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1
index c0fbb3bf852..01ff06fe590 100644
--- a/usr.bin/script/script.1
+++ b/usr.bin/script/script.1
@@ -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 @@ or
.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 @@ associated with a tty.
.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 @@ If the variable
.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