about summary refs log tree commit diff
path: root/nixos/modules/tasks
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 11:35:46 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commite4ed177f828337062662983e15434525dd168c7d (patch)
tree4a3e885398c80a16ae4413a55d19b23309a35b45 /nixos/modules/tasks
parent8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd (diff)
nixos/* eliminate inner whitespace in tags that was missed earlier
nix-doc-munge won't match tags that contain newlines anywhere. most of
these have already been removed, but a few obviously made it through.
Diffstat (limited to 'nixos/modules/tasks')
-rw-r--r--nixos/modules/tasks/auto-upgrade.nix4
-rw-r--r--nixos/modules/tasks/filesystems.nix3
2 files changed, 3 insertions, 4 deletions
diff --git a/nixos/modules/tasks/auto-upgrade.nix b/nixos/modules/tasks/auto-upgrade.nix
index bfc5265518d26..309790eb0ed82 100644
--- a/nixos/modules/tasks/auto-upgrade.nix
+++ b/nixos/modules/tasks/auto-upgrade.nix
@@ -49,8 +49,8 @@ in {
         description = ''
           The URI of the NixOS channel to use for automatic
           upgrades. By default, this is the channel set using
-          <command>nix-channel</command> (run <literal>nix-channel
-          --list</literal> to see the current value).
+          <command>nix-channel</command> (run <literal>nix-channel --list</literal>
+          to see the current value).
         '';
       };
 
diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix
index 318740a44f4ae..cf9429f76b4c7 100644
--- a/nixos/modules/tasks/filesystems.nix
+++ b/nixos/modules/tasks/filesystems.nix
@@ -188,8 +188,7 @@ in
 
         Instead of specifying <literal>device</literal>, you can also
         specify a volume label (<literal>label</literal>) for file
-        systems that support it, such as ext2/ext3 (see <command>mke2fs
-        -L</command>).
+        systems that support it, such as ext2/ext3 (see <command>mke2fs -L</command>).
       '';
     };