mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
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.
(cherry picked from commit 60da5d2b8f)
This commit is contained in:
parent
5a7d00ced8
commit
758a3044f1
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue