mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	Add the description of CLI commands to the generated index. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
		
			
				
	
	
		
			32 lines
		
	
	
		
			332 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			332 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. index::
 | 
						|
   single: false (command)
 | 
						|
 | 
						|
false command
 | 
						|
=============
 | 
						|
 | 
						|
Synopsis
 | 
						|
--------
 | 
						|
 | 
						|
::
 | 
						|
 | 
						|
    false
 | 
						|
 | 
						|
Description
 | 
						|
-----------
 | 
						|
 | 
						|
The false command sets the return value $? to 1 (false).
 | 
						|
 | 
						|
Example
 | 
						|
-------
 | 
						|
 | 
						|
::
 | 
						|
 | 
						|
    => false; echo $?
 | 
						|
    1
 | 
						|
    =>
 | 
						|
 | 
						|
Configuration
 | 
						|
-------------
 | 
						|
 | 
						|
The false command is only available if CONFIG_HUSH_PARSER=y.
 |