summaryrefslogtreecommitdiff
path: root/share/man/man9/crypto.9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-19 22:20:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-19 22:20:06 +0000
commit06ec923df520fbf7e875ad8175897e5fbf3ae208 (patch)
treea0253952eccc34e34f2a91e3d8c79300210540e9 /share/man/man9/crypto.9
parent3bfb2bf9929962cdfc7d411fe9f265f9e68c84a2 (diff)
escape full stops where necessary to kill erroneous double spaces;
softly, softly, catchy monkey...
Diffstat (limited to 'share/man/man9/crypto.9')
-rw-r--r--share/man/man9/crypto.95
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index 68cd04e9df6..30e7f9dcc93 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypto.9,v 1.26 2003/10/23 18:31:34 jmc Exp $
+.\" $OpenBSD: crypto.9,v 1.27 2004/02/19 22:20:05 jmc Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -443,8 +443,7 @@ elements, indicating which algorithms are supported.
The last three arguments are pointers to three
driver-provided functions that the framework may call to establish new
cryptographic context with the driver, free already established
-context, and ask for a request to be processed (encrypt, decrypt,
-etc.)
+context, and ask for a request to be processed (encrypt, decrypt, etc.\&)
.Fn crypto_unregister
is called by drivers that wish to withdraw support for an algorithm.
The two arguments are the driver and algorithm identifiers, respectively.