From e52236e5368ebf907877d496676a3b486cdf7e69 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 30 Apr 2000 17:56:00 +0000 Subject: Update. 2000-04-30 Ulrich Drepper * manual/string.texi: Fix typo. * manual/terminal.texi: Document gtty and stty. Patch by Bryan Henderson . --- manual/string.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/string.texi') 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, -- cgit v1.2.1