Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 fix tyop
details: https://anonhg.NetBSD.org/src/rev/b1f2a6d7b2f8
branches: trunk
changeset: 818495:b1f2a6d7b2f8
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Oct 15 16:31:16 2016 +0000
description:
fix tyop
diffstat:
share/man/man3/queue.3 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3417dc54f723 -r b1f2a6d7b2f8 share/man/man3/queue.3
--- a/share/man/man3/queue.3 Sat Oct 15 16:30:46 2016 +0000
+++ b/share/man/man3/queue.3 Sat Oct 15 16:31:16 2016 +0000
@@ -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 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index