util/abuild/abuild.1: Fix references to CBROOT parameter
One occurence of this parameter was changed from LBROOT to CBROOT in
f8ee1806ac ("Rename almost all occurences of LinuxBIOS to coreboot.").
Change the others, too.
Change-Id: Ic0da24c32cd6d2f0577de037b5463c800f455786
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/28828
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
			
			
This commit is contained in:
		
				
					committed by
					
						
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							2d1d47bf3e
						
					
				
				
					commit
					da6ad0bc50
				
			@@ -4,13 +4,13 @@ abuild \- build coreboot images for all available targets
 | 
				
			|||||||
.SH SYNOPSIS
 | 
					.SH SYNOPSIS
 | 
				
			||||||
.B abuild
 | 
					.B abuild
 | 
				
			||||||
\fR[\fB\-abrvxsTVh\fR] [\fB\-c\fR numcpus|max] [\fB\-t\fR vendor/board] [\fB\-p\fR dir]
 | 
					\fR[\fB\-abrvxsTVh\fR] [\fB\-c\fR numcpus|max] [\fB\-t\fR vendor/board] [\fB\-p\fR dir]
 | 
				
			||||||
[LBROOT]
 | 
					[CBROOT]
 | 
				
			||||||
.SH DESCRIPTION
 | 
					.SH DESCRIPTION
 | 
				
			||||||
.B abuild
 | 
					.B abuild
 | 
				
			||||||
is a utility used to easily build coreboot images for all available targets.
 | 
					is a utility used to easily build coreboot images for all available targets.
 | 
				
			||||||
.SH OPTIONS
 | 
					.SH OPTIONS
 | 
				
			||||||
The
 | 
					The
 | 
				
			||||||
.B "[LBROOT]"
 | 
					.B "[CBROOT]"
 | 
				
			||||||
parameter tells
 | 
					parameter tells
 | 
				
			||||||
.B abuild
 | 
					.B abuild
 | 
				
			||||||
where the root directory of the coreboot build tree resides. Per default
 | 
					where the root directory of the coreboot build tree resides. Per default
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user