From f274f202251c1794dda3bfd235849cf77d439350 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] keys/tripe-keys.conf.5.in: Inhibit page breaks in tables. Organization: Straylight/Edgeware From: Mark Wooding Unfortunately I have to guess at the length of the tables and associated text, but it seems to work OK. --- keys/tripe-keys.conf.5.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keys/tripe-keys.conf.5.in b/keys/tripe-keys.conf.5.in index ecc6344d..3e5c777b 100644 --- a/keys/tripe-keys.conf.5.in +++ b/keys/tripe-keys.conf.5.in @@ -141,6 +141,7 @@ or .B ec (elliptic curves). The default is .BR dh . +.ne 7 .TP .I kx-param Options to pass to @@ -201,6 +202,7 @@ if .I kx is .BR ec . +.ne 10 .TP .I sig-genalg Key-generation algorithm for signing key. Default depends on @@ -221,6 +223,7 @@ ecdsa ec eckcdsa ec _ .TE +.ne 8 .TP .I sig-param Signature-key generation parameters. Default depends on -- [mdw]