Merge pull request #1444 from robx/man
Fix nix-instantiate manpage indentation
This commit is contained in:
		
						commit
						eef09c220d
					
				
					 2 changed files with 2 additions and 3 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>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,5 @@
 | 
				
			||||||
set -e
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
datadir="@datadir@"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export TEST_ROOT=$(realpath ${TMPDIR:-/tmp}/nix-test)
 | 
					export TEST_ROOT=$(realpath ${TMPDIR:-/tmp}/nix-test)
 | 
				
			||||||
export NIX_STORE_DIR
 | 
					export NIX_STORE_DIR
 | 
				
			||||||
if ! NIX_STORE_DIR=$(readlink -f $TEST_ROOT/store 2> /dev/null); then
 | 
					if ! NIX_STORE_DIR=$(readlink -f $TEST_ROOT/store 2> /dev/null); then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue