Module Name: src
Committed By: wiz
Date: Fri May 26 08:09:08 UTC 2017
Modified Files:
src/share/man/man9: opencrypto.9
Log Message:
New sentence, new line. Punctuation fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/opencrypto.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/opencrypto.9
diff -u src/share/man/man9/opencrypto.9:1.15 src/share/man/man9/opencrypto.9:1.16
--- src/share/man/man9/opencrypto.9:1.15 Fri May 26 02:30:24 2017
+++ src/share/man/man9/opencrypto.9 Fri May 26 08:09:08 2017
@@ -1,5 +1,5 @@
.\" $OpenBSD: crypto.9,v 1.25 2003/07/11 13:47:41 jmc Exp $
-.\" $NetBSD: opencrypto.9,v 1.15 2017/05/26 02:30:24 knakahara Exp $
+.\" $NetBSD: opencrypto.9,v 1.16 2017/05/26 08:09:08 wiz Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis ([email protected])
.\"
@@ -460,7 +460,8 @@ Callback called on completion of a keyin
.Fn crypto_kgetreq
allocates a
.Fa cryptkop
-structure. The first argument means the same as
+structure.
+The first argument means the same as
.Fn crypto_getreq .
The second argument means flags passed to
.Fn pool_get .
@@ -494,7 +495,8 @@ Allow user requests only for operations
Limit the length of queue(crypto_ret_q) which mediates between
crypto driver's completion and calling
.Fa cryptop
-callback. When the queue exceeds this limit,
+callback.
+When the queue exceeds this limit,
.Fn crypto_getreq
fails.
.Bl -tag -width xxxx
@@ -505,7 +507,8 @@ means unlimited.
Limit the length of queue(crypto_ret_kq) which mediates between
crypto driver's completion and calling
.Fa cryptkop
-callback. When the queue exceeds this limit,
+callback.
+When the queue exceeds this limit,
.Fn crypto_kgetreq
fails.
.Bl -tag -width xxxx
@@ -522,18 +525,15 @@ Current crypto_ret_q length.
The count of
.Fn crypto_getreq
failed as overflow
-.Pa opencrypto.crypto_ret_q.maxlen
-.
+.Pa opencrypto.crypto_ret_q.maxlen .
.It opencrypto.crypto_ret_kq.len
Current crypto_ret_kq length.
.It opencrypto.crypto_ret_kq.drops
The count of
.Fn crypto_kgetreq
failed as overflow
-.Pa opencrypto.crypto_ret_kq.maxlen
-.
+.Pa opencrypto.crypto_ret_kq.maxlen .
.El
-.Pp
.Sh DRIVER-SIDE API
The
.Fn crypto_get_driverid ,