Page MenuHomeFreeBSD

d.7: Document strchr, strjoin, strrchr, strstr, strtok, strlen, and substr
ClosedPublic

Authored by 0mp on Oct 28 2025, 8:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 3, 3:56 PM
Unknown Object (File)
Mon, Mar 2, 10:15 PM
Unknown Object (File)
Thu, Feb 19, 4:45 PM
Unknown Object (File)
Tue, Feb 17, 4:46 PM
Unknown Object (File)
Jan 28 2026, 1:00 AM
Unknown Object (File)
Jan 16 2026, 10:18 AM
Unknown Object (File)
Jan 15 2026, 9:24 PM
Unknown Object (File)
Jan 7 2026, 7:16 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

0mp requested review of this revision.Oct 28 2025, 8:20 PM
markj added inline comments.
share/man/man7/d.7
208

What is returned if there is no match? NULL, or the empty string?

217

I don't think the comparison to strcat is useful. (Really, the comparisons to C functions in general isn't useful IMO: if you know C, then these functions are familiar, and if you don't the comparisons mean nothing.)

  • Add examples
  • Do not refer to C functions
  • Explain return values
0mp marked 2 inline comments as done.Oct 31 2025, 2:01 PM
0mp added inline comments.
share/man/man7/d.7
208

I've added those details.

217

Good point. Thanks! I removed those pointers.

0mp marked 2 inline comments as done.Oct 31 2025, 2:01 PM
This revision is now accepted and ready to land.Nov 2 2025, 5:09 PM