Deleted Added
full compact
fdescfs.5 (69027) fdescfs.5 (77042)
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Copyright (c) 1992, 1993, 1994
5.\" The Regents of the University of California. All rights reserved.
6.\" All rights reserved.
7.\"
8.\" This code is derived from software donated to Berkeley by

--- 22 unchanged lines hidden (view full) ---

31.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37.\" SUCH DAMAGE.
38.\"
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Copyright (c) 1992, 1993, 1994
5.\" The Regents of the University of California. All rights reserved.
6.\" All rights reserved.
7.\"
8.\" This code is derived from software donated to Berkeley by

--- 22 unchanged lines hidden (view full) ---

31.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37.\" SUCH DAMAGE.
38.\"
39.\" $FreeBSD: head/share/man/man5/fdescfs.5 69027 2000-11-22 09:35:58Z ru $
39.\" $FreeBSD: head/share/man/man5/fdescfs.5 77042 2001-05-23 14:58:19Z ru $
40.\"
41.Dd December 14, 1996
40.\"
41.Dd December 14, 1996
42.Dt FDESC 5
43.Os BSD 4.4
42.Dt FDESCFS 5
43.Os
44.Sh NAME
44.Sh NAME
45.Nm fdesc
45.Nm fdescfs
46.Nd file-descriptor file system
47.Sh SYNOPSIS
46.Nd file-descriptor file system
47.Sh SYNOPSIS
48fdesc /dev/fd fdesc rw 0 0
48fdescfs /dev/fd fdescfs rw 0 0
49.Sh DESCRIPTION
50The file-descriptor file system, or
51.Nm ,
52provides access to the per-process file descriptor
53namespace in the global filesystem namespace.
54The conventional mount point is
55.Pa /dev/fd .
56.Pp

--- 29 unchanged lines hidden (view full) ---

86.Dv O_RDWR
87are ignored.
88.Sh FILES
89.Bl -tag -width /dev/stderr -compact
90.It Pa /dev/fd/#
91.El
92.Sh SEE ALSO
93.Xr mount_devfs 8 ,
49.Sh DESCRIPTION
50The file-descriptor file system, or
51.Nm ,
52provides access to the per-process file descriptor
53namespace in the global filesystem namespace.
54The conventional mount point is
55.Pa /dev/fd .
56.Pp

--- 29 unchanged lines hidden (view full) ---

86.Dv O_RDWR
87are ignored.
88.Sh FILES
89.Bl -tag -width /dev/stderr -compact
90.It Pa /dev/fd/#
91.El
92.Sh SEE ALSO
93.Xr mount_devfs 8 ,
94.Xr mount_fdesc 8
94.Xr mount_fdescfs 8
95.Sh HISTORY
96The
97.Nm
98filesystem first appeared in
99.Bx 4.4 .
100The
101.Nm
102manual page first appeared in
103.Fx 2.2 .
104.Sh AUTHORS
105.An -nosplit
106The
107.Nm
108manual page was written by
109.An Mike Pritchard Aq mpp@FreeBSD.org ,
110and was based on the
95.Sh HISTORY
96The
97.Nm
98filesystem first appeared in
99.Bx 4.4 .
100The
101.Nm
102manual page first appeared in
103.Fx 2.2 .
104.Sh AUTHORS
105.An -nosplit
106The
107.Nm
108manual page was written by
109.An Mike Pritchard Aq mpp@FreeBSD.org ,
110and was based on the
111.Xr mount_fdesc 8
111.Xr mount_fdescfs 8
112manual page written by
113.An Jan-Simon Pendry .
112manual page written by
113.An Jan-Simon Pendry .