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, May 19, 2:09 AM
Unknown Object (File)
Wed, May 6, 4:11 PM
Unknown Object (File)
Sun, May 3, 6:17 PM
Unknown Object (File)
Sun, May 3, 3:56 PM
Unknown Object (File)
Wed, Apr 29, 9:53 PM
Unknown Object (File)
Wed, Apr 29, 11:04 AM
Unknown Object (File)
Mon, Apr 27, 4:01 PM
Unknown Object (File)
Apr 21 2026, 12:43 PM

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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe added a subscriber: gbe.

LGTM, besides a small nit.

usr.bin/compress/compress.1
190 ↗(On Diff #78443)

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.