svn commit: r238076 - stable/7/share/man/man7

Warren Block wblock at FreeBSD.org
Tue Jul 3 15:54:21 UTC 2012


Author: wblock (doc committer)
Date: Tue Jul  3 15:54:20 2012
New Revision: 238076
URL: http://svn.freebsd.org/changeset/base/238076

Log:
  MFC r238008:
  
  Add reference to portsnap(8).
  
  Submitted by:	Tim Kientzle

Modified:
  stable/7/share/man/man7/build.7
Directory Properties:
  stable/7/share/man/man7/   (props changed)

Modified: stable/7/share/man/man7/build.7
==============================================================================
--- stable/7/share/man/man7/build.7	Tue Jul  3 15:53:47 2012	(r238075)
+++ stable/7/share/man/man7/build.7	Tue Jul  3 15:54:20 2012	(r238076)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 27, 2012
+.Dd July 2, 2012
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -40,9 +40,10 @@ normally
 and
 .Pa /usr/ports .
 These directories may be initially empty or non-existent until updated with
-.Xr csup 1
+.Xr csup 1 ,
+.Xr svn 1 ,
 or
-.Xr svn 1 .
+.Xr portsnap 8 .
 Directory
 .Pa /usr/src
 contains the
@@ -508,6 +509,7 @@ make TARGET_ARCH=sparc64 DESTDIR=/client
 .Xr release 7 ,
 .Xr config 8 ,
 .Xr mergemaster 8 ,
+.Xr portsnap 8 ,
 .Xr reboot 8 ,
 .Xr shutdown 8
 .Sh AUTHORS


More information about the svn-src-all mailing list