diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-30 17:56:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-30 17:56:00 +0000 |
commit | e52236e5368ebf907877d496676a3b486cdf7e69 (patch) | |
tree | 3c732de85e1dd857e2e3368c7155d84f68474055 /manual/string.texi | |
parent | 93b1a5540db958f09e7a1b11abf89c171b188914 (diff) | |
download | glibc-e52236e5368ebf907877d496676a3b486cdf7e69.tar.gz glibc-e52236e5368ebf907877d496676a3b486cdf7e69.tar.xz glibc-e52236e5368ebf907877d496676a3b486cdf7e69.zip |
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.texi | 2 |
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, |