diff options
author | 2014-01-18 00:18:06 +0000 | |
---|---|---|
committer | 2014-01-18 00:18:06 +0000 | |
commit | 660ad1c1e599cd1685614e35c0d26a5979d84cb7 (patch) | |
tree | 1cc121923aa4e092ad844b4035ae12abfa59922d /share/man/man5 | |
parent | if the hardware is too busy or its queues are too full, return XS_BUSY, (diff) | |
download | wireguard-openbsd-660ad1c1e599cd1685614e35c0d26a5979d84cb7.tar.xz wireguard-openbsd-660ad1c1e599cd1685614e35c0d26a5979d84cb7.zip |
correct crypto lingo; ok espie@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files 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 |