Bug 61759

Summary: [patch] Document environment variables from fetch(3) in fetch(1)
Product: Documentation Reporter: Christian S. Peron <maneo>
Component: Books & ArticlesAssignee: Wes Peters <wes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Christian S. Peron 2004-01-23 02:20:00 UTC
Although the environment variables supported by fetch are documented in
fetch(3), it would be more convinient to have them documented in fetch(1),
as this is the place users would expect to see them.

How-To-Repeat: N/A
Comment 1 Wes Peters freebsd_committer freebsd_triage 2004-01-23 05:31:06 UTC
Responsible Changed
From-To: freebsd-doc->wes

Fixxored it.
Comment 2 Wes Peters freebsd_committer freebsd_triage 2004-01-23 05:31:28 UTC
State Changed
From-To: open->feedback

wes         2004/01/22 20:50:48 PST 

FreeBSD src repository 

Modified files: 
usr.bin/fetch        fetch.1  
Log: 
Document fetch(1) environment variables in fetch(1) man page, instead of 
taking lazy users on the arduous journey through SEE ALSO to fetch(3). 

PR:             docs/61759 
Submitted by:   Christian S.J. Peron <maneo@bsdpro.com> 

Revision  Changes    Path 
1.55      +108 -12   src/usr.bin/fetch/fetch.1
Comment 3 Wes Peters freebsd_committer freebsd_triage 2004-02-17 20:43:46 UTC
State Changed
From-To: feedback->closed

Committed, then changed to more directly refer to the libary man page.