Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Update for new signature for LIST_MOVE()



details:   https://anonhg.NetBSD.org/src/rev/becb01c31737
branches:  trunk
changeset: 356540:becb01c31737
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Oct 02 05:16:41 2017 +0000

description:
Update for new signature for LIST_MOVE()

diffstat:

 share/man/man3/queue.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 09b12fd60a3d -r becb01c31737 share/man/man3/queue.3
--- a/share/man/man3/queue.3    Mon Oct 02 05:14:29 2017 +0000
+++ b/share/man/man3/queue.3    Mon Oct 02 05:16:41 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: queue.3,v 1.58 2017/08/08 03:58:43 isaki Exp $
+.\"    $NetBSD: queue.3,v 1.59 2017/10/02 05:16:41 pgoyette 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 October 15, 2016
+.Dd October 1, 2017
 .Dt QUEUE 3
 .Os
 .Sh NAME
@@ -177,7 +177,7 @@
 .Fn LIST_INSERT_HEAD "LIST_HEAD *head" "TYPE *elm" "LIST_ENTRY NAME"
 .Fn LIST_REMOVE "TYPE *elm" "LIST_ENTRY NAME"
 .Fn LIST_REPLACE "TYPE *elm" "TYPE *new" "LIST_ENTRY NAME"
-.Fn LIST_MOVE "LIST_HEAD *head1" "LIST_HEAD *head2"
+.Fn LIST_MOVE "LIST_HEAD *head1" "LIST_HEAD *head2" "LIST_ENTRY NAME"
 .Pp
 .Fn SIMPLEQ_HEAD "HEADNAME" "TYPE"
 .Fn SIMPLEQ_HEAD_INITIALIZER "head"



Home | Main Index | Thread Index | Old Index