aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Vollmert <rob@vllmrt.net>2017-07-06 16:37:19 +0200
committerRobert Vollmert <rob@vllmrt.net>2017-07-06 22:35:36 +0200
commit60da5d2b8f0f8586520566155172c1a18e4f04cc (patch)
treecf9f6e6efd7821fd3d92f678921b9e1f1b576dcc /doc
parenta3dc1e65abe29f9d0528d3b5ea45812f4dcd63ed (diff)
Fix nix-instantiate manpage indentation
The second command variant is now its own cmdsynopsis, which ensures it's not indented as was the case using sbrk.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/command-ref/nix-instantiate.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-instantiate.xml b/doc/manual/command-ref/nix-instantiate.xml
index 3d03358be..fe077ff65 100644
--- a/doc/manual/command-ref/nix-instantiate.xml
+++ b/doc/manual/command-ref/nix-instantiate.xml
@@ -43,7 +43,8 @@
<arg choice='plain'><option>-E</option></arg>
</group>
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
- <sbr/>
+ </cmdsynopsis>
+ <cmdsynopsis>
<command>nix-instantiate</command>
<arg choice='plain'><option>--find-file</option></arg>
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>