diff options
author | Sevan Janiyan <sevan@FreeBSD.org> | 2016-10-03 00:28:42 +0000 |
---|---|---|
committer | Sevan Janiyan <sevan@FreeBSD.org> | 2016-10-03 00:28:42 +0000 |
commit | e8533061c49f58c03161f82583f1925cea4352f8 (patch) | |
tree | 0442c0a629076c25d93c3354ba604d3cbfe74851 /sbin/mount_nullfs/mount_nullfs.8 | |
parent | 8049a4712fa5f075a48b6b2ef5cc63dff41079d5 (diff) | |
download | src-e8533061c49f58c03161f82583f1925cea4352f8.tar.gz src-e8533061c49f58c03161f82583f1925cea4352f8.zip |
Note the name change from mount_null to mount_nullfs in FreeBSD 5.0.
PR: 212541
Approved by: bcr (mentor)
MFC after: 4 days
Differential Revision: https://reviews.freebsd.org/D8105
Notes
Notes:
svn path=/head/; revision=306612
Diffstat (limited to 'sbin/mount_nullfs/mount_nullfs.8')
-rw-r--r-- | sbin/mount_nullfs/mount_nullfs.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index 177ecdd2cf84..da4586a31147 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -33,7 +33,7 @@ .\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95 .\" $FreeBSD$ .\" -.Dd May 1, 1995 +.Dd October 3, 2016 .Dt MOUNT_NULLFS 8 .Os .Sh NAME @@ -240,6 +240,10 @@ UCLA Technical Report CSD-910056, .Em "Stackable Layers: an Architecture for File System Development" . .Sh HISTORY The -.Nm +.Nm mount_null utility first appeared in .Bx 4.4 . +It was renamed to +.Nm +in +.Fx 5.0 . |