aboutsummaryrefslogtreecommitdiff
path: root/doc/man-home-manager.xml
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-01-20 18:01:22 +0100
committerRobert Helgesson <robert@rycee.net>2019-01-20 18:01:22 +0100
commitf3f7c5cc57bb6b0e357fa076ea0a2416122687c8 (patch)
treed16be00e60246150b6dd0a37a2fe0b41f255a7a3 /doc/man-home-manager.xml
parentc03504699969127715dfc666f6aa00da74a94203 (diff)
doc: reformat XML files
Diffstat (limited to 'doc/man-home-manager.xml')
-rw-r--r--doc/man-home-manager.xml57
1 files changed, 37 insertions, 20 deletions
diff --git a/doc/man-home-manager.xml b/doc/man-home-manager.xml
index 79ae5b45713..093c3ae1a0c 100644
--- a/doc/man-home-manager.xml
+++ b/doc/man-home-manager.xml
@@ -7,54 +7,71 @@
<refmiscinfo class="source">Home Manager</refmiscinfo>
<!-- <refmiscinfo class="version"><xi:include href="version.txt" parse="text"/></refmiscinfo> -->
</refmeta>
-
<refnamediv>
<refname><command>home-manager</command></refname>
<refpurpose>reconfigure a user environment</refpurpose>
</refnamediv>
-
<refsynopsisdiv>
<cmdsynopsis>
- <command>home-manager</command>
- <group choice='req'>
- <arg choice='plain'><option>help</option></arg>
- <arg choice='plain'><option>build</option></arg>
- <arg choice='plain'><option>switch</option></arg>
- <arg choice='plain'><option>generations</option></arg>
- <arg choice='plain'><option>remove-generations</option></arg>
- <arg choice='plain'><option>packages</option></arg>
- <arg choice='plain'><option>news</option></arg>
+ <command>home-manager</command> <group choice="req">
+ <arg choice="plain">
+ <option>help</option>
+ </arg>
+
+ <arg choice="plain">
+ <option>build</option>
+ </arg>
+
+ <arg choice="plain">
+ <option>switch</option>
+ </arg>
+
+ <arg choice="plain">
+ <option>generations</option>
+ </arg>
+
+ <arg choice="plain">
+ <option>remove-generations</option>
+ </arg>
+
+ <arg choice="plain">
+ <option>packages</option>
+ </arg>
+
+ <arg choice="plain">
+ <option>news</option>
+ </arg>
</group>
</cmdsynopsis>
</refsynopsisdiv>
-
<refsection>
<title>Description</title>
<para>
- This command updates the user environment so that it corresponds to the configuration
- specified in <filename>~/.config/nixpkgs/home.nix</filename>.
+ This command updates the user environment so that it corresponds to the
+ configuration specified in <filename>~/.config/nixpkgs/home.nix</filename>.
</para>
</refsection>
-
<refsection>
<title>Files</title>
<variablelist>
<varlistentry>
- <term><filename>~/.local/share/home-manager/news-read-ids</filename></term>
+ <term>
+ <filename>~/.local/share/home-manager/news-read-ids</filename>
+ </term>
<listitem>
<para>
- Identifiers of news items that have been shown. Can be deleted
- to reset the read news indicator.
+ Identifiers of news items that have been shown. Can be deleted to reset
+ the read news indicator.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsection>
-
<refsection>
<title>Bugs</title>
<para>
- Please report any bugs on the <link
+ Please report any bugs on the
+ <link
xlink:href="https://github.com/rycee/home-manager/issues">project
issue tracker</link>.
</para>