2018-12-17 20:12:09 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								--- a/create_manpage_completions.py
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								+++ b/create_manpage_completions.py
 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-18 08:48:34 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								@@ -844,10 +844,6 @@ def parse_manpage_at_path(manpage_path, output_directory):
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								 
							 
						 
					
						
							
								
									
										
										
										
											2018-12-17 20:12:09 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								             built_command_output.insert(0, "# " + CMDNAME)
							 
						 
					
						
							
								
									
										
										
										
											2020-02-18 08:48:34 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								 
							 
						 
					
						
							
								
									
										
										
										
											2018-12-17 20:12:09 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								-            # Output the magic word Autogenerated so we can tell if we can overwrite this
 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-18 08:48:34 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								-            built_command_output.insert(
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								-                1, "# Autogenerated from man page " + manpage_path
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								-            )
 
							 
						 
					
						
							
								
									
										
										
										
											2018-12-17 20:12:09 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								             # built_command_output.insert(2, "# using " + parser.__class__.__name__) # XXX MISATTRIBUTES THE CULPABILE PARSER! Was really using Type2 but reporting TypeDeroffManParser
							 
						 
					
						
							
								
									
										
										
										
											2020-02-18 08:48:34 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								 
							 
						 
					
						
							
								
									
										
										
										
											2018-12-17 20:12:09 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								             for line in built_command_output: