diff options
author | tjr <tjr@FreeBSD.org> | 2004-08-29 06:39:58 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-08-29 06:39:58 +0000 |
commit | e6b28daa662194bd116eed1e132da143fde77ec4 (patch) | |
tree | 8f7cc7d1f40d58b4ccb37d3f9a573e8ed3217791 /lib/libc/gen | |
parent | 1a0ea0b85b5fec8b65ba24ba7e57ad70ea9a47b4 (diff) | |
download | FreeBSD-src-e6b28daa662194bd116eed1e132da143fde77ec4.zip FreeBSD-src-e6b28daa662194bd116eed1e132da143fde77ec4.tar.gz |
Add cross-reference to ftw(3).
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/fts.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 3ef0220..69a86de 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -778,6 +778,7 @@ The options were invalid. .Xr find 1 , .Xr chdir 2 , .Xr stat 2 , +.Xr ftw 3 , .Xr qsort 3 .Sh HISTORY The |