diff options
author | 2007-06-01 06:27:57 +0000 | |
---|---|---|
committer | 2007-06-01 06:27:57 +0000 | |
commit | a982d32d5352f466d5e8a4342ea9baf84607f39c (patch) | |
tree | 659c918bb0ca3c9101e703c7376463d6e5777d2d /lib/libc | |
parent | mark the non-handling of 48 bits units with XXX (diff) | |
download | wireguard-openbsd-a982d32d5352f466d5e8a4342ea9baf84607f39c.tar.xz wireguard-openbsd-a982d32d5352f466d5e8a4342ea9baf84607f39c.zip |
more adosfs removal;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mount.2 | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 244c3cb5e49..085c737f973 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.37 2007/05/31 19:19:33 jmc Exp $ +.\" $OpenBSD: mount.2,v 1.38 2007/06/01 06:27:57 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: May 31 2007 $ +.Dd $Mdocdate: June 1 2007 $ .Dt MOUNT 2 .Os .Sh NAME @@ -118,18 +118,6 @@ specific arguments to mount. The currently supported types of filesystems and their type specific data are: .Pp -.Dv MOUNT_ADOSFS -.Bd -literal -offset indent -compact -struct adosfs_args { - char *fspec; /* blocks special holding fs to mount */ - struct export_args export_info; - /* network export information */ - uid_t uid; /* uid that owns adosfs files */ - gid_t gid; /* gid that owns adosfs files */ - mode_t mask; /* mask to be applied for adosfs perms */ -}; -.Ed -.Pp .Dv MOUNT_CD9660 .Bd -literal -offset indent -compact struct iso_args { |