diff options
| author | Jitendra Bhati <bhatijitendra2022@gmail.com> | 2026-05-21 01:51:45 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2026-05-22 17:18:25 +0000 |
| commit | e030e4e73fe77f3626f6468e89219deed316553d (patch) | |
| tree | 3617e7a2de3c9f9f2b86cb8bf16d219a5333e5a3 | |
| parent | bed77cf7c213c3f93a0dc099e4b46c078495a328 (diff) | |
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
| -rw-r--r-- | lib/libc/gen/fts.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index da304e59ee72..199603b5f3c7 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd October 6, 2025 +.Dd May 21, 2026 .Dt FTS 3 .Os .Sh NAME @@ -893,7 +893,7 @@ to an appropriate non-zero value. The .Fn fts_set function returns 0 on success and \-1 if its -.Fa instr +.Fa options argument is invalid. .Pp The |
