diff options
author | jilles <jilles@FreeBSD.org> | 2014-01-12 20:47:08 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2014-01-12 20:47:08 +0000 |
commit | 571f9839e43b0fc9c18d18e751aacf457c5cdefc (patch) | |
tree | 17717f2d4e6e6aab5372c9051b1004f0ca7c7bff /lib/libc | |
parent | a05d52f479a149054813ba6296cf6b1299f28631 (diff) | |
download | FreeBSD-src-571f9839e43b0fc9c18d18e751aacf457c5cdefc.zip FreeBSD-src-571f9839e43b0fc9c18d18e751aacf457c5cdefc.tar.gz |
fts(3): Remove stray mentions of the obsolete fts_bignum.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/fts.3 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 9133e37..2464d41 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -28,7 +28,7 @@ .\" @(#)fts.3 8.5 (Berkeley) 4/16/94 .\" $FreeBSD$ .\" -.Dd May 21, 2013 +.Dd January 12, 2014 .Dt FTS 3 .Os .Sh NAME @@ -304,7 +304,6 @@ file is a member. A parent structure for the initial entry point is provided as well, however, only the .Fa fts_level , -.Fa fts_bignum , .Fa fts_number and .Fa fts_pointer @@ -366,13 +365,6 @@ The .Fa fts_name field is always .Dv NUL Ns -terminated . -.Pp -Note that the use of -.Fa fts_bignum -is mutually exclusive with the use of -.Fa fts_number -or -.Fa fts_pointer . .Sh FTS_OPEN The .Fn fts_open |