OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / queue.3
index 4a98460..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
@@ -489,7 +489,7 @@ The
 queue functions first appeared in
 4.4BSD.
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,