summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-11-23 10:01:45 +0000
committerjmc <jmc@openbsd.org>2015-11-23 10:01:45 +0000
commit520ebeba04f6ac8f96d9b37bdf5c8432a0595993 (patch)
tree5a90b274e97c98a7277058f96e05ec19558b8784
parent- fix printing of non-ascii chars in error message (diff)
downloadwireguard-openbsd-520ebeba04f6ac8f96d9b37bdf5c8432a0595993.tar.xz
wireguard-openbsd-520ebeba04f6ac8f96d9b37bdf5c8432a0595993.zip
point to mount_mfs(8), not mfs(8);
-rw-r--r--lib/libc/sys/mount.26
-rw-r--r--share/man/man5/bsd.port.mk.514
2 files changed, 9 insertions, 11 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index c89921ed5d0..b2a126a01db 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.2,v 1.44 2015/09/10 17:55:21 schwarze Exp $
+.\" $OpenBSD: mount.2,v 1.45 2015/11/23 10:01:45 jmc Exp $
.\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)mount.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: November 23 2015 $
.Dt MOUNT 2
.Os
.Sh NAME
@@ -386,8 +386,8 @@ points outside the process's allocated address space.
.El
.Sh SEE ALSO
.Xr statfs 2 ,
-.Xr mfs 8 ,
.Xr mount 8 ,
+.Xr mount_mfs 8 ,
.Xr umount 8
.Sh HISTORY
The
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