summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles.xml
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-03-22 14:44:11 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-03-22 14:44:11 +0100
commit4c3ec0e32522bd6891418ba4d0e561a9b14c4cde (patch)
treee800dd27e620ac47a749401c50bda6adb001d261 /nixos/doc/manual/configuration/profiles.xml
parent715365ee02335b49117ea0a3f95af2ab441f7272 (diff)
downloadnixpkgs-4c3ec0e32522bd6891418ba4d0e561a9b14c4cde.tar
nixpkgs-4c3ec0e32522bd6891418ba4d0e561a9b14c4cde.tar.gz
nixpkgs-4c3ec0e32522bd6891418ba4d0e561a9b14c4cde.tar.bz2
nixpkgs-4c3ec0e32522bd6891418ba4d0e561a9b14c4cde.tar.lz
nixpkgs-4c3ec0e32522bd6891418ba4d0e561a9b14c4cde.tar.xz
nixpkgs-4c3ec0e32522bd6891418ba4d0e561a9b14c4cde.tar.zst
nixpkgs-4c3ec0e32522bd6891418ba4d0e561a9b14c4cde.zip
nixos docs: run the formatting tool (no content change)
As documented in the docs themselves :-)
Diffstat (limited to 'nixos/doc/manual/configuration/profiles.xml')
-rw-r--r--nixos/doc/manual/configuration/profiles.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/configuration/profiles.xml b/nixos/doc/manual/configuration/profiles.xml
index 92c0f6202f2..c0a8f55785f 100644
--- a/nixos/doc/manual/configuration/profiles.xml
+++ b/nixos/doc/manual/configuration/profiles.xml
@@ -12,14 +12,14 @@
   That is to say, expected usage is to add them to the imports list of your
   <filename>/etc/configuration.nix</filename> as such:
  </para>
- <programlisting>
+<programlisting>
   imports = [
    &lt;nixpkgs/nixos/modules/profiles/profile-name.nix&gt;
   ];
  </programlisting>
  <para>
-  Even if some of these profiles seem only useful in the context of
-  install media, many are actually intended to be used in real installs.
+  Even if some of these profiles seem only useful in the context of install
+  media, many are actually intended to be used in real installs.
  </para>
  <para>
   What follows is a brief explanation on the purpose and use-case for each