Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 New sentence, new line. Punctuation fixes.



details:   https://anonhg.NetBSD.org/src/rev/a2cb6cecc2ba
branches:  trunk
changeset: 824165:a2cb6cecc2ba
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri May 26 08:09:08 2017 +0000

description:
New sentence, new line. Punctuation fixes.

diffstat:

 share/man/man9/opencrypto.9 |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (61 lines):

diff -r 308a47e40879 -r a2cb6cecc2ba share/man/man9/opencrypto.9
--- a/share/man/man9/opencrypto.9       Fri May 26 08:00:15 2017 +0000
+++ b/share/man/man9/opencrypto.9       Fri May 26 08:09:08 2017 +0000
@@ -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 (angelos%cis.upenn.edu@localhost)
 .\"
@@ -460,7 +460,8 @@
 .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 @@
 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 @@
 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 @@
 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 ,



Home | Main Index | Thread Index | Old Index