summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-08-25 14:08:11 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-08-25 14:08:11 +0200
commitdd5f0d9538aa84e42bd666e8679cb448fa8a79fe (patch)
tree11bc256cfb8c7bbbf8affa653eeee0ad61f108f4
parenta5386213ad17e6780db6afcd075e470c6a005c58 (diff)
downloadnixpkgs-dd5f0d9538aa84e42bd666e8679cb448fa8a79fe.tar
nixpkgs-dd5f0d9538aa84e42bd666e8679cb448fa8a79fe.tar.gz
nixpkgs-dd5f0d9538aa84e42bd666e8679cb448fa8a79fe.tar.bz2
nixpkgs-dd5f0d9538aa84e42bd666e8679cb448fa8a79fe.tar.lz
nixpkgs-dd5f0d9538aa84e42bd666e8679cb448fa8a79fe.tar.xz
nixpkgs-dd5f0d9538aa84e42bd666e8679cb448fa8a79fe.tar.zst
nixpkgs-dd5f0d9538aa84e42bd666e8679cb448fa8a79fe.zip
nixos: Fix build of manual
Regression introduced by 520a43ced38843d5116594b359854e02fa7ed057.

Using XML tag characters for things that are not tags needs to be
properly indicated by an entity.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-rw-r--r--nixos/modules/programs/oblogout.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/oblogout.nix b/nixos/modules/programs/oblogout.nix
index 042935d285e..720c29b1eae 100644
--- a/nixos/modules/programs/oblogout.nix
+++ b/nixos/modules/programs/oblogout.nix
@@ -45,7 +45,7 @@ in
         description = ''
           Icon theme for the buttons, must be in the themes folder of
           the package, or in
-          <filename>~/.themes/<name>/oblogout/</filename>.
+          <filename>~/.themes/&lt;name&gt;/oblogout/</filename>.
         '';
       };