Page MenuHomeFreeBSD

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

Authored by 0mp on Tue, Oct 28, 8:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 20, 2:00 AM
Unknown Object (File)
Thu, Nov 20, 2:00 AM
Unknown Object (File)
Thu, Nov 20, 1:59 AM
Unknown Object (File)
Thu, Nov 20, 1:54 AM
Unknown Object (File)
Sun, Nov 9, 6:32 PM
Unknown Object (File)
Sun, Nov 9, 6:26 PM
Unknown Object (File)
Wed, Nov 5, 12:18 PM
Unknown Object (File)
Wed, Nov 5, 12:18 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.Tue, Oct 28, 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.Fri, Oct 31, 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.Fri, Oct 31, 2:01 PM
This revision is now accepted and ready to land.Sun, Nov 2, 5:09 PM