summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorEric Jackson <ericj@cvs.openbsd.org>2000-03-23 17:01:36 +0000
committerEric Jackson <ericj@cvs.openbsd.org>2000-03-23 17:01:36 +0000
commit8ab376d6fd5df15146aa99559437b2422ad487b9 (patch)
tree5f4d3b5b76538f7e4de10f3cd2ea0cc17d9c23ad /usr.bin
parent470b90eae3a4d36be56d113e7fa8b423cc6deb06 (diff)
not changes in script
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/script/script.17
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1
index cebfcdbe92f..6f5c344d74e 100644
--- a/usr.bin/script/script.1
+++ b/usr.bin/script/script.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: script.1,v 1.6 2000/03/10 20:17:51 aaron Exp $
+.\" $OpenBSD: script.1,v 1.7 2000/03/23 17:01:35 ericj Exp $
.\" $NetBSD: script.1,v 1.3 1994/12/21 08:55:41 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -85,6 +85,11 @@ or control-D
is not set) for the
C-shell,
.Xr csh 1 ) .
+.Nm
+will exit with the status of 0 unless any of its child
+processes fail. In which case,
+.Nm
+will return 1.
.Pp
Certain interactive commands, such as
.Xr vi 1 ,