aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch/fetch.1
Commit message (Collapse)AuthorAgeFilesLines
* libfetch, fetch: Stop recommending the use of ca_root_nss.Dag-Erling Smørgrav2023-12-131-12/+2
| | | | | | | | MFC after: 3 days Reviewed by: kevans, emaste Differential Revision: https://reviews.freebsd.org/D42119 (cherry picked from commit 2821a7498f65d357c68166e1978b491abef1ca4a)
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* fetch(1): Fix styleFernando Apesteguía2020-10-301-6/+7
| | | | | | | | | | | | | | | | | Fix style problems introduced in r367141: * s/Ql/Pa/ for file names * Break line properly in macro * Properly generate back slash character Not bumping .Dd Reported by: xtouqh@icloud.com, steffen@sdaoden.eu Approved by: 0mp@ Differential Revision: https://reviews.freebsd.org/D26946 Notes: svn path=/head/; revision=367160
* fetch(1): Add EXAMPLES sectionFernando Apesteguía2020-10-291-1/+46
| | | | | | | | | | Add a few examples covering flags: 1, R, a, o, q, r, s, v Approved by: manpages (bcr@) Differential Revision: https://reviews.freebsd.org/D26946 Notes: svn path=/head/; revision=367141
* Fix spelling of --output long option in fetch.1Benjamin Kaduk2018-05-061-2/+2
| | | | | | | | PR: 228017 Reported by: rff1917@yahoo.com Notes: svn path=/head/; revision=333306
* Add phttpget(8) .Xr to fetch(1).Edward Tomasz Napierala2016-03-291-1/+2
| | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=297384
* Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundlesMichael Gmelin2016-03-191-8/+22
| | | | | | | | | | Reviewed by: wblock Approved by: wblock MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D5558 Notes: svn path=/head/; revision=297052
* Remove defunct SSLv2 support from fetch(1) and fetch(3).Jung-uk Kim2015-03-251-6/+1
| | | | Notes: svn path=/head/; revision=280630
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-4/+4
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* Increase the default (and minimum) buffer size from 4 kB to 16 kB. Also,Dag-Erling Smørgrav2014-01-281-3/+3
| | | | | | | | | | propagate the buffer size to libc, which uses a 1 kB buffer by default, negating any hypothetical benefit of increasing fetch(1)'s buffer size. MFC after: 3 days Notes: svn path=/head/; revision=261234
* Include an Accept header in requests.Dag-Erling Smørgrav2013-07-301-1/+2
| | | | | | | | PR: kern/180917 MFC after: 1 week Notes: svn path=/head/; revision=253805
* Add Michael Gmelin's name to the copyright statement.Dag-Erling Smørgrav2013-07-301-1/+2
| | | | Notes: svn path=/head/; revision=253804
* Remove EOL whitespace.Joel Dahl2013-07-281-1/+1
| | | | Notes: svn path=/head/; revision=253736
* Implement certificate verification, and many other SSL-relatedDag-Erling Smørgrav2013-07-261-28/+137
| | | | | | | | | | | imrovements; complete details in the PR. PR: kern/175514 Submitted by: Michael Gmelin <freebsd@grem.de> MFC after: 1 week Notes: svn path=/head/; revision=253680
* mdoc nitDag-Erling Smørgrav2013-07-211-1/+2
| | | | Notes: svn path=/head/; revision=253515
* Revert r232274 - unauthorized, unnecessary and incorrect.Dag-Erling Smørgrav2012-05-261-7/+2
| | | | Notes: svn path=/head/; revision=236110
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
| | | | | | | | | PR: 167696 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235211
* Document the 'URL' argument.David E. O'Brien2012-02-281-2/+7
| | | | Notes: svn path=/head/; revision=232274
* latin1 -> utf8Dag-Erling Smørgrav2011-10-041-1/+1
| | | | Notes: svn path=/head/; revision=225982
* Document the fact that passive mode is now the default.Dag-Erling Smørgrav2011-09-271-7/+9
| | | | | | | Update copyright dates and strip my middle name. Notes: svn path=/head/; revision=225815
* Add support for HTTP 1.1 If-Modified-Since behavior.Murray Stokely2008-12-151-1/+15
| | | | | | | | | | | | | | | | | fetch(1) accepts a new argument -i <file> that if specified will cause the file to be downloaded only if it is more recent than the mtime of <file>. libfetch(3) accepts the mtime in the url structure and a flag to indicate when this behavior is desired. PR: bin/87841 Submitted by: Jukka A. Ukkonen <jau@iki.fi> (partially) Reviewed by: des, ru MFC after: 3 weeks Notes: svn path=/head/; revision=186124
* Improve usage and sync SYNOPSIS with usage.Ruslan Ermilov2008-12-131-6/+12
| | | | Notes: svn path=/head/; revision=186043
* List all environment variables supported by libfetch, along with a referenceDag-Erling Smørgrav2007-12-281-9/+19
| | | | | | | | | to the fetch(3) man page. MFC after: 1 week Notes: svn path=/head/; revision=174960
* Fix a typo.Joseph Koshy2006-04-221-2/+2
| | | | | | | | Submitted by: Pawel Worach <pawel.worach at gmail dot com> MFC after: 1 week Notes: svn path=/head/; revision=157953
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Sort sections.Ruslan Ermilov2005-01-181-8/+8
| | | | Notes: svn path=/head/; revision=140420
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Update copyright years.Dag-Erling Smørgrav2004-09-211-1/+1
| | | | Notes: svn path=/head/; revision=135546
* Document the behaviour of the "-o file" option when "file" is a directoryColin Percival2004-07-301-0/+4
| | | | | | | | | (downloaded file(s) are created inside the directory). MFC after: 3 days Notes: svn path=/head/; revision=132879
* Restore part of the word that got (accidentally) removed.Ruslan Ermilov2004-05-191-2/+2
| | | | | | | Removed whitespace at EOL. Notes: svn path=/head/; revision=129427
* Remove EXAMPLES section which duplicates text in fetch(3).Dag-Erling Smørgrav2004-02-271-22/+0
| | | | Notes: svn path=/head/; revision=126307
* Remove the inadvertant HTML additions to this man page.Wes Peters2004-01-281-4/+4
| | | | | | | | | These appear to have been inserted in the PR text by gnatsweb. Noticed by: des (maintainer) Notes: svn path=/head/; revision=125154
* Revert changes of rev 1.55; replace with strong encouragement toWes Peters2004-01-261-87/+14
| | | | | | | | | read fetch(3) as well. Requested by: des (maintainer) Notes: svn path=/head/; revision=125005
* Previous commit did the reverse of what the log message said (and ofDag-Erling Smørgrav2004-01-261-1/+1
| | | | | | | what I intended to do). Really remove my middle name. Notes: svn path=/head/; revision=125001
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-3/+3
| | | | | | | | man pages (though not from copyright notices). While I'm here, add email addresses where appropriate. Notes: svn path=/head/; revision=124963
* Document fetch(1) environment variables in fetch(1) man page, instead ofWes Peters2004-01-231-12/+108
| | | | | | | | | | 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> Notes: svn path=/head/; revision=124852
* Finish the reversion of rev. 1.52.Ruslan Ermilov2003-09-081-3/+2
| | | | Notes: svn path=/head/; revision=119892
* Revert 1.52. This should have been added to fetch.3.Tom Rhodes2003-06-101-29/+1
| | | | | | | Discussed with: des, ru Notes: svn path=/head/; revision=116168
* Add an EXAMPLES section.Tom Rhodes2003-05-171-1/+30
| | | | | | | | | | Xref sh(1) as we use environment variables. PR: 43899 Reviewed by: des Notes: svn path=/head/; revision=115099
* Clarify that -r implies -R.Dag-Erling Smørgrav2003-03-111-0/+2
| | | | Notes: svn path=/head/; revision=112082
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=111447
* Document netrc support.Dag-Erling Smørgrav2003-01-221-0/+11
| | | | Notes: svn path=/head/; revision=109703
* Use `The .Nm utility'Philippe Charnier2002-04-191-2/+3
| | | | Notes: svn path=/head/; revision=95083
* Document fetch(1) reaction to SIGINFO.Ruslan Ermilov2002-01-161-0/+12
| | | | | | | | | PR: docs/33640 Submitted by: Maxim Konovalov <maxim@macomnet.ru> Approved by: des Notes: svn path=/head/; revision=89429
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
| | | | Notes: svn path=/head/; revision=79755
* Now that libfetch uses the high port range by default, add a -U option toDag-Erling Smørgrav2001-03-241-6/+7
| | | | | | | make it use the low (default) port range instead. Notes: svn path=/head/; revision=74717
* Fix a formatting bug (MFC candidate)Dag-Erling Smørgrav2001-03-071-1/+1
| | | | Notes: svn path=/head/; revision=73924
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=69027
* Spell the des's name correctly.Ruslan Ermilov2000-11-141-1/+1
| | | | Notes: svn path=/head/; revision=68718