From af0b32c8e4a4f3f85a5f8b4ea9fa8dbf0cf3be77 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Thu, 30 Mar 2023 22:00:03 -0500 Subject: [PATCH] Fix documentation error --- keymaster.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keymaster.pl b/keymaster.pl index fa10e8b..c90ab4d 100755 --- a/keymaster.pl +++ b/keymaster.pl @@ -1573,11 +1573,11 @@ master keyrings. The collected keyrings are intended for publication, including both active and expired (but not withdrawn) keys, and are produced in the configured published key directory. -If the current directory already contains a set of collected keyrings, any -keys on source keyrings newer than the appropriate collected keyring will -be re-imported to that collected keyring. In this way, collected keyrings -only grow; if a key must be removed from publication, delete the relevant -collected keyrings and they will be regenerated. +If the published key directory already contains a set of collected +keyrings, any keys on source keyrings newer than the appropriate collected +keyring will be re-imported to that collected keyring. In this way, +collected keyrings only grow; if a key must be removed from publication, +delete the relevant collected keyrings and they will be regenerated. =cut -- 2.25.1