Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix typo. Make HTML-ready. Remove trailing wh...
details: https://anonhg.NetBSD.org/src/rev/18b6dc3b0753
branches: trunk
changeset: 751026:18b6dc3b0753
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jan 22 10:28:08 2010 +0000
description:
Fix typo. Make HTML-ready. Remove trailing whitespace. Add dot in
abbreviation.
diffstat:
share/man/man9/opencrypto.9 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (49 lines):
diff -r 8d9033ddbe9d -r 18b6dc3b0753 share/man/man9/opencrypto.9
--- a/share/man/man9/opencrypto.9 Fri Jan 22 09:18:07 2010 +0000
+++ b/share/man/man9/opencrypto.9 Fri Jan 22 10:28:08 2010 +0000
@@ -1,5 +1,5 @@
.\" $OpenBSD: crypto.9,v 1.25 2003/07/11 13:47:41 jmc Exp $
-.\" $NetBSD: opencrypto.9,v 1.9 2010/01/22 09:18:07 hubertf Exp $
+.\" $NetBSD: opencrypto.9,v 1.10 2010/01/22 10:28:08 wiz Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos%cis.upenn.edu@localhost)
.\"
@@ -105,7 +105,7 @@
struct cryptkop {
TAILQ_ENTRY(cryptkop) krp_next;
- u_int krp_op; /* ie. CRK_MOD_EXP or other */
+ u_int krp_op; /* i.e. CRK_MOD_EXP or other */
u_int krp_status; /* return status */
u_short krp_iparams; /* # of input parameters */
u_short krp_oparams; /* # of output parameters */
@@ -431,24 +431,24 @@
Callback called on completion of a keying operation.
.El
.Pp
-The following sysctl entries exist to adjust
+The following sysctl entries exist to adjust
the behaviour of the system from userland:
.Bl -tag -width kern.cryptodevallowsoft
.It kern.usercrypto
-Allow (1) or forbid (0) userland acces to
+Allow (1) or forbid (0) userland access to
.Pa /dev/crypto .
.It kern.userasymcrypto
-Allow (1) or forbid (0) userland acces to
+Allow (1) or forbid (0) userland access to
do asymmetric crypto requests.
.It kern.cryptodevallowsoft
Enable/disable access to hardware versus software operations:
.Bl -tag -width xxx
-.It < 0
+.It \*[Lt] 0
Force userlevel requests to use software operations, always.
.It = 0
Use hardware if present, grant userlevel requests for non-accelerated
operations (handling the latter in software).
-.It > 0
+.It \*[Gt] 0
Allow user requests only for operations which are hardware-accelerated.
.El
.El
Home |
Main Index |
Thread Index |
Old Index