summaryrefslogtreecommitdiff
path: root/usr.bin/script
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-27 16:57:55 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-27 16:57:55 +0000
commit67d4a6033bddb7d54e3ef944dae899133e293901 (patch)
treee9fa8b31d399fbf78eb212bff674a4eb212767b0 /usr.bin/script
parentef3f0c32a94fffe5f70dc86aaca4e234fe407c4b (diff)
usr.bin/ man page cleanups, n-s
Diffstat (limited to 'usr.bin/script')
-rw-r--r--usr.bin/script/script.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1
index 791a210bf29..f9c52cc8498 100644
--- a/usr.bin/script/script.1
+++ b/usr.bin/script/script.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: script.1,v 1.2 1996/06/26 05:39:02 deraadt Exp $
+.\" $OpenBSD: script.1,v 1.3 1998/09/27 16:57:52 aaron Exp $
.\" $NetBSD: script.1,v 1.3 1994/12/21 08:55:41 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -45,7 +45,7 @@
.Op Fl a
.Op Ar file
.Sh DESCRIPTION
-.Nm Script
+.Nm script
makes a typescript of everything printed on your terminal.
It is useful for students who need a hardcopy record of an interactive
session as proof of an assignment, as the typescript file
@@ -90,7 +90,7 @@ C-shell,
Certain interactive commands, such as
.Xr vi 1 ,
create garbage in the typescript file.
-.Nm Script
+.Nm script
works best with commands that do not manipulate the
screen, the results are meant to emulate a hardcopy
terminal.
@@ -106,21 +106,21 @@ exists, the shell forked by
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
(for the
.Em history
-mechanism).
+mechanism)
.Sh HISTORY
The
.Nm script
command appeared in
.Bx 3.0 .
.Sh BUGS
-.Nm Script
+.Nm script
places
-.Sy everything
+.Em everything
in the log file, including linefeeds and backspaces.
This is not what the naive user expects.