Page MenuHomeFreeBSD

truncate(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jul 22 2020, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 16, 7:15 PM
Unknown Object (File)
Wed, Sep 16, 6:48 PM
Unknown Object (File)
Sun, Sep 13, 7:55 AM
Unknown Object (File)
Thu, Sep 10, 1:41 PM
Unknown Object (File)
Thu, Sep 10, 1:41 PM
Unknown Object (File)
Thu, Sep 10, 10:33 AM
Unknown Object (File)
Sun, Sep 6, 12:58 PM
Unknown Object (File)
Sun, Sep 6, 10:44 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 Not Applicable
Unit
Tests Not Applicable

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!