Deleted Added
full compact
fdescfs.5 (23466) fdescfs.5 (34504)
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.\" $Id$
39.\" $Id: fdesc.5,v 1.3 1997/03/07 03:27:59 jmg Exp $
40.\"
41.Dd December 14, 1996
42.Dt fdesc 5
43.Os BSD 4.4
44.Sh NAME
45.Nm fdesc
46.Nd file-descriptor file system
47.Sh SYNOPSIS

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

133.Sh HISTORY
134The
135.Nm
136filesystem first appeared in
137.Bx 4.4 . The
138.Nm
139manual page first appeared in
140.Fx 2.2 .
40.\"
41.Dd December 14, 1996
42.Dt fdesc 5
43.Os BSD 4.4
44.Sh NAME
45.Nm fdesc
46.Nd file-descriptor file system
47.Sh SYNOPSIS

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

133.Sh HISTORY
134The
135.Nm
136filesystem first appeared in
137.Bx 4.4 . The
138.Nm
139manual page first appeared in
140.Fx 2.2 .
141.Sh AUTHOR
141.Sh AUTHORS
142The
143.Nm
142The
143.Nm
144manaul page was written by Mike Pritchard <mpp@FreeBSD.org>,
144manual page was written by
145.An Mike Pritchard Aq mpp@FreeBSD.org ,
145and was based on the
146.Xr mount_fdesc 8
146and was based on the
147.Xr mount_fdesc 8
147manual page written by Jan-Simon Pendry.
148manual page written by
149.An Jan-Simon Pendry .