From eb2ce509ec310067a74d5cba9167066ba2c7ba22 Mon Sep 17 00:00:00 2001 From: Justin Scholz Date: Tue, 7 May 2019 09:34:09 +0200 Subject: [PATCH] fix typesetting of Errata #4 fixes #8712 Signed-off-by: Justin Scholz --- cmd/zpool/zpool_main.c | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index 34b9272a3997..e95b68abcac1 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -7636,19 +7636,18 @@ status_callback(zpool_handle_t *zhp, void *data) break; case ZPOOL_ERRATA_ZOL_8308_ENCRYPTION: - (void) printf(gettext("Existing encrypted snapshots " + (void) printf(gettext("\tExisting encrypted snapshots " "and bookmarks contain an on-disk " "incompatibility.\n\tThis may cause on-disk " - "corruption if they are used with 'zfs recv'.")); - (void) printf(gettext(" action: To correct the issue, " - "enable the bookmark_v2 feature. No " - "additional\n\taction is needed if there " - "are no encrypted snapshots or bookmarks. " - "If preserving\n\tthe encrypted snapshots " - "and bookmarks is required, use a non-raw " - "send to backup\n\tand restore them. " - "Alternately, they may be removed to " - "resolve the\n\tincompatibility.\n")); + "corruption if they are used with 'zfs recv'.\n")); + (void) printf(gettext("action: To correct the issue, " + "enable the bookmark_v2 feature. No additional\n\t" + "action is needed if there are no encrypted " + "snapshots or bookmarks. If\n\tpreserving the " + "encrypted snapshots and bookmarks is required, " + "use a non-raw\n\tsend to backup and restore them. " + "Alternately, they may be removed to resolve\n\t" + "the incompatibility.\n")); break; default: