diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-01 06:27:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-01 06:27:58 +0000 |
commit | 48c11bbc8dd0001a0ea81e6e860f9bb66bde52b1 (patch) | |
tree | 664c2c2872ad03e86ec580bb00dceaeb0c880cdb /lib/libc/sys | |
parent | 31b21dece8baf4ca8bbb831b2328ab694caea5c1 (diff) |
more adosfs removal;
Diffstat (limited to 'lib/libc/sys')
-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 { |