mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @c Define common macros used to keep phrasing consistent in the manual.
 | |
| 
 | |
| @ifclear MACROS
 | |
| @set MACROS
 | |
| 
 | |
| @c Names used to refer to the library, as noun phrases at the start or
 | |
| @c not at the start of a sentence.
 | |
| @macro Theglibc
 | |
| The GNU C Library
 | |
| @end macro
 | |
| @macro theglibc
 | |
| the GNU C Library
 | |
| @end macro
 | |
| 
 | |
| @c Name used to refer to the library as an adjective.
 | |
| @macro glibcadj
 | |
| GNU C Library
 | |
| @end macro
 | |
| 
 | |
| @c Description applying to all GNU systems; that is, used in
 | |
| @c describing a property of a system such that no system without that
 | |
| @c property would be considered a variant of the GNU system.
 | |
| @macro gnusystems
 | |
| GNU systems
 | |
| @end macro
 | |
| 
 | |
| @c Systems that are not GNU systems.
 | |
| @macro nongnusystems
 | |
| non-GNU systems
 | |
| @end macro
 | |
| 
 | |
| @c Description applying to GNU/Linux and GNU/Hurd systems, but not
 | |
| @c necessarily to other variants of the GNU system.
 | |
| @macro gnulinuxhurdsystems
 | |
| GNU/Linux and GNU/Hurd systems
 | |
| @end macro
 | |
| 
 | |
| @c Descrption applying to GNU/Hurd systems; that is, systems using the
 | |
| @c GNU Hurd with the GNU C Library.
 | |
| @macro gnuhurdsystems
 | |
| GNU/Hurd systems
 | |
| @end macro
 | |
| 
 | |
| @c Descrption applying to GNU/Linux systems; that is, systems using
 | |
| @c the Linux kernel with the GNU C Library.
 | |
| @macro gnulinuxsystems
 | |
| GNU/Linux systems
 | |
| @end macro
 | |
| 
 | |
| @end ifclear
 |