diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-06 20:18:58 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-06 20:18:58 +0000 |
commit | 4e376184e91e776fb4cba753cd78b3a10bd3658f (patch) | |
tree | ac4b0703bd855d3efaf6d28000ef4e98c4977792 /share/man | |
parent | 51007cbcbcf55ded13128f1a9ec227007f716a21 (diff) |
Remove fdescfs
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/options.4 | 25 | ||||
-rw-r--r-- | share/man/man5/fstab.5 | 5 |
2 files changed, 2 insertions, 28 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index b0271a330ec..453ea828a4c 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.172 2005/11/30 11:18:27 jmc Exp $ +.\" $OpenBSD: options.4,v 1.173 2005/12/06 20:18:57 pedro Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -423,28 +423,6 @@ Experimental and read only. See .Xr mount_ntfs 8 for details. -.It Cd option FDESC -Includes code for a file system which can be mounted on -.Pa /dev/fd . -This filesystem permits access to the per-process file descriptor -space via special files in the file system. -See -.Xr mount_fdesc 8 -for details. -Note that this facility is redundant, and thus unneeded on most -.Ox -systems, since the -.Xr fd 4 -pseudo-device driver already provides identical functionality. -On most systems, instances of -.Xr fd 4 -are mknoded under -.Pa /dev/fd/ -and on -.Pa /dev/stdin , -.Pa /dev/stdout , -and -.Pa /dev/stderr . .It Cd option PORTAL Includes the (experimental) portal filesystem. This permits interesting tricks like opening TCP sockets by opening files in @@ -1096,7 +1074,6 @@ is zero, the hardware realtime clock device is not in Daylight Saving Time. .Xr edquota 8 , .Xr init 8 , .Xr mount_cd9660 8 , -.Xr mount_fdesc 8 , .Xr mount_mfs 8 , .Xr mount_msdos 8 , .Xr mount_nfs 8 , diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index 153771a544a..c02c8c06dde 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.33 2005/11/27 13:11:59 jmc Exp $ +.\" $OpenBSD: fstab.5,v 1.34 2005/12/06 20:18:57 pedro Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -99,9 +99,6 @@ An filesystem. .It cd9660 An ISO 9660 CD-ROM filesystem. -.It fdesc -An implementation of -.Pa /dev/fd . .It ffs A local .Ux |