Add a test for BZ #15674
[glibc.git] / manual / macros.texi
blobdaaf1c0aad46a8d089bad3c71f64be0c1bf9864c
1 @c Define common macros used to keep phrasing consistent in the manual.
3 @ifclear MACROS
4 @set MACROS
6 @c Names used to refer to the library, as noun phrases at the start or
7 @c not at the start of a sentence.
8 @macro Theglibc
9 The GNU C Library
10 @end macro
11 @macro theglibc
12 the GNU C Library
13 @end macro
15 @c Name used to refer to the library as an adjective.
16 @macro glibcadj
17 GNU C Library
18 @end macro
20 @c Description applying to all GNU systems; that is, used in
21 @c describing a property of a system such that no system without that
22 @c property would be considered a variant of the GNU system.
23 @macro gnusystems
24 GNU systems
25 @end macro
27 @c Systems that are not GNU systems.
28 @macro nongnusystems
29 non-GNU systems
30 @end macro
32 @c Description applying to GNU/Linux and GNU/Hurd systems, but not
33 @c necessarily to other variants of the GNU system.
34 @macro gnulinuxhurdsystems
35 GNU/Linux and GNU/Hurd systems
36 @end macro
38 @c Descrption applying to GNU/Hurd systems; that is, systems using the
39 @c GNU Hurd with the GNU C Library.
40 @macro gnuhurdsystems
41 GNU/Hurd systems
42 @end macro
44 @c Descrption applying to GNU/Linux systems; that is, systems using
45 @c the Linux kernel with the GNU C Library.
46 @macro gnulinuxsystems
47 GNU/Linux systems
48 @end macro
50 @end ifclear