OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / queue.3
index d09cb03..fa56bb2 100644 (file)
@@ -261,7 +261,7 @@ LIST_INSERT_AFTER(n1, n2, entries);
 for (np = head.lh_first; np != NULL; np = np\->entries.le_next)
     np\-> ...
 
-.\" FIXME http://sourceware.org/bugzilla/show_bug.cgi?id=1506
+.\" FIXME http://sourceware.org/bugzilla/show_bug.cgi?id=1506
 while (head.lh_first != NULL)           /* Delete. */
     LIST_REMOVE(head.lh_first, entries);
 .fi
@@ -488,3 +488,12 @@ Present on the BSDs.
 The
 queue functions first appeared in
 4.4BSD.
+.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/.