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
This commit is contained in:
Sevan Janiyan 2016-10-03 00:28:42 +00:00
parent 8049a4712f
commit e8533061c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306612

View File

@ -33,7 +33,7 @@
.\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95 .\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd May 1, 1995 .Dd October 3, 2016
.Dt MOUNT_NULLFS 8 .Dt MOUNT_NULLFS 8
.Os .Os
.Sh NAME .Sh NAME
@ -240,6 +240,10 @@ UCLA Technical Report CSD-910056,
.Em "Stackable Layers: an Architecture for File System Development" . .Em "Stackable Layers: an Architecture for File System Development" .
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm mount_null
utility first appeared in utility first appeared in
.Bx 4.4 . .Bx 4.4 .
It was renamed to
.Nm
in
.Fx 5.0 .