Page MenuHomeFreeBSD

fetch(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Oct 25 2020, 6:46 PM.
Tags
None
Referenced Files
F137252229: D26946.id78919.diff
Fri, Nov 21, 8:14 PM
F137205821: D26946.id78945.diff
Fri, Nov 21, 12:30 PM
F137003041: D26946.id78919.diff
Thu, Nov 20, 11:22 PM
F137001251: D26946.id78747.diff
Thu, Nov 20, 11:16 PM
F137001175: D26946.id78941.diff
Thu, Nov 20, 11:16 PM
F137001169: D26946.id.diff
Thu, Nov 20, 11:16 PM
F137001160: D26946.id78945.diff
Thu, Nov 20, 11:16 PM
F136999407: D26946.diff
Thu, Nov 20, 11:09 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.