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)
Fri, Sep 11, 2:54 AM
Unknown Object (File)
Tue, Sep 8, 10:24 PM
Unknown Object (File)
Tue, Sep 8, 8:38 AM
Unknown Object (File)
Sat, Sep 5, 9:30 AM
Unknown Object (File)
Sat, Sep 5, 2:54 AM
Unknown Object (File)
Fri, Sep 4, 11:29 PM
Unknown Object (File)
Fri, Sep 4, 11:17 PM
Unknown Object (File)
Thu, Sep 3, 6:49 AM
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.