This commit is contained in:
jdolecek 2016-10-15 16:31:16 +00:00
parent 31f9eceffc
commit 2a3f2e45c6

View File

@ -1,4 +1,4 @@
.\" $NetBSD: queue.3,v 1.53 2016/05/31 08:24:43 wiz Exp $
.\" $NetBSD: queue.3,v 1.54 2016/10/15 16:31:16 jdolecek Exp $
.\"
.\" Copyright (c) 2000, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -53,7 +53,7 @@
.\"
.\" @(#)queue.3 8.1 (Berkeley) 12/13/93
.\"
.Dd May 31, 2016
.Dd October 15, 2016
.Dt QUEUE 3
.Os
.Sh NAME
@ -812,7 +812,7 @@ removes the first element from the head of the simple queue.
For optimum efficiency,
elements being removed from the head of the queue should explicitly use
this macro instead of the generic
.Nm SIMPLQ_REMOVE
.Nm SIMPLEQ_REMOVE
macro.
.Pp
The macro
@ -821,7 +821,7 @@ removes the element after the one specified from the simple queue.
For optimum efficiency,
elements being removed after specified elements should explicitly use
this macro instead of the generic
.Nm SIMPLQ_REMOVE
.Nm SIMPLEQ_REMOVE
macro.
.Pp
The macro