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
F164706155: D53417.diff
Mon, Aug 3, 6:55 AM
Unknown Object (File)
Wed, Jul 29, 12:08 PM
Unknown Object (File)
Mon, Jul 27, 10:25 PM
Unknown Object (File)
Sun, Jul 26, 9:03 PM
Unknown Object (File)
Thu, Jul 23, 1:12 AM
Unknown Object (File)
Tue, Jul 21, 11:12 PM
Unknown Object (File)
Tue, Jul 21, 2:11 PM
Unknown Object (File)
Thu, Jul 16, 4:31 AM
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