diff options
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r-- | lib/libc/sys/mount.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 28c404a0e88..e308bbdfbea 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.40 2011/11/17 14:26:14 schwarze Exp $ +.\" $OpenBSD: mount.2,v 1.41 2014/01/21 03:15:45 schwarze 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: November 17 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MOUNT 2 .Os .Sh NAME @@ -111,7 +111,7 @@ The .Fa type argument defines the type of the filesystem. The types of filesystems known to the system are defined in -.Aq Pa sys/mount.h . +.In sys/mount.h . .Fa data is a pointer to a structure that contains the type specific arguments to mount. |