svn commit: r186704 - head/usr.sbin/mergemaster

Doug Barton dougb at FreeBSD.org
Fri Jan 2 14:24:14 PST 2009


Author: dougb
Date: Fri Jan  2 22:24:12 2009
New Revision: 186704
URL: http://svn.freebsd.org/changeset/base/186704

Log:
  Add a note to the -m option indicating that you should now specify src/
  instead of src/etc.

Modified:
  head/usr.sbin/mergemaster/mergemaster.8

Modified: head/usr.sbin/mergemaster/mergemaster.8
==============================================================================
--- head/usr.sbin/mergemaster/mergemaster.8	Fri Jan  2 19:55:17 2009	(r186703)
+++ head/usr.sbin/mergemaster/mergemaster.8	Fri Jan  2 22:24:12 2009	(r186704)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 1, 2009
+.Dd January 2, 2009
 .Dt MERGEMASTER 8
 .Os
 .Sh NAME
@@ -218,6 +218,14 @@ Specify the path to the directory where 
 .Xr make 1 .
 (In other words, where your sources are, but -s was already
 taken.)
+In previous versions of
+.Nm
+you needed to specify the path all the way to
+.Pa src/etc .
+Starting with r186678 you only need to specify the path to
+.Pa src .
+.Nm
+will convert the path for you if you use the old method.
 .It Fl t Ar /path/to/temp/root
 Create the temporary root environment in
 .Pa /path/to/temp/root


More information about the svn-src-all mailing list