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)
Mon, Oct 13, 4:01 AM
Unknown Object (File)
Sun, Sep 28, 3:23 AM
Unknown Object (File)
Fri, Sep 26, 2:06 AM
Unknown Object (File)
Thu, Sep 25, 6:28 PM
Unknown Object (File)
Mon, Sep 22, 12:33 AM
Unknown Object (File)
Thu, Sep 18, 3:51 PM
Unknown Object (File)
Wed, Sep 17, 2:05 AM
Unknown Object (File)
Mon, Sep 15, 10:06 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.