summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-12-13 14:00:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-12-13 14:00:08 +0000
commit97b84989afc39fef025abe1fbdbb4226bce9d9f7 (patch)
tree63898ca744f2af6111703f00aa8cc3e51e83f08f /share/man
parentbd3eb4e9d4465537274760d578004c26161e814d (diff)
make hier(7) more visible;
tweak some stuff while i'm in here;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man1/cd.111
-rw-r--r--share/man/man8/afterboot.85
2 files changed, 10 insertions, 6 deletions
diff --git a/share/man/man1/cd.1 b/share/man/man1/cd.1
index a8e00d2fbad..336f9b6c024 100644
--- a/share/man/man1/cd.1
+++ b/share/man/man1/cd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cd.1,v 1.13 2004/07/21 13:33:12 jaredy Exp $
+.\" $OpenBSD: cd.1,v 1.14 2004/12/13 14:00:07 jmc Exp $
.\" $NetBSD: cd.1,v 1.2 1994/11/30 08:34:59 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -50,6 +50,9 @@ The interpretation of a relative pathname by
depends on the
.Ev CDPATH
environment variable (see below).
+For an explanation of the directory hierarchy,
+see
+.Xr hier 7 .
.Pp
Note that
.Nm
@@ -78,7 +81,7 @@ operand does not begin with a slash
character, and the first component is not dot
.Pq Ql \&.
or dot-dot
-.Pq Ql \&.\&. ,
+.Pq Ql .. ,
.Nm
searches for the directory relative to each colon-separated directory named
in the
@@ -114,7 +117,9 @@ for more information on environment variables.
.Xr csh 1 ,
.Xr pwd 1 ,
.Xr sh 1 ,
-.Xr chdir 2
+.Xr chdir 2 ,
+.Xr environ 7 ,
+.Xr hier 7
.Sh STANDARDS
The
.Nm
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index 8093fd76b91..98de8abbdc2 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.100 2004/12/01 16:25:20 jmc Exp $
+.\" $OpenBSD: afterboot.8,v 1.101 2004/12/13 14:00:07 jmc Exp $
.\"
.\" Copyright (c) 1997 Marshall M. Midden
.\" All rights reserved.
@@ -248,9 +248,7 @@ after you flush the routes.
If you wish to route packets between interfaces, add the directive
.Pp
.Dl net.inet.ip.forwarding=1
-.Pp
or
-.Pp
.Dl net.inet6.ip6.forwarding=1
.Pp
to
@@ -879,6 +877,7 @@ boot time in the kernel image.
.Xr printcap 5 ,
.Xr resolv.conf 5 ,
.Xr ssh_config 5 ,
+.Xr hier 7 ,
.Xr hostname 7 ,
.Xr packages 7 ,
.Xr ports 7 ,