OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / strfry.3
index 98235ce..0b9520f 100644 (file)
@@ -41,11 +41,14 @@ strfry \- randomize a string
 .SH DESCRIPTION
 The
 .BR strfry ()
-function randomizes the contents of \fIstring\fP by
+function randomizes the contents of
+.I string
+by
 using
 .BR rand (3)
 to randomly swap characters in the string.
-The result is an anagram of \fIstring\fP.
+The result is an anagram of
+.IR string .
 .SH RETURN VALUE
 The
 .BR strfry ()
@@ -59,3 +62,12 @@ GNU C Library.
 .SH SEE ALSO
 .BR memfrob (3),
 .BR string (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.