svn commit: r254328 - head/share/man/man7
Glen Barber
gjb at FreeBSD.org
Wed Aug 14 14:45:48 UTC 2013
Author: gjb
Date: Wed Aug 14 14:45:47 2013
New Revision: 254328
URL: http://svnweb.freebsd.org/changeset/base/254328
Log:
Remove the {SRC,DOC,PORT}REVISION variables from release(7), and
update the default {SRC,DOC,PORT}BRANCH defaults.
Submitted by: nwhitehorn
X-MFC-With: r254224, r254294
X-MFC-To: stable/9, releng/9.2
Modified:
head/share/man/man7/release.7
Modified: head/share/man/man7/release.7
==============================================================================
--- head/share/man/man7/release.7 Wed Aug 14 14:34:02 2013 (r254327)
+++ head/share/man/man7/release.7 Wed Aug 14 14:45:47 2013 (r254328)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 13, 2013
+.Dd August 14, 2013
.Dt RELEASE 7
.Os
.Sh NAME
@@ -149,34 +149,19 @@ The
.Li src/
branch to use.
Defaults to
-.Va head/ .
+.Va head/@rHEAD .
.It Va DOCBRANCH
The
.Li doc/
branch to use.
Defaults to
-.Va head/ .
+.Va head/@rHEAD .
.It Va PORTBRANCH
The
.Li ports/
branch to use.
Defaults to
-.Va head/ .
-.It Va SRCREVISION
-The revision of the
-.Li src/
-tree to use.
-Defaults to the current top of tree revision.
-.It Va DOCREVISION
-The revision of the
-.Li doc/
-tree to use.
-Defaults to the current top of tree revision.
-.It Va PORTREVISION
-The revision of the
-.Li ports/
-tree to use.
-Defaults to the current top of tree revision.
+.Va head/@rHEAD .
.It Va TARGET
The target machine type for cross-building a release.
.It Va TARGET_ARCH
More information about the svn-src-head
mailing list