summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-11-23 10:01:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-11-23 10:01:46 +0000
commitddb59344e9db462dbbf9a6e11fce305aaba940ea (patch)
treea7a9d832a275e59d75e594b5c4a028677fca485f /share
parent260e8deebc7ae1e8d66bd01885460343bb20fb98 (diff)
point to mount_mfs(8), not mfs(8);
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.514
1 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index a0b7067df05..0eed85d06e2 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.427 2015/10/12 10:27:22 sthen Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.428 2015/11/23 10:01:45 jmc Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 12 2015 $
+.Dd $Mdocdate: November 23 2015 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -2962,9 +2962,9 @@ scripts invocations.
.It Ev USE_MFS
Set to
.Sq Yes
-to build ports under an
-.Xr mfs 8
-filesystem.
+to build ports under an MFS filesystem
+(see
+.Xr mount_mfs 8 ) .
Mostly for use by
.Xr dpb 1
and not intended to be a user setting.
@@ -3074,9 +3074,7 @@ If explicitly unset (WRKOBJDIR=), the working directory is
created within the port directory.
.It Ev WRKOBJDIR_MFS
Alternate location for the port working directory.
-The intent is to use an
-.Xr mfs 8
-based filesystem for small ports with
+The intent is to use an MFS based filesystem for small ports with
.Xr dpb 1 .
Active when
.Ev USE_MFS