Page MenuHomeFreeBSD

isspace.3: Fix list block
Needs ReviewPublic

Authored by jlduran on Sat, Mar 15, 6:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 18, 4:52 PM
Unknown Object (File)
Sun, Mar 16, 10:29 AM
Unknown Object (File)
Sun, Mar 16, 2:39 AM
Unknown Object (File)
Sun, Mar 16, 1:39 AM
Unknown Object (File)
Sat, Mar 15, 10:51 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.