diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-09 18:55:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-09 18:55:59 +0000 |
commit | 0cafd34d8af2d5fa9ddfb4c723b38198824ba6c5 (patch) | |
tree | cde008c11a6df1f86292fafb8ed752b6a63c7168 | |
parent | 9eb4795cec8608205dab78dca74818d5abdc3551 (diff) |
tweak previous;
-rw-r--r-- | share/man/man9/crypto.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index 19b3b728b2a..c43ebc726b0 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.30 2008/06/09 16:14:00 djm Exp $ +.\" $OpenBSD: crypto.9,v 1.31 2008/06/09 18:55:58 jmc Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -195,7 +195,7 @@ If no IV is explicitly passed (see below on details), a random IV is used by the device driver processing the request. .Pp In the case of the CRYPTO_AES_XTS transform, the IV should be provided -as 64 bit block number in host byte order. +as a 64-bit block number in host byte order. .It Fa cri_next Contains a pointer to another .Fa cryptoini |