diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2009-04-08 15:59:54 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2009-04-08 15:59:54 +0000 |
commit | 9c942e72a6f27fe5bd9c18a6376056c5b8030e39 (patch) | |
tree | 699b99f9e89f7489672cf81969defffe37b986f8 /share/man/man8/release.8 | |
parent | 6afa66bbffe3d1286b6297e8d3335168bf8a6a5a (diff) |
Mention purpose of 'make release' command in surrounding text.
The old text implied 'make release' was only concerned with
verifying file sets. Prodded by me, diff by jmc@
"if you like it, just commit it" jmc@
Diffstat (limited to 'share/man/man8/release.8')
-rw-r--r-- | share/man/man8/release.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 8007c636f2d..68733e615b2 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.59 2009/02/18 01:47:01 ian Exp $ +.\" $OpenBSD: release.8,v 1.60 2009/04/08 15:59:53 stsp Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: February 18 2009 $ +.Dd $Mdocdate: April 8 2009 $ .Dt RELEASE 8 .Os .Sh NAME @@ -272,7 +272,7 @@ $ su # mkdir -p ${DESTDIR} ${RELEASEDIR} .Ed .Pp -Check that the contents of +Make the release and check that the contents of .Va ${DESTDIR} pretty much match the contents of the release .Sq tarballs : |