summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-06-01 06:27:57 +0000
committerjmc <jmc@openbsd.org>2007-06-01 06:27:57 +0000
commita982d32d5352f466d5e8a4342ea9baf84607f39c (patch)
tree659c918bb0ca3c9101e703c7376463d6e5777d2d
parentmark the non-handling of 48 bits units with XXX (diff)
downloadwireguard-openbsd-a982d32d5352f466d5e8a4342ea9baf84607f39c.tar.xz
wireguard-openbsd-a982d32d5352f466d5e8a4342ea9baf84607f39c.zip
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