summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-12-13 15:50:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-12-13 15:50:03 +0000
commit51b64af02538efbbc6b69a7a95f4ad01807d62cf (patch)
tree6b319dba36debb9d9b555bfce1638e567bc5dbd8
parent5744c5418c709b5f978767294df6fd76d07452c5 (diff)
more references to hier(7), from mickey;
-rw-r--r--bin/mkdir/mkdir.18
-rw-r--r--usr.sbin/mtree/mtree.86
2 files changed, 11 insertions, 3 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index b90104dc04e..ce006fa78ac 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkdir.1,v 1.18 2003/06/02 23:32:08 millert Exp $
+.\" $OpenBSD: mkdir.1,v 1.19 2004/12/13 15:50:02 jmc Exp $
.\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -81,6 +81,9 @@ argument directory already exists.
.El
.Pp
The user must have write permission in the parent directory.
+For an explanation of the directory hierarchy,
+see
+.Xr hier 7 .
.Pp
The
.Nm
@@ -105,7 +108,8 @@ creating any non-existent intermediate directories as necessary.
.Sh SEE ALSO
.Xr chmod 1 ,
.Xr rmdir 1 ,
-.Xr umask 2
+.Xr umask 2 ,
+.Xr hier 7
.Sh STANDARDS
The
.Nm
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8
index 0eb654894d7..6ae60ad9b47 100644
--- a/usr.sbin/mtree/mtree.8
+++ b/usr.sbin/mtree/mtree.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtree.8,v 1.27 2003/09/05 18:34:27 henning Exp $
+.\" $OpenBSD: mtree.8,v 1.28 2004/12/13 15:50:02 jmc Exp $
.\" $NetBSD: mtree.8,v 1.4 1995/03/07 21:26:25 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -54,6 +54,9 @@ specification read from the standard input.
Messages are written to the standard output for any files whose
characteristics do not match the specification, or which are
missing from either the file hierarchy or the specification.
+For an explanation of the directory hierarchy,
+see
+.Xr hier 7 .
.Pp
The options are as follows:
.Bl -tag -width Ds
@@ -339,6 +342,7 @@ distribution.
.Xr md5 3 ,
.Xr rmd160 3 ,
.Xr sha1 3 ,
+.Xr hier 7 ,
.Xr chown 8
.Sh HISTORY
The