diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-13 15:50:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-13 15:50:03 +0000 |
commit | 51b64af02538efbbc6b69a7a95f4ad01807d62cf (patch) | |
tree | 6b319dba36debb9d9b555bfce1638e567bc5dbd8 /usr.sbin/mtree | |
parent | 5744c5418c709b5f978767294df6fd76d07452c5 (diff) |
more references to hier(7), from mickey;
Diffstat (limited to 'usr.sbin/mtree')
-rw-r--r-- | usr.sbin/mtree/mtree.8 | 6 |
1 files changed, 5 insertions, 1 deletions
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 |