 40a5d2b79b
			
		
	
	40a5d2b79b
	
	
	
		
			
			The titles of manual pages used to be chomped at an unreasonably short limit, which has been removed. * fc/doc-man-lift-title-length-limit: doc: manpage: remove maximum title length
		
			
				
	
	
		
			15 lines
		
	
	
		
			442 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			442 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!-- manpage-normal.xsl:
 | |
|      special settings for manpages rendered from asciidoc+docbook -->
 | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 | |
| 		version="1.0">
 | |
| 
 | |
| 
 | |
| <!-- these params silence some output from xmlto -->
 | |
| <xsl:param name="man.output.quietly" select="1"/>
 | |
| <xsl:param name="refentry.meta.get.quietly" select="1"/>
 | |
| 
 | |
| <!-- unset maximum length of title -->
 | |
| <xsl:param name="man.th.title.max.length"/>
 | |
| 
 | |
| </xsl:stylesheet>
 |