Page MenuHomeFreeBSD

timeout(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jul 6 2020, 6:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 5, 12:59 AM
Unknown Object (File)
Fri, Nov 22, 4:59 AM
Unknown Object (File)
Sep 29 2024, 3:42 AM
Unknown Object (File)
Sep 28 2024, 11:56 PM
Unknown Object (File)
Sep 28 2024, 8:51 PM
Unknown Object (File)
Sep 24 2024, 6:08 AM
Unknown Object (File)
Sep 21 2024, 9:06 PM
Unknown Object (File)
Sep 20 2024, 10:15 AM

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 32160
Build 29668: 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.