Page MenuHomeFreeBSD

w(1): Add EXAMPLES to man page
ClosedPublic

Authored by fernape on Aug 24 2020, 4:43 PM.
Tags
None
Referenced Files
F168022846: D26172.diff
Tue, Aug 25, 11:36 PM
F167963515: D26172.id76168.diff
Tue, Aug 25, 3:52 PM
F167876372: D26172.id.diff
Tue, Aug 25, 4:42 AM
F167869131: D26172.diff
Tue, Aug 25, 3:19 AM
F167865594: D26172.id76169.diff
Tue, Aug 25, 2:35 AM
F167864717: D26172.id76167.diff
Tue, Aug 25, 2:27 AM
Unknown Object (File)
Sun, Aug 23, 6:16 PM
Unknown Object (File)
Thu, Aug 20, 7:50 PM

Details

Reviewers
bcr
Group Reviewers
manpages
Commits
rS364719: w(1): Add EXAMPLES to man page
Summary

Add small example section showing general use and -d and -h flags

Test Plan
  • mandoc -Tlint clean
  • igor clean
  • aspell happy
  • man ./w.1 renders the page properly

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33145
Build 30503: arc lint + arc unit

Event Timeline

Typo and grammar fixes. In general, I like the examples.

usr.bin/w/w.1
130

s/for root/for the root/
s/ommitting/omitting/

usr.bin/w/w.1
130

Thanks for reviewing.
The grammar issue is a deficiency of me, the typo slipped in the output of aspell.

Thanks again!

Thanks, it looks good to me now.

usr.bin/w/w.1
130

Thanks for reviewing.
The grammar issue is a deficiency of me, the typo slipped in the output of aspell.

Thanks again!

No worries, it happens to all of us non-native speakers. That's why we do these reviews: collectively correcting our mistakes and make the patch better this way for everyone's benefit.

This revision is now accepted and ready to land.Aug 24 2020, 5:41 PM
This revision was automatically updated to reflect the committed changes.