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)
Fri, Jan 31, 8:05 AM
Unknown Object (File)
Fri, Jan 24, 10:08 PM
Unknown Object (File)
Jan 15 2025, 1:04 AM
Unknown Object (File)
Jan 12 2025, 4:00 AM
Unknown Object (File)
Dec 22 2024, 4:47 AM
Unknown Object (File)
Dec 10 2024, 6:44 AM
Unknown Object (File)
Dec 3 2024, 5:37 AM
Unknown Object (File)
Nov 28 2024, 7:56 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.