Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2012 17:51:09 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237655 - head/share/man/man7
Message-ID:  <201206271751.q5RHp9ej024011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer)
Date: Wed Jun 27 17:51:09 2012
New Revision: 237655
URL: http://svn.freebsd.org/changeset/base/237655

Log:
  Point out that /usr/src, /usr/doc, and /usr/ports may be empty or not
  exist until populated with csup(1) or svn(1).
  
  PR:		169487
  Submitted by:	Moritz Wilhelmy
  MFC after:	1 day

Modified:
  head/share/man/man7/build.7

Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7	Wed Jun 27 16:46:02 2012	(r237654)
+++ head/share/man/man7/build.7	Wed Jun 27 17:51:09 2012	(r237655)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 29, 2011
+.Dd June 27, 2012
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -39,6 +39,10 @@ normally
 .Pa /usr/doc ,
 and
 .Pa /usr/ports .
+These directories may be initially empty or non-existent until updated with
+.Xr csup 1
+or
+.Xr svn 1 .
 Directory
 .Pa /usr/src
 contains the
@@ -489,7 +493,7 @@ on built objects.
 .It Va NO_SHARE
 If set, the build does not descend into the
 .Pa /usr/src/share
-subdirectory (i.e. manpages, locale data files, timezone data files and
+subdirectory (i.e., manpages, locale data files, timezone data files and
 other
 .Pa /usr/src/share
 files will not be rebuild from their sources).
@@ -594,8 +598,10 @@ make TARGET=sparc64 DESTDIR=/clients/spa
 .Ed
 .Sh SEE ALSO
 .Xr cc 1 ,
+.Xr csup 1 ,
 .Xr install 1 ,
 .Xr make 1 ,
+.Xr svn 1 ,
 .Xr make.conf 5 ,
 .Xr src.conf 5 ,
 .Xr ports 7 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206271751.q5RHp9ej024011>