nixos/strongswan-swanctl: Fix build of manual
Commit 401370287a
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
This commit is contained in:
parent
41c05a72a7
commit
a346f153b5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue