summaryrefslogtreecommitdiff
path: root/manual/string.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-30 17:56:00 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-30 17:56:00 +0000
commite52236e5368ebf907877d496676a3b486cdf7e69 (patch)
tree3c732de85e1dd857e2e3368c7155d84f68474055 /manual/string.texi
parent93b1a5540db958f09e7a1b11abf89c171b188914 (diff)
downloadglibc-e52236e5368ebf907877d496676a3b486cdf7e69.tar.gz
Update.
2000-04-30 Ulrich Drepper <drepper@redhat.com> * manual/string.texi: Fix typo. * manual/terminal.texi: Document gtty and stty. Patch by Bryan Henderson <bryanh@giraffe-data.com>.
Diffstat (limited to 'manual/string.texi')
-rw-r--r--manual/string.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/string.texi b/manual/string.texi
index ebf3713378..c91fe350da 100644
--- a/manual/string.texi
+++ b/manual/string.texi
@@ -1436,7 +1436,7 @@ The prototype for this function is in @file{string.h}.
@comment string.h
@comment GNU
-@deftypefun char *strfry(char *@var{string})
+@deftypefun {char *} strfry (char *@var{string})
@code{strfry} creates a pseudorandom anagram of a string, replacing the
input with the anagram in place. For each position in the string,