From be9c618d663b37af1b0bde71488d0c9e5e448aad Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 10 Jul 2008 20:35:13 +0000 Subject: [PATCH] minor rewording --- man3/insque.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man3/insque.3 b/man3/insque.3 index d57e7a311..2cebc77c0 100644 --- a/man3/insque.3 +++ b/man3/insque.3 @@ -69,9 +69,9 @@ doubly-linked list. .SH "CONFORMING TO" POSIX.1-2001 .SH "NOTES" -Traditionally (e.g., SunOS, Linux libc 4,5) the parameters of these -functions were of type \fIstruct qelem *\fP, where the struct -is defined as +Traditionally (e.g., SunOS, Linux libc 4,5) the arguments of these +functions were of type \fIstruct qelem *\fP, +defined as: .in +4n .nf