From 42fe703a952f5ab0213516d89e192d373c9ccc11 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 23 Apr 2019 19:56:22 +0200 Subject: [PATCH] vici: Fix formatting of return values for load-conn and load-authority commands --- src/libcharon/plugins/vici/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md index f029d06d7..a0ab5608a 100644 --- a/src/libcharon/plugins/vici/README.md +++ b/src/libcharon/plugins/vici/README.md @@ -448,10 +448,10 @@ with the same name gets updated or replaced. = { # IKE configuration parameters with authentication and CHILD_SA # subsections. Refer to swanctl.conf(5) for details. - } => { - success = - errmsg = } + } => { + success = + errmsg = } ### unload-conn() ### @@ -603,10 +603,10 @@ authority with the same name gets replaced. = { # certification authority parameters # refer to swanctl.conf(5) for details. - } => { - success = - errmsg = } + } => { + success = + errmsg = } ### unload-authority() ###