diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
commit | 3e822f562a2a9da115bd9d84adf5e211370ec4dd (patch) | |
tree | c741b4dc8f089128fff5c9825dbe60c28d66fb94 /share/man/man9/crypto.9 | |
parent | ddd170dedc3aa5a283ca155d53a50407d8da8150 (diff) |
o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'share/man/man9/crypto.9')
-rw-r--r-- | share/man/man9/crypto.9 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index 7f16ab24f66..46121cf9d64 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.12 2001/06/27 08:41:35 aaron Exp $ +.\" $OpenBSD: crypto.9,v 1.13 2001/08/03 15:21:17 mpech Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -357,7 +357,6 @@ callback routine to do the necessary cleanups associated with the opaque field in the .Fa cryptop structure. -.Pp .Sh DRIVER-SIDE API The .Fn crypto_get_driverid , @@ -429,7 +428,6 @@ When the request is completed, or an error is detected, the routine should invoked .Fn crypto_done . Session migration may be performed, as mentioned previously. -.Pp .Sh RETURN VALUES .Fn crypto_register , .Fn crypto_unregister , |