Page MenuHomeFreeBSD

compress(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Oct 19 2020, 4:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 11, 6:53 AM
Unknown Object (File)
Jan 28 2025, 4:39 AM
Unknown Object (File)
Jan 18 2025, 11:23 PM
Unknown Object (File)
Jan 13 2025, 4:19 AM
Unknown Object (File)
Jan 9 2025, 7:14 PM
Unknown Object (File)
Dec 26 2024, 4:04 PM
Unknown Object (File)
Nov 22 2024, 5:28 PM
Unknown Object (File)
Oct 25 2024, 5:07 AM

Details

Reviewers
gbe
Group Reviewers
manpages
Commits
rS366895: compress(1): Add EXAMPLES section
Summary

Add 5 examples showing basic usage.

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

Diff Detail

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

Event Timeline

gbe added a subscriber: gbe.

LGTM, besides a small nit.

usr.bin/compress/compress.1
190

It would be a better writing style if you just use "Create a file". See Chapter 14 in the FreeBSD Documentation Primer.

This revision is now accepted and ready to land.Oct 19 2020, 7:20 PM
This revision was automatically updated to reflect the committed changes.
In D26865#599037, @gbe wrote:

LGTM, besides a small nit.

Thanks for reviewing!

Committed with the suggested change.