diff options
author | 2000-04-25 16:51:18 +0000 | |
---|---|---|
committer | 2000-04-25 16:51:18 +0000 | |
commit | b9d5dd1ce31d16a6310dc323033a9b84fc96aaa6 (patch) | |
tree | 53954b19e85d46b370af1a8e9325da6f956fc6f4 /share/man/man3 | |
parent | Typo (diff) | |
download | wireguard-openbsd-b9d5dd1ce31d16a6310dc323033a9b84fc96aaa6.tar.xz wireguard-openbsd-b9d5dd1ce31d16a6310dc323033a9b84fc96aaa6.zip |
Missing MLINKS
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index 15d2989eeba..003296412e0 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2000/04/15 01:37:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2000/04/25 16:51:18 espie Exp $ # @(#)Makefile 8.2 (Berkeley) 12/13/93 MAN= assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3 @@ -18,7 +18,8 @@ MLINKS+=queue.3 SIMPLEQ_ENTRY.3 queue.3 SIMPLEQ_HEAD.3 \ queue.3 SIMPLEQ_HEAD_INITIALIZER.3 queue.3 SIMPLEQ_FIRST.3 \ queue.3 SIMPLEQ_NEXT.3 queue.3 SIMPLEQ_END.3 queue.3 SIMPLEQ_INIT.3 \ queue.3 SIMPLEQ_INSERT_HEAD.3 queue.3 SIMPLEQ_INSERT_TAIL.3 \ - queue.3 SIMPLEQ_INSERT_AFTER.3 queue.3 SIMPLEQ_REMOVE_HEAD.3 + queue.3 SIMPLEQ_INSERT_AFTER.3 queue.3 SIMPLEQ_REMOVE_HEAD.3 \ + queue.3 SIMPLEQ_EMPTY.3 queue.3 SIMPLEQ_FOREACH.3 MLINKS+=queue.3 TAILQ_ENTRY.3 queue.3 TAILQ_HEAD.3 \ queue.3 TAILQ_HEAD_INITIALIZER.3 queue.3 TAILQ_FIRST.3 \ queue.3 TAILQ_NEXT.3 queue.3 TAILQ_END.3 queue.3 TAILQ_LAST.3 \ @@ -26,7 +27,8 @@ MLINKS+=queue.3 TAILQ_ENTRY.3 queue.3 TAILQ_HEAD.3 \ queue.3 TAILQ_INSERT_BEFORE.3 queue.3 TAILQ_INSERT_HEAD.3 \ queue.3 TAILQ_INSERT_TAIL.3 queue.3 TAILQ_REMOVE.3 \ queue.3 TAILQ_INSERT_AFTER.3 \ - queue.3 TAILQ_FOREACH.3 queue.3 TAILQ_FOREACH_REVERSE.3 + queue.3 TAILQ_FOREACH.3 queue.3 TAILQ_FOREACH_REVERSE.3 \ + queue.3 TAILQ_EMPTY.3 MLINKS+=queue.3 CIRCLEQ_ENTRY.3 queue.3 CIRCLEQ_HEAD.3 \ queue.3 CIRCLEQ_HEAD_INITIALIZER.3 queue.3 CIRCLEQ_FIRST.3 \ queue.3 CIRCLEQ_LAST.3 queue.3 CIRCLEQ_END.3 queue.3 CIRCLEQ_NEXT.3 \ @@ -34,7 +36,8 @@ MLINKS+=queue.3 CIRCLEQ_ENTRY.3 queue.3 CIRCLEQ_HEAD.3 \ queue.3 CIRCLEQ_INSERT_AFTER.3 queue.3 CIRCLEQ_INSERT_BEFORE.3 \ queue.3 CIRCLEQ_INSERT_HEAD.3 queue.3 CIRCLEQ_INSERT_TAIL.3 \ queue.3 CIRCLEQ_REMOVE.3 \ - queue.3 CIRCLEQ_FOREACH.3 queue.3 CIRCLEQ_FOREACH_REVERSE.3 + queue.3 CIRCLEQ_FOREACH.3 queue.3 CIRCLEQ_FOREACH_REVERSE.3 \ + queue.3 CIRCLEQ_EMPTY.3 MLINKS+=queue.3 SLIST_ENTRY.3 queue.3 SLIST_HEAD.3 \ queue.3 SLIST_HEAD_INITIALIZER.3 queue.3 SLIST_FIRST.3 \ queue.3 SLIST_NEXT.3 queue.3 SLIST_END.3 \ |