Bug 26160

Summary: Fetch usage inconsistent with man page
Product: Base System Reporter: gordont <gordont>
Component: binAssignee: Dag-Erling Smørgrav <des>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description gordont 2001-03-28 03:20:00 UTC
The fetch command usage shows:

Usage: fetch [-1AFHMPRabdlmnpqrstv] [-o outputfile] [-S bytes]
             [-B bytes] [-T seconds] [-w seconds]
             [-f file -h host [-c dir] | URL ...]

While the man page shows:

SYNOPSIS
     fetch [-146AFMPRUadlmnpqrsv] [-B bytes] [-S bytes] [-T seconds] [-o file]
           [-w seconds] [-h host] [-c dir] [-f file] [URL ...]

The differences are with the -4 -6 -U -b -t switches.

Fix: I fixed the usage function so that it more closely resembled the man page.
How-To-Repeat: fetch
man fetch
Comment 1 dd freebsd_committer freebsd_triage 2001-03-28 03:40:17 UTC
Responsible Changed
From-To: freebsd-bugs->des

Over to maintainer.
Comment 2 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2001-03-28 22:22:53 UTC
State Changed
From-To: open->closed

Fixed, thanks.