Page MenuHomeFreeBSD

timeout(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jul 6 2020, 6:31 PM.
Tags
None
Referenced Files
F167204816: D25575.id74160.diff
Wed, Aug 19, 10:34 PM
Unknown Object (File)
Tue, Aug 18, 4:33 PM
Unknown Object (File)
Fri, Aug 14, 6:47 PM
Unknown Object (File)
Fri, Aug 14, 5:07 PM
Unknown Object (File)
Thu, Aug 13, 9:09 PM
Unknown Object (File)
Thu, Aug 13, 9:09 PM
Unknown Object (File)
Thu, Aug 13, 9:09 PM
Unknown Object (File)
Sun, Aug 9, 12:22 PM

Details

Reviewers
gbe
Group Reviewers
manpages
Commits
rS362994: timeout(1): Add EXAMPLES section
Summary
  • Small EXAMPLES section showing the use of -s, -k and the different exit

status.

  • Deliberately not bumping .Dd in the review
Test Plan
  • mandoc -Tlint clean
  • igor clean
  • aspell happy
  • man ./timeout.1 renders the page properly

Diff Detail

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

Event Timeline

gbe added inline comments.
usr.bin/timeout/timeout.1
183

I think that "the single page version of the" would be more correct here since the term single page in context of a book somehow implies "a single page of a book".

Improve wording as suggested by gbe@

Thanks for incorporating the suggested changes. I verified the examples and everything looks like a LGTM now.

This revision is now accepted and ready to land.Jul 7 2020, 4:13 PM
This revision was automatically updated to reflect the committed changes.
In D25575#565865, @gbe wrote:

Thanks for incorporating the suggested changes. I verified the examples and everything looks like a LGTM now.

Thanks (again!) for reviewing this.