From 96ce279d40457a5faac122cbe05757c13f2e595d Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 12 Mar 2009 12:43:13 +0000 Subject: [PATCH] Remove redundant markup. Add missing width for .Bl -tag. --- share/man/man9/opencrypto.9 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/opencrypto.9 b/share/man/man9/opencrypto.9 index cb62ceaa5f37..8fed3db1fcc7 100644 --- a/share/man/man9/opencrypto.9 +++ b/share/man/man9/opencrypto.9 @@ -1,5 +1,5 @@ .\" $OpenBSD: crypto.9,v 1.25 2003/07/11 13:47:41 jmc Exp $ -.\" $NetBSD: opencrypto.9,v 1.5 2007/07/14 10:52:49 ad Exp $ +.\" $NetBSD: opencrypto.9,v 1.6 2009/03/12 12:43:13 joerg Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -308,19 +308,19 @@ Each descriptor provides information about what type of cryptographic operation should be done on the input buffer. The various fields are: -.Bl -tag +.Bl -tag -width ".Fa crd_inject" .It Fa crd_skip The offset in the input buffer where processing should start. .It Fa crd_len How many bytes, after -.Fa Fa crd_skip , +.Fa crd_skip , should be processed. .It Fa crd_inject Offset from the beginning of the buffer to insert any results. For encryption algorithms, this is where the initialization vector (IV) will be inserted when encrypting or where it can be found when decrypting (subject to -.Fa Fa crd_flags ) . +.Fa crd_flags ) . For MAC algorithms, this is where the result of the keyed hash will be inserted. .It Fa crd_flags