Module Name:    src
Committed By:   wiz
Date:           Fri Jan 22 10:28:08 UTC 2010

Modified Files:
        src/share/man/man9: opencrypto.9

Log Message:
Fix typo. Make HTML-ready. Remove trailing whitespace. Add dot in
abbreviation.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/share/man/man9/opencrypto.9:1.10
--- src/share/man/man9/opencrypto.9:1.9	Fri Jan 22 09:18:07 2010
+++ src/share/man/man9/opencrypto.9	Fri Jan 22 10:28:08 2010
@@ -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 ([email protected])
 .\"
@@ -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

Reply via email to