aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdmfs
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-04-27 01:40:45 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-04-27 01:40:45 +0000
commitf72709f6ae7a7f2e735c90fccbf7ea5b4f823e0c (patch)
treefc4c07c7e1e0cd429c186b6b8f6f89f2918296fb /sbin/mdmfs
parentd63e1fdedb1f4ba27008f16ac817d30954774a24 (diff)
downloadsrc-f72709f6ae7a7f2e735c90fccbf7ea5b4f823e0c.tar.gz
src-f72709f6ae7a7f2e735c90fccbf7ea5b4f823e0c.zip
Also MLINK the man page for mount_mfs.
Notes
Notes: svn path=/head/; revision=114097
Diffstat (limited to 'sbin/mdmfs')
-rw-r--r--sbin/mdmfs/Makefile1
-rw-r--r--sbin/mdmfs/mdmfs.85
2 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mdmfs/Makefile b/sbin/mdmfs/Makefile
index 26aab3afe400..999793f0e103 100644
--- a/sbin/mdmfs/Makefile
+++ b/sbin/mdmfs/Makefile
@@ -3,5 +3,6 @@
PROG= mdmfs
LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs
MAN= mdmfs.8
+MLINKS+= mdmfs.8 mount_mfs.8
.include <bsd.prog.mk>
diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8
index 7b983bbbdc84..64fda0713531 100644
--- a/sbin/mdmfs/mdmfs.8
+++ b/sbin/mdmfs/mdmfs.8
@@ -29,7 +29,8 @@
.Dt MDMFS 8
.Os
.Sh NAME
-.Nm mdmfs
+.Nm mdmfs ,
+.Nm mount_mfs
.Nd configure and mount an in-memory file system using the
.Xr md 4
driver
@@ -306,7 +307,7 @@ utility, while designed to be fully compatible with
can be useful by itself.
Since
.Xr mount_mfs 8
-has some silly defaults, a
+had some silly defaults, a
.Dq full compatibility
mode is provided for the case where bug-to-bug compatibility is desired.
.Pp