Page MenuHomeFreeBSD

fetch(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Oct 25 2020, 6:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 5, 9:41 PM
Unknown Object (File)
Sun, Feb 2, 7:39 PM
Unknown Object (File)
Sun, Feb 2, 2:24 PM
Unknown Object (File)
Jan 15 2025, 7:52 PM
Unknown Object (File)
Jan 15 2025, 7:51 PM
Unknown Object (File)
Jan 15 2025, 7:51 PM
Unknown Object (File)
Jan 15 2025, 7:51 PM
Unknown Object (File)
Jan 15 2025, 7:51 PM

Details

Summary

Add a few examples covering flags: 1 R a o q r s v

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

Note that due to the nature of fetch(1)'s output, a few lines go over the 80
column limit.

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 to me. Thanks!

This revision was not accepted when it landed; it landed in state Needs Review.Oct 29 2020, 6:35 PM
This revision was automatically updated to reflect the committed changes.

Reopening to be able to update revision

Some concerns were raised with this commit.

  • Break line in .Ql macro
  • Use .Pa instead of .Ql. It is done in cp(1) even for made up names so I suppose it is OK to do it here.
  • Change \\ to \e
This revision is now accepted and ready to land.Oct 30 2020, 9:18 AM
This revision was automatically updated to reflect the committed changes.