summaryrefslogtreecommitdiffstats
path: root/usr.bin/script/script.1
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-08-08 12:24:49 +0000
committercharnier <charnier@FreeBSD.org>1997-08-08 12:24:49 +0000
commit589d243b0950108d54f474d4143448c60c5cc065 (patch)
tree49a9ac7bf8ddce5eb549f6b4faa38ca92126dd3b /usr.bin/script/script.1
parent9a0308a35455e1c84e03211da112146975348f61 (diff)
downloadFreeBSD-src-589d243b0950108d54f474d4143448c60c5cc065.zip
FreeBSD-src-589d243b0950108d54f474d4143448c60c5cc065.tar.gz
Add usage(). Use err(3) instead of local redefinition.
Diffstat (limited to 'usr.bin/script/script.1')
-rw-r--r--usr.bin/script/script.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1
index deda037..7c1032f0 100644
--- a/usr.bin/script/script.1
+++ b/usr.bin/script/script.1
@@ -38,7 +38,7 @@
.Nm script
.Nd make typescript of terminal session
.Sh SYNOPSIS
-.Nm script
+.Nm
.Op Fl a
.Op Ar file
.Sh DESCRIPTION
@@ -99,7 +99,7 @@ The following environment variable is utilized by
If the variable
.Ev SHELL
exists, the shell forked by
-.Nm script
+.Nm
will be that shell. If
.Ev SHELL
is not set, the Bourne shell
@@ -112,7 +112,7 @@ is assumed. (Most shells set this variable automatically).
mechanism).
.Sh HISTORY
The
-.Nm script
+.Nm
command appeared in
.Bx 3.0 .
.Sh BUGS
OpenPOWER on IntegriCloud