Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/misc/misc.tex')
-rw-r--r--newlib/libc/misc/misc.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/misc/misc.tex b/newlib/libc/misc/misc.tex
index 248243b53..938b407a9 100644
--- a/newlib/libc/misc/misc.tex
+++ b/newlib/libc/misc/misc.tex
@@ -3,9 +3,9 @@
This chapter describes miscellaneous routines not covered elsewhere.
@menu
-* ffs:: Return first bit set in a word
-* __retarget_lock_init:: Retargetable locking routines
-* unctrl:: Return printable representation of a character
+* Function ffs:: Return first bit set in a word
+* Function __retarget_lock_init:: Retargetable locking routines
+* Function unctrl:: Return printable representation of a character
@end menu
@page