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)
Sat, Aug 8, 5:21 PM
Unknown Object (File)
Mon, Aug 3, 1:52 AM
Unknown Object (File)
Sun, Aug 2, 3:09 AM
Unknown Object (File)
Mon, Jul 27, 8:04 AM
Unknown Object (File)
Mon, Jul 27, 12:40 AM
Unknown Object (File)
Sun, Jul 26, 2:48 AM
Unknown Object (File)
Sat, Jul 25, 3:28 PM
Unknown Object (File)
Fri, Jul 24, 10:37 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.