. for /usr/share/misc/style, NetBSD coding style . and for indent.pro (style-compatible indent(1) indenting profile)
		
			
				
	
	
		
			11 lines
		
	
	
		
			158 B
		
	
	
	
		
			Sed
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			158 B
		
	
	
	
		
			Sed
		
	
	
	
	
	
# $NetBSD: domains.sed,v 1.3 2007/09/29 15:40:31 hubertf Exp $
 | 
						|
s/<[^>]*>//g
 | 
						|
/  / {
 | 
						|
	s/ / /g
 | 
						|
	s/&#[0-9]*;/ /g
 | 
						|
	s/  */ /g
 | 
						|
	s/^ *\.//
 | 
						|
	s/
 | 
						|
$//
 | 
						|
	p
 | 
						|
}
 |