Page MenuHomeFreeBSD

truncate(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jul 22 2020, 4:31 PM.
Tags
None
Referenced Files
F168885696: D25774.id.diff
Sun, Aug 30, 2:58 PM
F168842306: D25774.diff
Sun, Aug 30, 10:05 AM
Unknown Object (File)
Sat, Aug 29, 12:10 PM
Unknown Object (File)
Wed, Aug 26, 1:54 PM
Unknown Object (File)
Tue, Aug 25, 9:03 AM
Unknown Object (File)
Tue, Aug 25, 3:12 AM
Unknown Object (File)
Sat, Aug 22, 2:27 PM
Unknown Object (File)
Sat, Aug 22, 9:31 AM

Details

Reviewers
bcr
Group Reviewers
manpages
Commits
rS363611: truncate(1): Add EXAMPLES section
Summary

Add four simple examples showing the use of -c, -r and -s

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

Diff Detail

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

Event Timeline

bcr added a subscriber: bcr.

Looks good, thanks for yet another example.

This revision is now accepted and ready to land.Jul 23 2020, 7:34 AM
This revision was automatically updated to reflect the committed changes.
In D25774#570875, @bcr wrote:

Looks good, thanks for yet another example.

Thanks for reviewing!