diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2014-01-27 17:05:38 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2014-01-27 17:05:38 +0000 |
commit | ab6e46e35bae006c94bb2a60f0ca93b353896a9d (patch) | |
tree | 62ef0cd03d3caf8eeab63df4d9f6fc0cd3455932 /usr.sbin/sysmerge/sysmerge.8 | |
parent | ea960798aecf5b0755ed4b7f854ec9b6e8f24c2b (diff) |
Make it clear SM_PATH will fetch the sets corresponding to the currently
running release.
Diffstat (limited to 'usr.sbin/sysmerge/sysmerge.8')
-rw-r--r-- | usr.sbin/sysmerge/sysmerge.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sysmerge/sysmerge.8 b/usr.sbin/sysmerge/sysmerge.8 index 29a0437f199..e93e6ef9b9d 100644 --- a/usr.sbin/sysmerge/sysmerge.8 +++ b/usr.sbin/sysmerge/sysmerge.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysmerge.8,v 1.41 2014/01/21 19:03:44 ajacoutot Exp $ +.\" $OpenBSD: sysmerge.8,v 1.42 2014/01/27 17:05:37 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Antoine Jacoutot <ajacoutot@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: January 27 2014 $ .Dt SYSMERGE 8 .Os .Sh NAME @@ -235,8 +235,8 @@ updating. Defaults to .Pa ${WRKDIR}/sysmerge.log . .It Ev SM_PATH -A URI, specifying the directory to search for sets if none are specified -on the command line. +A URI, specifying the directory to search for sets matching the +currently running release if none are specified on the command line. .It Ev TMPDIR Directory in which the work directory is created. If unset, this defaults to |