The first argument to fts_set was wrong. Part of PR# 2917.

This commit is contained in:
Mike Pritchard 1997-03-09 00:43:49 +00:00
parent e2493e0fc3
commit 2d3868141d

View File

@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fts.3 8.5 (Berkeley) 4/16/94
.\" $Id$
.\"
.Dd April 16, 1994
.Dt FTS 3
@ -48,7 +49,7 @@
.Ft FTSENT *
.Fn fts_children "FTS *ftsp" "int options"
.Ft int
.Fn fts_set "FTS ftsp" "FTSENT *f" "int options"
.Fn fts_set "FTS *ftsp" "FTSENT *f" "int options"
.Ft int
.Fn fts_close "FTS *ftsp"
.Sh DESCRIPTION