summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1tbl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ksh/sh.1tbl')
-rw-r--r--bin/ksh/sh.1tbl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl
index e50e0da89cb..a42074ef950 100644
--- a/bin/ksh/sh.1tbl
+++ b/bin/ksh/sh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1tbl,v 1.29 2002/05/04 22:21:21 krw Exp $
+.\" $OpenBSD: sh.1tbl,v 1.30 2002/09/18 07:33:47 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -935,7 +935,7 @@ or
.Ic typeset Fl x
commands, or by parameter assignments followed by simple commands) are put in
the environment (see
-.Xr environ 5 )
+.Xr environ 7 )
of commands run by the shell as
.Ar name Ns No = Ns Ar value
pairs.
@@ -3753,7 +3753,7 @@ signal and the shell exits.
.Xr rand 3 ,
.Xr signal 3 ,
.Xr system 3 ,
-.Xr environ 5
+.Xr environ 7
.Pp
.Rs
.%A Morris Bolsky