From owner-cvs-all Thu Nov 9 15:34:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEBCB37B479; Thu, 9 Nov 2000 15:34:40 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA16924; Thu, 9 Nov 2000 15:34:40 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200011092334.PAA16924@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 9 Nov 2000 15:34:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man3 queue.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/11/09 15:34:40 PST Modified files: share/man/man3 queue.3 Log: Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an arg called 'elm'. It doesn't take an arg 'elm', it simply removes the element at the head of the list. Revision Changes Path 1.20 +2 -4 src/share/man/man3/queue.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message