diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-07 01:52:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-07 01:52:09 +0000 |
commit | 299d959bdc5432a50c15ee7abc977afcac346a96 (patch) | |
tree | 8976d109e9fed4ee8838a1e4a7e0b3326ff4648c /share/man | |
parent | 528836a2bbdc384037243bebcfcb571cfac9ef6c (diff) |
mdoc nit
Diffstat (limited to 'share/man')
-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 940893896b7..d9dae8e71cc 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.6 2000/06/20 05:48:41 angelos Exp $ +.\" $OpenBSD: crypto.9,v 1.7 2000/11/07 01:52:08 aaron Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -234,7 +234,7 @@ only when enough information is not present to call the callback routine (i.e., if the pointer passed is .Dv NULL or if no callback routine was specified). -.It crp_flags +.It Fa crp_flags Is a bitmask of flags associated with this request. Currently defined flags are: .Bl -tag -width CRYPTO_F_IMBUF |