Deleted Added
full compact
dir.5 (55466) dir.5 (68716)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)dir.5 8.3 (Berkeley) 4/19/94
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)dir.5 8.3 (Berkeley) 4/19/94
33.\" $FreeBSD: head/share/man/man5/dir.5 55466 2000-01-05 17:04:36Z bde $
33.\" $FreeBSD: head/share/man/man5/dir.5 68716 2000-11-14 11:20:58Z ru $
34.\"
35.Dd April 19, 1994
36.Dt DIR 5
37.Os BSD 4.2
38.Sh NAME
39.Nm dir ,
40.Nm dirent
41.Nd directory file format

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

145#endif
146
147#endif /* !_SYS_DIRENT_H_ */
148.Ed
149.Sh SEE ALSO
150.Xr fs 5 ,
151.Xr inode 5
152.Sh BUGS
34.\"
35.Dd April 19, 1994
36.Dt DIR 5
37.Os BSD 4.2
38.Sh NAME
39.Nm dir ,
40.Nm dirent
41.Nd directory file format

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

145#endif
146
147#endif /* !_SYS_DIRENT_H_ */
148.Ed
149.Sh SEE ALSO
150.Xr fs 5 ,
151.Xr inode 5
152.Sh BUGS
153The usage of the member d_type of struct dirent is unportable as it is FreeBSD-specific.
153The usage of the member d_type of struct dirent is unportable as it is
154.Fx Ns -specific .
154It also may fail on certain filesystems, for example the cd9660 filesystem.
155.Sh HISTORY
156A
157.Nm
158file format appeared in
159.At v7 .
155It also may fail on certain filesystems, for example the cd9660 filesystem.
156.Sh HISTORY
157A
158.Nm
159file format appeared in
160.At v7 .