]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strfry.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / strfry.3
index 8a67e1b008a123aa6d03ca081be4090c8d8964e8..9b4323cc617392fd3774810970d0c020e7bd4ce5 100644 (file)
@@ -37,14 +37,14 @@ strfry \- randomize a string
 .BI "char *strfry(char *" string );
 .fi
 .SH DESCRIPTION
-The \fBstrfry()\fP function randomizes the contents of \fIstring\fP by
+The \fBstrfry\fP() function randomizes the contents of \fIstring\fP by
 using \fBrand\fP(3) to randomly swap characters in the string.  The
 result is an anagram of \fIstring\fP.
 .SH "RETURN VALUE"
-The \fBstrfry()\fP functions returns a pointer to the randomized
+The \fBstrfry\fP() functions returns a pointer to the randomized
 string.
 .SH "CONFORMING TO"
-The \fBstrfry()\fP function is unique to the Linux C Library and
+The \fBstrfry\fP() function is unique to the Linux C Library and
 GNU C Library.
 .SH "SEE ALSO"
 .BR memfrob (3)