diff options
author | charnier <charnier@FreeBSD.org> | 1998-07-15 06:13:45 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-07-15 06:13:45 +0000 |
commit | 9263747c51af01739210cc94f67dc55ee3328c1b (patch) | |
tree | 8a3539561504401860b61a80a4b84017515492ff /sbin/mount_unionfs | |
parent | 6972af9f15795eb573025d6e9360b6a73c34004e (diff) | |
download | FreeBSD-src-9263747c51af01739210cc94f67dc55ee3328c1b.zip FreeBSD-src-9263747c51af01739210cc94f67dc55ee3328c1b.tar.gz |
.Nm mount_union -> .Nm.
Diffstat (limited to 'sbin/mount_unionfs')
-rw-r--r-- | sbin/mount_unionfs/mount_unionfs.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8 index d93c032..60800f1 100644 --- a/sbin/mount_unionfs/mount_unionfs.8 +++ b/sbin/mount_unionfs/mount_unionfs.8 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_union.8 8.6 (Berkeley) 3/27/94 +.\" $Id$ .\" .Dd March 27, 1994 .Dt MOUNT_UNION 8 @@ -48,7 +49,7 @@ .Ar uniondir .Sh DESCRIPTION The -.Nm mount_union +.Nm command attaches .Ar directory @@ -196,6 +197,6 @@ over a union tree has the side-effect of creating a tree of shadow directories in the upper layer. .Sh HISTORY The -.Nm mount_union +.Nm command first appeared in .Bx 4.4 . |