Deleted Added
full compact
fts.3 (233132) fts.3 (233648)
1.\" Copyright (c) 1989, 1991, 1993, 1994
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.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)fts.3 8.5 (Berkeley) 4/16/94
1.\" Copyright (c) 1989, 1991, 1993, 1994
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.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)fts.3 8.5 (Berkeley) 4/16/94
29.\" $FreeBSD: head/lib/libc/gen/fts.3 233132 2012-03-18 21:46:27Z jilles $
29.\" $FreeBSD: head/lib/libc/gen/fts.3 233648 2012-03-29 05:02:12Z eadler $
30.\"
31.Dd March 18, 2012
32.Dt FTS 3
33.Os
34.Sh NAME
35.Nm fts
36.Nd traverse a file hierarchy
37.Sh LIBRARY

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

797and
798.Fn fts_set_clientptr
799functions were introduced in
800.Fx 5.0 ,
801principally to provide for alternative interfaces to the
802.Nm
803functionality using different data structures.
804.Sh BUGS
30.\"
31.Dd March 18, 2012
32.Dt FTS 3
33.Os
34.Sh NAME
35.Nm fts
36.Nd traverse a file hierarchy
37.Sh LIBRARY

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

797and
798.Fn fts_set_clientptr
799functions were introduced in
800.Fx 5.0 ,
801principally to provide for alternative interfaces to the
802.Nm
803functionality using different data structures.
804.Sh BUGS
805The
805The
806.Fn fts_open
807function will automatically set the
808.Dv FTS_NOCHDIR
806.Fn fts_open
807function will automatically set the
808.Dv FTS_NOCHDIR
809option if the
809option if the
810.Dv FTS_LOGICAL
810.Dv FTS_LOGICAL
811option is provided, or if it cannot
811option is provided, or if it cannot
812.Xr open 2
813the current directory.
812.Xr open 2
813the current directory.