mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	Create a man-page for the true command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
		
			
				
	
	
		
			29 lines
		
	
	
		
			286 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			286 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| true command
 | |
| ============
 | |
| 
 | |
| Synopsis
 | |
| --------
 | |
| 
 | |
| ::
 | |
| 
 | |
|     true
 | |
| 
 | |
| Description
 | |
| -----------
 | |
| 
 | |
| The true command sets the return value $? to 0 (true).
 | |
| 
 | |
| Example
 | |
| -------
 | |
| 
 | |
| ::
 | |
| 
 | |
|     => true; echo $?
 | |
|     0
 | |
|     =>
 | |
| 
 | |
| Configuration
 | |
| -------------
 | |
| 
 | |
| The true command is only available if CONFIG_HUSH_PARSER=y.
 |