From 660ad1c1e599cd1685614e35c0d26a5979d84cb7 Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 18 Jan 2014 00:18:06 +0000 Subject: [PATCH] correct crypto lingo; ok espie@ --- share/man/man5/bsd.port.mk.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 150313afb0a..aa8d8fc174f 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.393 2014/01/17 22:59:44 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.394 2014/01/18 00:18:06 naddy Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 17 2014 $ +.Dd $Mdocdate: January 18 2014 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -164,7 +164,7 @@ target that simulates invoking .It Ar checksum Check distribution archives and distribution patches control sum against the results recorded in ${CHECKSUM_FILE}, -using the cryptographic signature utilities listed in ${PREFERRED_CIPHERS}. +using the message digest (checksum) utilities listed in ${PREFERRED_CIPHERS}. All the files needed to recreate a port should be in ${CHECKSUMFILES} and checksummed. Invoking -- 2.20.1