ls-tree manpage: use "unless" instead of "when ... is not"
Delayed negation in a statement is harder to spot and keep in mind. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
		
				
					committed by
					
						
						Junio C Hamano
					
				
			
			
				
	
			
			
			
						parent
						
							2c5b011503
						
					
				
				
					commit
					713697b34f
				
			@ -76,7 +76,7 @@ Output Format
 | 
				
			|||||||
-------------
 | 
					-------------
 | 
				
			||||||
        <mode> SP <type> SP <object> TAB <file>
 | 
					        <mode> SP <type> SP <object> TAB <file>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
When the `-z` option is not used, TAB, LF, and backslash characters
 | 
					Unless the `-z` option is used, TAB, LF, and backslash characters
 | 
				
			||||||
in pathnames are represented as `\t`, `\n`, and `\\`, respectively.
 | 
					in pathnames are represented as `\t`, `\n`, and `\\`, respectively.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
When the `-l` option is used, format changes to
 | 
					When the `-l` option is used, format changes to
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user