Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Use In instead of Fd #include <...>; reword a...
details: https://anonhg.NetBSD.org/src/rev/949710563699
branches: trunk
changeset: 556572:949710563699
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Dec 20 21:49:31 2003 +0000
description:
Use In instead of Fd #include <...>; reword a sentence so
it is easier to read.
diffstat:
share/man/man9/opencrypto.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 2dad1eaff1dc -r 949710563699 share/man/man9/opencrypto.9
--- a/share/man/man9/opencrypto.9 Sat Dec 20 21:39:21 2003 +0000
+++ b/share/man/man9/opencrypto.9 Sat Dec 20 21:49:31 2003 +0000
@@ -1,5 +1,5 @@
.\" $OpenBSD: crypto.9,v 1.25 2003/07/11 13:47:41 jmc Exp $
-.\" $NetBSD: opencrypto.9,v 1.1 2003/12/20 20:25:28 lha Exp $
+.\" $NetBSD: opencrypto.9,v 1.2 2003/12/20 21:49:31 wiz Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos%cis.upenn.edu@localhost)
.\"
@@ -35,7 +35,7 @@
.Nm crypto_freereq
.Nd API for cryptographic services in the kernel
.Sh SYNOPSIS
-.Fd #include <opencrypto/cryptodev.h>
+.In opencrypto/cryptodev.h
.Ft int32_t
.Fn crypto_get_driverid "u_int32_t"
.Ft int
@@ -153,7 +153,7 @@
Errors are only returned to the invoking function if not
enough information to call the callback is available (meaning, there
was a fatal error in verifying the arguments).
-For session initialization and teardown there is no callback mechanism used.
+No callback mechanism is used for session initialization and teardown.
.Pp
The
.Fn crypto_newsession
Home |
Main Index |
Thread Index |
Old Index