From: Tobias Brunner Date: Tue, 23 Apr 2019 17:56:22 +0000 (+0200) Subject: vici: Fix formatting of return values for load-conn and load-authority commands X-Git-Tag: 5.8.0rc1~22^2~5 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=42fe703a952f5ab0213516d89e192d373c9ccc11;p=thirdparty%2Fstrongswan.git vici: Fix formatting of return values for load-conn and load-authority commands --- diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md index f029d06d76..a0ab5608a6 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() ###