summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorThomas Bach <hacking@babibo.de>2017-09-08 08:37:57 +0800
committerDomen Kožar <domen@enlambda.com>2017-09-10 20:51:50 +0200
commitf37a1e155e78f97644b53a14748743d655653225 (patch)
tree85a76f2dec1f5e6c8438e6b939618a2a7419a5cc /nixos/doc
parent572726a5704887fad24241a745d8bd4173c785f4 (diff)
downloadnixpkgs-f37a1e155e78f97644b53a14748743d655653225.tar
nixpkgs-f37a1e155e78f97644b53a14748743d655653225.tar.gz
nixpkgs-f37a1e155e78f97644b53a14748743d655653225.tar.bz2
nixpkgs-f37a1e155e78f97644b53a14748743d655653225.tar.lz
nixpkgs-f37a1e155e78f97644b53a14748743d655653225.tar.xz
nixpkgs-f37a1e155e78f97644b53a14748743d655653225.tar.zst
nixpkgs-f37a1e155e78f97644b53a14748743d655653225.zip
manual: fixed remaining placeholder literal
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/development/option-declarations.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/development/option-declarations.xml b/nixos/doc/manual/development/option-declarations.xml
index d20c2d1aa2e..be793152f9e 100644
--- a/nixos/doc/manual/development/option-declarations.xml
+++ b/nixos/doc/manual/development/option-declarations.xml
@@ -137,8 +137,8 @@ services.xserver.displayManager.enable = mkOption {
 };</screen></example>
 
 <example xml:id='ex-option-declaration-eot-backend-sddm'><title>Extending
-    <literal>services.foo.backend</literal> in the <literal>sddm</literal>
-    module</title>
+    <literal>services.xserver.displayManager.enable</literal> in the 
+    <literal>sddm</literal> module</title>
 <screen>
 services.xserver.displayManager.enable = mkOption {
   type = with types; nullOr (enum [ "sddm" ]);