OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / strfry.3
index 0b8db7e..0b9520f 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"     Linux libc source code
@@ -39,21 +41,33 @@ 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.
-.SH "RETURN VALUE"
+The result is an anagram of
+.IR string .
+.SH RETURN VALUE
 The
 .BR strfry ()
 functions returns a pointer to the randomized
 string.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 The
 .BR strfry ()
 function is unique to the
 GNU C Library.
-.SH "SEE ALSO"
+.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/.