From a305982ded78dab4d75bea965e771c182c7ed067 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 14 May 2016 11:08:35 +0100 Subject: [PATCH] server/tripe.8.in: Fix misformatting. Organization: Straylight/Edgeware From: Mark Wooding --- server/tripe.8.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/tripe.8.in b/server/tripe.8.in index fd0209d7..930fcfe6 100644 --- a/server/tripe.8.in +++ b/server/tripe.8.in @@ -365,7 +365,8 @@ Names the bulk-crypto transform to use. See below. .TP .B blkc Names a block cipher, used by some bulk-crypto transforms (e.g., -.BR iiv ). The default is to use the block cipher underlying the chosen +.BR iiv ). +The default is to use the block cipher underlying the chosen .BR cipher , if any. .TP -- [mdw]