summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-02-10 13:28:18 +0100
committeraszlig <aszlig@nix.build>2020-02-10 13:33:52 +0100
commit87549860767a5d96fba474c444ea7bd150bc1c46 (patch)
treee52bcce34fb8f55806e77e589754300d270f5034 /nixos/doc
parent40c98652e235a47bc465a6c1059c4b08d7d23007 (diff)
nixos: Fix build of manual
XML error introduced with merge commit 4e0fea3fe294d112ac6eef5adbed2357. This was probably because of wrong conflict resolution, because the actual change (d8e697b4fcfd929d05221ac3e67b9c04ac69df86) had the close tag of the <para/> element, but the merge commit didn't. Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2003.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml
index eac50b705a88..3ee6e708ff01 100644
--- a/nixos/doc/manual/release-notes/rl-2003.xml
+++ b/nixos/doc/manual/release-notes/rl-2003.xml
@@ -675,8 +675,9 @@ auth required pam_succeed_if.so uid >= 1000 quiet
Certificates will be regenerated anew on the next renewal date. The credentials for simp-le are
preserved and thus it is possible to roll back to previous versions without breaking certificate
generation.
+ </para>
</listitem>
- <listitem>
+ <listitem>
<para>
It is now possible to unlock LUKS-Encrypted file systems using a FIDO2 token
via <option>boot.initrd.luks.fido2Support</option>.