forked from lix-project/lix
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.
This commit is contained in:
parent
a3dc1e65ab
commit
60da5d2b8f
|
@ -43,7 +43,8 @@
|
||||||
<arg choice='plain'><option>-E</option></arg>
|
<arg choice='plain'><option>-E</option></arg>
|
||||||
</group>
|
</group>
|
||||||
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
||||||
<sbr/>
|
</cmdsynopsis>
|
||||||
|
<cmdsynopsis>
|
||||||
<command>nix-instantiate</command>
|
<command>nix-instantiate</command>
|
||||||
<arg choice='plain'><option>--find-file</option></arg>
|
<arg choice='plain'><option>--find-file</option></arg>
|
||||||
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
|
||||||
|
|
Loading…
Reference in a new issue