Also MLINK the man page for mount_mfs.

This commit is contained in:
Doug Barton 2003-04-27 01:40:45 +00:00
parent d63e1fdedb
commit f72709f6ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114097
2 changed files with 4 additions and 2 deletions

View File

@ -3,5 +3,6 @@
PROG= mdmfs PROG= mdmfs
LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs
MAN= mdmfs.8 MAN= mdmfs.8
MLINKS+= mdmfs.8 mount_mfs.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -29,7 +29,8 @@
.Dt MDMFS 8 .Dt MDMFS 8
.Os .Os
.Sh NAME .Sh NAME
.Nm mdmfs .Nm mdmfs ,
.Nm mount_mfs
.Nd configure and mount an in-memory file system using the .Nd configure and mount an in-memory file system using the
.Xr md 4 .Xr md 4
driver driver
@ -306,7 +307,7 @@ utility, while designed to be fully compatible with
can be useful by itself. can be useful by itself.
Since Since
.Xr mount_mfs 8 .Xr mount_mfs 8
has some silly defaults, a had some silly defaults, a
.Dq full compatibility .Dq full compatibility
mode is provided for the case where bug-to-bug compatibility is desired. mode is provided for the case where bug-to-bug compatibility is desired.
.Pp .Pp