Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 and a few more.
details: https://anonhg.NetBSD.org/src/rev/c9052ad4d411
branches: trunk
changeset: 791642:c9052ad4d411
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 27 16:27:48 2013 +0000
description:
and a few more.
diffstat:
share/man/man3/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (43 lines):
diff -r 9d8640a39c14 -r c9052ad4d411 share/man/man3/Makefile
--- a/share/man/man3/Makefile Wed Nov 27 16:24:31 2013 +0000
+++ b/share/man/man3/Makefile Wed Nov 27 16:27:48 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2013/11/27 16:24:31 christos Exp $
+# $NetBSD: Makefile,v 1.87 2013/11/27 16:27:48 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 12/13/93
MAN= _DIAGASSERT.3 __CONCAT.3 __UNCONST.3 __USE.3 CMSG_DATA.3 \
@@ -142,6 +142,7 @@
queue.3 LIST_ENTRY.3 \
queue.3 LIST_FIRST.3 \
queue.3 LIST_FOREACH.3 \
+ queue.3 LIST_FOREACH_SAFE.3 \
queue.3 LIST_HEAD.3 \
queue.3 LIST_HEAD_INITIALIZER.3 \
queue.3 LIST_INIT.3 \
@@ -158,6 +159,7 @@
queue.3 SIMPLEQ_ENTRY.3 \
queue.3 SIMPLEQ_FIRST.3 \
queue.3 SIMPLEQ_FOREACH.3 \
+ queue.3 SIMPLEQ_FOREACH_SAFE.3 \
queue.3 SIMPLEQ_HEAD.3 \
queue.3 SIMPLEQ_HEAD_INITIALIZER.3 \
queue.3 SIMPLEQ_INIT.3 \
@@ -176,6 +178,7 @@
queue.3 SLIST_ENTRY.3 \
queue.3 SLIST_FIRST.3 \
queue.3 SLIST_FOREACH.3 \
+ queue.3 SLIST_FOREACH_SAFE.3 \
queue.3 SLIST_HEAD.3 \
queue.3 SLIST_HEAD_INITIALIZER.3 \
queue.3 SLIST_INIT.3 \
@@ -209,6 +212,9 @@
queue.3 TAILQ_EMPTY.3 \
queue.3 TAILQ_ENTRY.3 \
queue.3 TAILQ_FIRST.3 \
+ queue.3 TAILQ_FOREACH.3 \
+ queue.3 TAILQ_FOREACH_SAFE.3 \
+ queue.3 TAILQ_FOREACH_REVERSE.3 \
queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \
queue.3 TAILQ_HEAD.3 \
queue.3 TAILQ_HEAD_INITIALIZER.3 \
Home |
Main Index |
Thread Index |
Old Index