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)
Sep 28 2024, 4:27 PM
Unknown Object (File)
Sep 28 2024, 2:38 AM
Unknown Object (File)
Sep 27 2024, 11:41 PM
Unknown Object (File)
Sep 27 2024, 5:09 AM
Unknown Object (File)
Sep 26 2024, 6:54 AM
Unknown Object (File)
Sep 25 2024, 8:16 PM
Unknown Object (File)
Sep 25 2024, 3:16 AM
Unknown Object (File)
Sep 21 2024, 5:45 AM

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.