OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / insque.3
index 4435158..ba6643c 100644 (file)
@@ -33,7 +33,7 @@
 .\" mtk, 2010-09-09: Noted glibc 2.4 bug, added info on circular
 .\"    lists, added example program
 .\"
-.TH INSQUE 3  2010-09-09 "" "Linux Programmer's Manual"
+.TH INSQUE 3  2014-08-19 "" "Linux Programmer's Manual"
 .SH NAME
 insque, remque \- insert/remove an item from a queue
 .SH SYNOPSIS
@@ -99,7 +99,7 @@ doubly-linked list.
 .SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
-Traditionally (e.g., SunOS, Linux libc 4 and libc 5),
+Traditionally (e.g., SunOS, Linux libc4 and libc5),
 the arguments of these functions were of type \fIstruct qelem *\fP,
 defined as:
 
@@ -122,8 +122,8 @@ The location of the prototypes for these functions differs among several
 versions of UNIX.
 The above is the POSIX version.
 Some systems place them in \fI<string.h>\fP.
-Linux libc4 and libc 5 placed them
-in \fI<stdlib.h>\fP.
+.\" Linux libc4 and libc 5 placed them
+.\" in \fI<stdlib.h>\fP.
 .SH BUGS
 In glibc 2.4 and earlier, it was not possible to specify
 .I prev
@@ -241,3 +241,12 @@ main(int argc, char *argv[])
     exit(EXIT_SUCCESS);
 }
 .fi
+.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/.