summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-18 07:33:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-18 07:33:49 +0000
commit22a8a867e01392910ef90820cd963ed01966babc (patch)
tree2d0ef7a64d1dd5ac68b6f38449c4449e0f60edf5 /bin/ksh/sh.1
parentd8fff56091bc97fc05aa518be0a02ada17ac66f7 (diff)
fix Xr refs; frisco@blackant.net
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r--bin/ksh/sh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index ac5dfe893e7..36e9b7c6db8 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.29 2002/05/04 22:21:21 krw Exp $
+.\" $OpenBSD: sh.1,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