Page MenuHomeFreeBSD

isspace.3: Fix list block
Needs ReviewPublic

Authored by jlduran on Mar 15 2025, 6:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 26, 5:10 AM
Unknown Object (File)
Sun, Oct 26, 4:59 AM
Unknown Object (File)
Sat, Oct 25, 3:07 AM
Unknown Object (File)
Wed, Oct 22, 12:26 AM
Unknown Object (File)
Oct 4 2025, 3:46 AM
Unknown Object (File)
Sep 23 2025, 5:47 PM
Unknown Object (File)
Sep 20 2025, 12:11 AM
Unknown Object (File)
Sep 1 2025, 10:33 PM
Subscribers

Details

Reviewers
emaste
Group Reviewers
manpages

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62935
Build 59819: arc lint + arc unit

Event Timeline

lib/libc/locale/isspace.3
54

These were previously ordered according to ASCII?

55
57

These aren't sentences, so I prefer to use nothing (and lowercase first character, this is how they did it in the beginning); you could use a comma, but you certainly shouldn't use a period.

Address suggestions:

  • Sort entries according to ascii(7)
  • Use the "standard" "indent" width
  • Lowercase the items

Also:

  • Remove the reference to a historical 386BSD (it no longer applies)
jlduran marked 3 inline comments as done.

Note to self: isdigit(3) also needs a little fix.