Deleted Added
full compact
fdescfs.5 (212827) fdescfs.5 (233648)
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 212827 2010-09-18 19:23:14Z gjb $
39.\" $FreeBSD: head/share/man/man5/fdescfs.5 233648 2012-03-29 05:02:12Z eadler $
40.\"
41.Dd September 18, 2010
42.Dt FDESCFS 5
43.Os
44.Sh NAME
45.Nm fdescfs
46.Nd file-descriptor file system
47.Sh SYNOPSIS

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

96files are created by default when devfs alone is mounted.
97.Nm
98creates entries for all file descriptors opened by the process.
99.Sh FILES
100.Bl -tag -width /dev/stderr -compact
101.It Pa /dev/fd/#
102.El
103.Sh EXAMPLES
40.\"
41.Dd September 18, 2010
42.Dt FDESCFS 5
43.Os
44.Sh NAME
45.Nm fdescfs
46.Nd file-descriptor file system
47.Sh SYNOPSIS

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

96files are created by default when devfs alone is mounted.
97.Nm
98creates entries for all file descriptors opened by the process.
99.Sh FILES
100.Bl -tag -width /dev/stderr -compact
101.It Pa /dev/fd/#
102.El
103.Sh EXAMPLES
104To mount a
104To mount a
105.Nm
106volume located on
107.Pa /dev/fd :
108.Pp
109.Dl "mount -t fdescfs null /dev/fd"
110.Sh SEE ALSO
111.Xr devfs 5 ,
112.Xr mount 8

--- 18 unchanged lines hidden ---
105.Nm
106volume located on
107.Pa /dev/fd :
108.Pp
109.Dl "mount -t fdescfs null /dev/fd"
110.Sh SEE ALSO
111.Xr devfs 5 ,
112.Xr mount 8

--- 18 unchanged lines hidden ---