blob: c9b73d3c560f555e301a457cd71338c72ecbdb4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
@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
@end ifclear
|