summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-06-01 06:27:58 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-06-01 06:27:58 +0000
commit48c11bbc8dd0001a0ea81e6e860f9bb66bde52b1 (patch)
tree664c2c2872ad03e86ec580bb00dceaeb0c880cdb
parent31b21dece8baf4ca8bbb831b2328ab694caea5c1 (diff)
more adosfs removal;
-rw-r--r--lib/libc/sys/mount.216
-rw-r--r--usr.bin/man/man.15
2 files changed, 4 insertions, 17 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 {
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1
index ca969d6fe9f..1ed6a6b3c1f 100644
--- a/usr.bin/man/man.1
+++ b/usr.bin/man/man.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: man.1,v 1.35 2007/05/31 19:20:13 jmc Exp $
+.\" $OpenBSD: man.1,v 1.36 2007/06/01 06:27:57 jmc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)man.1 8.2 (Berkeley) 1/2/94
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 1 2007 $
.Dt MAN 1
.Os
.Sh NAME
@@ -122,7 +122,6 @@ getfsstat (2) \(en get list of all mounted file systems
getmntinfo (3) \(en get information about mounted file systems
mount (8) \(en mount file systems
mount, unmount (2) \(en mount or dismount a filesystem
-mount_ados (8) \(en mount an AmigaDOS file system
mount_cd9660 (8) \(en mount an ISO-9660 filesystem
mount_ext2fs (8) \(en mount an ext2fs file system
mount_ffs (8) \(en mount a Berkeley Fast File System