mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
21 lines
408 B
Plaintext
21 lines
408 B
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
|
|
|
|
@end ifclear
|