summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
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 /lib/libc/sys
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);
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/mount.26
1 files changed, 3 insertions, 3 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