lib/libc/gen/fts.3: use 'options' consistently in fts_set() description

The RETURN VALUES section used "instr" to describe the fts_set()
argument, while the SYNOPSIS and all other references use "options".
Fix the inconsistency.

MFC after:	1 week
Sponsored by:	Google LLC (GSoC 2026)
Reviewed by:	asomers
Pull Request:	https://github.com/freebsd/freebsd-src/pull/2213
This commit is contained in:
Jitendra Bhati
2026-05-21 07:21:45 +05:30
committed by Alan Somers
parent bed77cf7c2
commit e030e4e73f
+2 -2
View File
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd October 6, 2025 .Dd May 21, 2026
.Dt FTS 3 .Dt FTS 3
.Os .Os
.Sh NAME .Sh NAME
@@ -893,7 +893,7 @@ to an appropriate non-zero value.
The The
.Fn fts_set .Fn fts_set
function returns 0 on success and \-1 if its function returns 0 on success and \-1 if its
.Fa instr .Fa options
argument is invalid. argument is invalid.
.Pp .Pp
The The