Page MenuHomeFreeBSD

truncate(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jul 22 2020, 4:31 PM.
Tags
None
Referenced Files
F107365467: D25774.diff
Mon, Jan 13, 2:47 AM
Unknown Object (File)
Thu, Jan 9, 5:01 AM
Unknown Object (File)
Dec 9 2024, 12:10 PM
Unknown Object (File)
Nov 24 2024, 1:35 PM
Unknown Object (File)
Nov 14 2024, 5:35 PM
Unknown Object (File)
Nov 11 2024, 8:38 PM
Unknown Object (File)
Oct 17 2024, 5:38 AM
Unknown Object (File)
Oct 5 2024, 2:02 PM

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!