Module Name: src Committed By: jdolecek Date: Sat Oct 15 16:31:16 UTC 2016
Modified Files: src/share/man/man3: queue.3 Log Message: fix tyop To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/share/man/man3/queue.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man3/queue.3 diff -u src/share/man/man3/queue.3:1.53 src/share/man/man3/queue.3:1.54 --- src/share/man/man3/queue.3:1.53 Tue May 31 08:24:43 2016 +++ src/share/man/man3/queue.3 Sat Oct 15 16:31:16 2016 @@ -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 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 specif 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