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)
Jan 18 2024, 2:15 AM
Unknown Object (File)
Jan 1 2024, 9:09 PM
Unknown Object (File)
Nov 25 2023, 7:53 AM
Unknown Object (File)
Oct 14 2023, 3:12 AM
Unknown Object (File)
Sep 26 2023, 6:30 PM
Unknown Object (File)
Sep 18 2023, 11:46 PM
Unknown Object (File)
Aug 22 2023, 11:16 PM
Unknown Object (File)
Jul 29 2023, 4:10 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.