about summary refs log tree commit diff
path: root/nixos/modules/i18n
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-05 06:16:46 +0100
committerpennae <github@quasiparticle.net>2023-01-10 10:32:00 +0100
commitbf92eaebe4afd03f029292f8cf5efa333fd0078a (patch)
tree09d11e228801022c45c3edae5c609e291b3c206b /nixos/modules/i18n
parentdc7788efb8bcbe68d1183cf7ee281186315802ca (diff)
nixos/manual: generate module chapters with md-to-db.sh
Diffstat (limited to 'nixos/modules/i18n')
-rw-r--r--nixos/modules/i18n/input-method/default.nix3
-rw-r--r--nixos/modules/i18n/input-method/default.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/nixos/modules/i18n/input-method/default.nix b/nixos/modules/i18n/input-method/default.nix
index 3fa1f4c643d55..452b0d7b264e1 100644
--- a/nixos/modules/i18n/input-method/default.nix
+++ b/nixos/modules/i18n/input-method/default.nix
@@ -66,8 +66,7 @@ in
 
   meta = {
     maintainers = with lib.maintainers; [ ericsagnes ];
-    # Don't edit the docbook xml directly, edit the md and generate it:
-    # `pandoc default.md -t docbook --top-level-division=chapter --extract-media=media -f markdown+smart --lua-filter ../../../../doc/build-aux/pandoc-filters/myst-reader/roles.lua --lua-filter ../../../../doc/build-aux/pandoc-filters/docbook-writer/rst-roles.lua > default.xml`
+    # Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
     doc = ./default.xml;
   };
 
diff --git a/nixos/modules/i18n/input-method/default.xml b/nixos/modules/i18n/input-method/default.xml
index 2329521198053..b3706086befd8 100644
--- a/nixos/modules/i18n/input-method/default.xml
+++ b/nixos/modules/i18n/input-method/default.xml
@@ -234,7 +234,7 @@ i18n.inputMethod = {
 };
 </programlisting>
     <para>
-      Note: The <xref linkend="opt-i18n.inputMethod.uim.toolbar"></xref>
+      Note: The <xref linkend="opt-i18n.inputMethod.uim.toolbar" />
       option can be used to choose uim toolbar.
     </para>
   </section>