summaryrefslogtreecommitdiff
path: root/manual/maint.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/maint.texi')
-rw-r--r--manual/maint.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/maint.texi b/manual/maint.texi
index 7698549bf3..6d4185b52c 100644
--- a/manual/maint.texi
+++ b/manual/maint.texi
@@ -538,11 +538,11 @@ include the file @code{<stub-tag.h>} into your file. This causes the
function to be listed in the installed @code{<gnu/stubs.h>}, and
makes GNU ld warn when the function is used.
-Some rare functions are only useful on specific systems and aren't
-defined at all on others; these do not appear anywhere in the
-system-independent source code or makefiles (including the
-@file{generic} and @file{stub} directories), only in the
-system-dependent @file{Makefile} in the specific system's subdirectory.
+Some rare functions are only useful on specific systems and
+aren't defined at all on others; these do not appear anywhere
+in the system-independent source code or makefiles (including the
+@file{generic}), only in the system-dependent @file{Makefile} in the
+specific system's subdirectory.
If you come across a file that is in one of the main source directories
(@file{string}, @file{stdio}, etc.), and you want to write a machine- or