diff options
Diffstat (limited to 'man3/insque.3')
-rw-r--r-- | man3/insque.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/insque.3 b/man3/insque.3 index 88192b459..1c58a0455 100644 --- a/man3/insque.3 +++ b/man3/insque.3 @@ -50,7 +50,7 @@ not be NULL. \fBremque\fP() removes the element pointed to by \fIelem\fP from the doubly-linked list. .SH "CONFORMING TO" -POSIX 1003.1-2001 +POSIX.1-2001 .SH "HISTORICAL NOTES" Traditionally (e.g. SunOS, Linux libc 4,5) the parameters of these functions were of type \fBstruct qelem *\fP, where the struct |