diff options
author | obrien <obrien@FreeBSD.org> | 2012-02-28 22:15:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2012-02-28 22:15:46 +0000 |
commit | 6bc8fb34f2d74e899556574d0b418ef46a2eed83 (patch) | |
tree | 272cfb9da32bf063520e1cce1db754bbc479a8f5 /usr.bin/fetch | |
parent | e52ae432874ceebb9e9bfadb333e7271c28308dd (diff) | |
download | FreeBSD-src-6bc8fb34f2d74e899556574d0b418ef46a2eed83.zip FreeBSD-src-6bc8fb34f2d74e899556574d0b418ef46a2eed83.tar.gz |
Document the 'URL' argument.
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r-- | usr.bin/fetch/fetch.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 9069e61..e6779a4 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2000-2011 Dag-Erling Smørgrav +.\" Copyright (c) 2000-2012 Dag-Erling Smørgrav .\" All rights reserved. .\" Portions Copyright (c) 1999 Massachusetts Institute of Technology; used .\" by permission. @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 27, 2011 +.Dd February 28, 2012 .Dt FETCH 1 .Os .Sh NAME @@ -214,6 +214,11 @@ When the flag is specified, wait this many seconds between successive retries. .El .Pp +.Ar URL +.Bd -literal + <scheme>:(//(<user>(:<pwd>)?@)?<host>(:<port>)?)?/(<document>)? +.Ed +.Pp If .Nm receives a |