Bug 228017 - Missing dash in FETCH(1)
Summary: Missing dash in FETCH(1)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Benjamin Kaduk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-06 11:12 UTC by rff1917
Modified: 2018-10-09 10:49 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rff1917 2018-05-06 11:12:43 UTC
-o	file, -output=file

should be

-o	file, --output=file
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-05-06 15:59:40 UTC
A commit references this bug:

Author: bjk
Date: Sun May  6 15:59:03 UTC 2018
New revision: 333306
URL: https://svnweb.freebsd.org/changeset/base/333306

Log:
  Fix spelling of --output long option in fetch.1

  PR:		228017
  Reported by:	rff1917@yahoo.com

Changes:
  head/usr.bin/fetch/fetch.1
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2018-08-05 06:14:28 UTC
Committed as r333306.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-10-09 10:49:40 UTC
A commit references this bug:

Author: des
Date: Tue Oct  9 10:49:21 UTC 2018
New revision: 339250
URL: https://svnweb.freebsd.org/changeset/base/339250

Log:
  MFH (r314778): use reallocarray(3) for extra bounds checks
  MFH (r333306): fix typo in man page
  MFH (r333571, r333572): preserve if-modified-since across redirects
  MFH (r334317): simplify the DEBUG macro
  MFH (r334319): style bug roundup
  MFH (r334326): fix netrc file location logic, improve netrcfd handling
  MFH (r338572): fix end-of-transfer statistics, improve no-tty display

  PR:		202424, 224426, 228017

Changes:
_U  stable/11/
  stable/11/lib/libfetch/common.c
  stable/11/lib/libfetch/common.h
  stable/11/lib/libfetch/fetch.c
  stable/11/lib/libfetch/ftp.c
  stable/11/lib/libfetch/http.c
  stable/11/usr.bin/fetch/fetch.1
  stable/11/usr.bin/fetch/fetch.c