Page MenuHomeFreeBSD

w(1): Add EXAMPLES to man page
ClosedPublic

Authored by fernape on Aug 24 2020, 4:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 1:00 AM
Unknown Object (File)
Tue, Oct 7, 10:31 AM
Unknown Object (File)
Sun, Oct 5, 2:47 AM
Unknown Object (File)
Wed, Oct 1, 3:18 PM
Unknown Object (File)
Sep 10 2025, 10:32 PM
Unknown Object (File)
Sep 9 2025, 8:37 PM
Unknown Object (File)
Aug 14 2025, 4:38 AM
Unknown Object (File)
Aug 10 2025, 1:53 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

usr.bin/w/w.1
130 ↗(On Diff #76167)

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

usr.bin/w/w.1
130 ↗(On Diff #76167)

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 ↗(On Diff #76167)

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.