summaryrefslogtreecommitdiffstats
path: root/usr.bin/script
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-09-07 15:43:50 +0000
committercharnier <charnier@FreeBSD.org>2003-09-07 15:43:50 +0000
commit31157a0435031625a4db1f648dc36b234edf8497 (patch)
tree1591d0715441596a99ada0f188ec3cb8a22dbb22 /usr.bin/script
parent7ea58f2955d8d0650dbbdb6a5dc590927af52bba (diff)
downloadFreeBSD-src-31157a0435031625a4db1f648dc36b234edf8497.zip
FreeBSD-src-31157a0435031625a4db1f648dc36b234edf8497.tar.gz
Introduce arguments the standard way. In .Ar command ..., ... is not an
argument, command is.
Diffstat (limited to 'usr.bin/script')
-rw-r--r--usr.bin/script/script.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1
index e455dfc..5e25d90 100644
--- a/usr.bin/script/script.1
+++ b/usr.bin/script/script.1
@@ -64,14 +64,14 @@ If no file name is given, the typescript is saved in the file
.Pa typescript .
.Pp
If the argument
-.Ar command ...
+.Ar command
is given,
.Nm
will run the specified command with an optional argument vector
instead of an interactive shell.
.Pp
-Options:
-.Bl -tag -width xxxxxxx
+The following options are available:
+.Bl -tag -width indent
.It Fl a
Append the output to
.Ar file
@@ -99,7 +99,7 @@ and
.Em exit ,
.Em logout
or
-.Em control-d
+.Em control-D
(if
.Em ignoreeof
is not set) for the
OpenPOWER on IntegriCloud