summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-06-26 10:02:07 +0200
committeraszlig <aszlig@nix.build>2018-06-26 10:02:07 +0200
commita346f153b5aec465222bb23dd7a7b6178a819e1f (patch)
tree4ad6099a07d260a232bc5da46f3fa9cdf27c2202 /nixos
parent41c05a72a745d1d0ef897a1427157c2f0f4a5b22 (diff)
downloadnixlib-a346f153b5aec465222bb23dd7a7b6178a819e1f.tar
nixlib-a346f153b5aec465222bb23dd7a7b6178a819e1f.tar.gz
nixlib-a346f153b5aec465222bb23dd7a7b6178a819e1f.tar.bz2
nixlib-a346f153b5aec465222bb23dd7a7b6178a819e1f.tar.lz
nixlib-a346f153b5aec465222bb23dd7a7b6178a819e1f.tar.xz
nixlib-a346f153b5aec465222bb23dd7a7b6178a819e1f.tar.zst
nixlib-a346f153b5aec465222bb23dd7a7b6178a819e1f.zip
nixos/strongswan-swanctl: Fix build of manual
Commit 401370287a9b74fc18539fe9c0bdc7ac9df9cf22 introduced a small error
where the closing tag of <literal/> was an opening tag instead.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @basvandijk, @xeji
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix b/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix
index e65616332640..b16d299917fe 100644
--- a/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix
+++ b/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix
@@ -942,7 +942,7 @@ in {
         Enable hardware offload for this CHILD_SA, if supported by the IPsec
         implementation. The value <literal>yes</literal> enforces offloading
         and the installation will fail if it's not supported by either kernel or
-        device. The value <literal>auto<literal> enables offloading, if it's
+        device. The value <literal>auto</literal> enables offloading, if it's
         supported, but the installation does not fail otherwise.
       '';