diff options
author | Sevan Janiyan <sevan@FreeBSD.org> | 2016-10-03 00:31:58 +0000 |
---|---|---|
committer | Sevan Janiyan <sevan@FreeBSD.org> | 2016-10-03 00:31:58 +0000 |
commit | 2c122a6b9901869ac8da50cafd4d48408bc26514 (patch) | |
tree | 63ab7ec98c5b4e9a6e34b9e59aeb4d9357fb2354 /sbin/mount_unionfs | |
parent | e8533061c49f58c03161f82583f1925cea4352f8 (diff) | |
download | src-2c122a6b9901869ac8da50cafd4d48408bc26514.tar.gz src-2c122a6b9901869ac8da50cafd4d48408bc26514.zip |
Note the change of name in FreeBSD 5.0.
PR: 212542
Approved by: bcr (mentor)
MFC after: 4 days
Differential Revision: https://reviews.freebsd.org/D8105
Notes
Notes:
svn path=/head/; revision=306613
Diffstat (limited to 'sbin/mount_unionfs')
-rw-r--r-- | sbin/mount_unionfs/mount_unionfs.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8 index 84b29d2c822a..faab7046dd99 100644 --- a/sbin/mount_unionfs/mount_unionfs.8 +++ b/sbin/mount_unionfs/mount_unionfs.8 @@ -31,7 +31,7 @@ .\" @(#)mount_union.8 8.6 (Berkeley) 3/27/94 .\" $FreeBSD$ .\" -.Dd November 30, 2006 +.Dd October 3, 2016 .Dt MOUNT_UNIONFS 8 .Os .Sh NAME @@ -328,9 +328,13 @@ accessible via .Xr mount_nullfs 8 .Sh HISTORY The -.Nm +.Nm mount_null utility first appeared in .Bx 4.4 . +It was renamed to +.Nm +in +.Fx 5.0 . .Pp The .Fl r |