summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2009-02-19 21:44:25 +0000
committerMarc Espie <espie@cvs.openbsd.org>2009-02-19 21:44:25 +0000
commit78393eced381b92023c2b47c5933484e6c0a7313 (patch)
tree155fba3509a8beb179a7051a5cad4af6f8f2eadb /share/man
parentcbfcd8fe5832d47c6f8117a5f643bd7b8c650485 (diff)
reflect reality
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man7/mirroring-ports.712
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man7/mirroring-ports.7 b/share/man/man7/mirroring-ports.7
index 0f32b4a3320..5b991196424 100644
--- a/share/man/man7/mirroring-ports.7
+++ b/share/man/man7/mirroring-ports.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mirroring-ports.7,v 1.16 2007/05/31 19:19:58 jmc Exp $
+.\" $OpenBSD: mirroring-ports.7,v 1.17 2009/02/19 21:44:24 espie Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 19 2009 $
.Dt MIRRORING-PORTS 7
.Os
.Sh NAME
@@ -78,15 +78,19 @@ cd mirror && make -k -j 5 -f path_to_makefile FETCH=fetch_script
.Pp
Targets are set up so that each port is referenced by its full name, and
retrieves all its distfiles.
-The default
+The
.Ar all
-target is used to retrieve all distfiles.
+target can be used to retrieve all distfiles.
Targets
.Ar ftp
and
.Ar cdrom
can be used to retrieve all distfiles necessary to build ftp and CD-ROM
packages, respectively.
+Default is
+.Ar ftp
+plus
+.Ar cdrom .
Actual fetching is usually invoked with a parallel-make option, so that
several retrievals through ftp can proceed simultaneously.
.Pp