From 934b7a0ccbdc60313102f153eadc2f46853a505b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 5 Jun 2017 06:32:36 +0200 Subject: [PATCH] man: Add missing aliases --- man/LIST_EMPTY.3bsd | 1 + man/LIST_ENTRY.3bsd | 1 + man/LIST_FIRST.3bsd | 1 + man/LIST_FOREACH.3bsd | 1 + man/LIST_FOREACH_FROM.3bsd | 1 + man/LIST_FOREACH_FROM_SAFE.3bsd | 1 + man/LIST_FOREACH_SAFE.3bsd | 1 + man/LIST_HEAD.3bsd | 1 + man/LIST_HEAD_INITIALIZER.3bsd | 1 + man/LIST_INIT.3bsd | 1 + man/LIST_INSERT_AFTER.3bsd | 1 + man/LIST_INSERT_BEFORE.3bsd | 1 + man/LIST_INSERT_HEAD.3bsd | 1 + man/LIST_NEXT.3bsd | 1 + man/LIST_PREV.3bsd | 1 + man/LIST_REMOVE.3bsd | 1 + man/LIST_SWAP.3bsd | 1 + man/Makefile.am | 145 ++++++++++++++++++++++- man/RB_EMPTY.3bsd | 1 + man/RB_ENTRY.3bsd | 1 + man/RB_FIND.3bsd | 1 + man/RB_FOREACH.3bsd | 1 + man/RB_FOREACH_REVERSE.3bsd | 1 + man/RB_GENERATE.3bsd | 1 + man/RB_GENERATE_STATIC.3bsd | 1 + man/RB_HEAD.3bsd | 1 + man/RB_INIT.3bsd | 1 + man/RB_INITIALIZER.3bsd | 1 + man/RB_INSERT.3bsd | 1 + man/RB_LEFT.3bsd | 1 + man/RB_MAX.3bsd | 1 + man/RB_MIN.3bsd | 1 + man/RB_NEXT.3bsd | 1 + man/RB_NFIND.3bsd | 1 + man/RB_PARENT.3bsd | 1 + man/RB_PREV.3bsd | 1 + man/RB_PROTOTYPE.3bsd | 1 + man/RB_PROTOTYPE_STATIC.3bsd | 1 + man/RB_REMOVE.3bsd | 1 + man/RB_RIGHT.3bsd | 1 + man/RB_ROOT.3bsd | 1 + man/SLIST_EMPTY.3bsd | 1 + man/SLIST_ENTRY.3bsd | 1 + man/SLIST_FIRST.3bsd | 1 + man/SLIST_FOREACH.3bsd | 1 + man/SLIST_FOREACH_FROM.3bsd | 1 + man/SLIST_FOREACH_FROM_SAFE.3bsd | 1 + man/SLIST_FOREACH_SAFE.3bsd | 1 + man/SLIST_HEAD.3bsd | 1 + man/SLIST_HEAD_INITIALIZER.3bsd | 1 + man/SLIST_INIT.3bsd | 1 + man/SLIST_INSERT_AFTER.3bsd | 1 + man/SLIST_INSERT_HEAD.3bsd | 1 + man/SLIST_NEXT.3bsd | 1 + man/SLIST_REMOVE.3bsd | 1 + man/SLIST_REMOVE_AFTER.3bsd | 1 + man/SLIST_REMOVE_HEAD.3bsd | 1 + man/SLIST_SWAP.3bsd | 1 + man/SPLAY_EMPTY.3bsd | 1 + man/SPLAY_ENTRY.3bsd | 1 + man/SPLAY_FIND.3bsd | 1 + man/SPLAY_FOREACH.3bsd | 1 + man/SPLAY_GENERATE.3bsd | 1 + man/SPLAY_HEAD.3bsd | 1 + man/SPLAY_INIT.3bsd | 1 + man/SPLAY_INITIALIZER.3bsd | 1 + man/SPLAY_INSERT.3bsd | 1 + man/SPLAY_LEFT.3bsd | 1 + man/SPLAY_MAX.3bsd | 1 + man/SPLAY_MIN.3bsd | 1 + man/SPLAY_NEXT.3bsd | 1 + man/SPLAY_PROTOTYPE.3bsd | 1 + man/SPLAY_REMOVE.3bsd | 1 + man/SPLAY_RIGHT.3bsd | 1 + man/SPLAY_ROOT.3bsd | 1 + man/STAILQ_CONCAT.3bsd | 1 + man/STAILQ_EMPTY.3bsd | 1 + man/STAILQ_ENTRY.3bsd | 1 + man/STAILQ_FIRST.3bsd | 1 + man/STAILQ_FOREACH.3bsd | 1 + man/STAILQ_FOREACH_FROM.3bsd | 1 + man/STAILQ_FOREACH_FROM_SAFE.3bsd | 1 + man/STAILQ_FOREACH_SAFE.3bsd | 1 + man/STAILQ_HEAD.3bsd | 1 + man/STAILQ_HEAD_INITIALIZER.3bsd | 1 + man/STAILQ_INIT.3bsd | 1 + man/STAILQ_INSERT_AFTER.3bsd | 1 + man/STAILQ_INSERT_HEAD.3bsd | 1 + man/STAILQ_INSERT_TAIL.3bsd | 1 + man/STAILQ_LAST.3bsd | 1 + man/STAILQ_NEXT.3bsd | 1 + man/STAILQ_REMOVE.3bsd | 1 + man/STAILQ_REMOVE_AFTER.3bsd | 1 + man/STAILQ_REMOVE_HEAD.3bsd | 1 + man/STAILQ_SWAP.3bsd | 1 + man/TAILQ_CONCAT.3bsd | 1 + man/TAILQ_EMPTY.3bsd | 1 + man/TAILQ_ENTRY.3bsd | 1 + man/TAILQ_FIRST.3bsd | 1 + man/TAILQ_FOREACH.3bsd | 1 + man/TAILQ_FOREACH_FROM.3bsd | 1 + man/TAILQ_FOREACH_FROM_SAFE.3bsd | 1 + man/TAILQ_FOREACH_REVERSE.3bsd | 1 + man/TAILQ_FOREACH_REVERSE_FROM.3bsd | 1 + man/TAILQ_FOREACH_REVERSE_FROM_SAFE.3bsd | 1 + man/TAILQ_FOREACH_REVERSE_SAFE.3bsd | 1 + man/TAILQ_FOREACH_SAFE.3bsd | 1 + man/TAILQ_HEAD.3bsd | 1 + man/TAILQ_HEAD_INITIALIZER.3bsd | 1 + man/TAILQ_INIT.3bsd | 1 + man/TAILQ_INSERT_AFTER.3bsd | 1 + man/TAILQ_INSERT_BEFORE.3bsd | 1 + man/TAILQ_INSERT_HEAD.3bsd | 1 + man/TAILQ_INSERT_TAIL.3bsd | 1 + man/TAILQ_LAST.3bsd | 1 + man/TAILQ_NEXT.3bsd | 1 + man/TAILQ_PREV.3bsd | 1 + man/TAILQ_REMOVE.3bsd | 1 + man/TAILQ_SWAP.3bsd | 1 + man/bit_alloc.3bsd | 1 + man/bit_clear.3bsd | 1 + man/bit_decl.3bsd | 1 + man/bit_ffc.3bsd | 1 + man/bit_ffs.3bsd | 1 + man/bit_nclear.3bsd | 1 + man/bit_nset.3bsd | 1 + man/bit_set.3bsd | 1 + man/bit_test.3bsd | 1 + man/bitstr_size.3bsd | 1 + man/pidfile_close.3bsd | 1 + man/pidfile_open.3bsd | 1 + man/pidfile_remove.3bsd | 1 + man/pidfile_write.3bsd | 1 + man/setproctitle_init.3bsd | 1 + man/sl_add.3bsd | 1 + man/sl_delete.3bsd | 1 + man/sl_find.3bsd | 1 + man/sl_free.3bsd | 1 + man/sl_init.3bsd | 1 + man/strnunvis.3bsd | 1 + man/strnvis.3bsd | 1 + man/strunvis.3bsd | 1 + man/strvis.3bsd | 1 + man/strvisx.3bsd | 1 + 144 files changed, 287 insertions(+), 1 deletion(-) create mode 100644 man/LIST_EMPTY.3bsd create mode 100644 man/LIST_ENTRY.3bsd create mode 100644 man/LIST_FIRST.3bsd create mode 100644 man/LIST_FOREACH.3bsd create mode 100644 man/LIST_FOREACH_FROM.3bsd create mode 100644 man/LIST_FOREACH_FROM_SAFE.3bsd create mode 100644 man/LIST_FOREACH_SAFE.3bsd create mode 100644 man/LIST_HEAD.3bsd create mode 100644 man/LIST_HEAD_INITIALIZER.3bsd create mode 100644 man/LIST_INIT.3bsd create mode 100644 man/LIST_INSERT_AFTER.3bsd create mode 100644 man/LIST_INSERT_BEFORE.3bsd create mode 100644 man/LIST_INSERT_HEAD.3bsd create mode 100644 man/LIST_NEXT.3bsd create mode 100644 man/LIST_PREV.3bsd create mode 100644 man/LIST_REMOVE.3bsd create mode 100644 man/LIST_SWAP.3bsd create mode 100644 man/RB_EMPTY.3bsd create mode 100644 man/RB_ENTRY.3bsd create mode 100644 man/RB_FIND.3bsd create mode 100644 man/RB_FOREACH.3bsd create mode 100644 man/RB_FOREACH_REVERSE.3bsd create mode 100644 man/RB_GENERATE.3bsd create mode 100644 man/RB_GENERATE_STATIC.3bsd create mode 100644 man/RB_HEAD.3bsd create mode 100644 man/RB_INIT.3bsd create mode 100644 man/RB_INITIALIZER.3bsd create mode 100644 man/RB_INSERT.3bsd create mode 100644 man/RB_LEFT.3bsd create mode 100644 man/RB_MAX.3bsd create mode 100644 man/RB_MIN.3bsd create mode 100644 man/RB_NEXT.3bsd create mode 100644 man/RB_NFIND.3bsd create mode 100644 man/RB_PARENT.3bsd create mode 100644 man/RB_PREV.3bsd create mode 100644 man/RB_PROTOTYPE.3bsd create mode 100644 man/RB_PROTOTYPE_STATIC.3bsd create mode 100644 man/RB_REMOVE.3bsd create mode 100644 man/RB_RIGHT.3bsd create mode 100644 man/RB_ROOT.3bsd create mode 100644 man/SLIST_EMPTY.3bsd create mode 100644 man/SLIST_ENTRY.3bsd create mode 100644 man/SLIST_FIRST.3bsd create mode 100644 man/SLIST_FOREACH.3bsd create mode 100644 man/SLIST_FOREACH_FROM.3bsd create mode 100644 man/SLIST_FOREACH_FROM_SAFE.3bsd create mode 100644 man/SLIST_FOREACH_SAFE.3bsd create mode 100644 man/SLIST_HEAD.3bsd create mode 100644 man/SLIST_HEAD_INITIALIZER.3bsd create mode 100644 man/SLIST_INIT.3bsd create mode 100644 man/SLIST_INSERT_AFTER.3bsd create mode 100644 man/SLIST_INSERT_HEAD.3bsd create mode 100644 man/SLIST_NEXT.3bsd create mode 100644 man/SLIST_REMOVE.3bsd create mode 100644 man/SLIST_REMOVE_AFTER.3bsd create mode 100644 man/SLIST_REMOVE_HEAD.3bsd create mode 100644 man/SLIST_SWAP.3bsd create mode 100644 man/SPLAY_EMPTY.3bsd create mode 100644 man/SPLAY_ENTRY.3bsd create mode 100644 man/SPLAY_FIND.3bsd create mode 100644 man/SPLAY_FOREACH.3bsd create mode 100644 man/SPLAY_GENERATE.3bsd create mode 100644 man/SPLAY_HEAD.3bsd create mode 100644 man/SPLAY_INIT.3bsd create mode 100644 man/SPLAY_INITIALIZER.3bsd create mode 100644 man/SPLAY_INSERT.3bsd create mode 100644 man/SPLAY_LEFT.3bsd create mode 100644 man/SPLAY_MAX.3bsd create mode 100644 man/SPLAY_MIN.3bsd create mode 100644 man/SPLAY_NEXT.3bsd create mode 100644 man/SPLAY_PROTOTYPE.3bsd create mode 100644 man/SPLAY_REMOVE.3bsd create mode 100644 man/SPLAY_RIGHT.3bsd create mode 100644 man/SPLAY_ROOT.3bsd create mode 100644 man/STAILQ_CONCAT.3bsd create mode 100644 man/STAILQ_EMPTY.3bsd create mode 100644 man/STAILQ_ENTRY.3bsd create mode 100644 man/STAILQ_FIRST.3bsd create mode 100644 man/STAILQ_FOREACH.3bsd create mode 100644 man/STAILQ_FOREACH_FROM.3bsd create mode 100644 man/STAILQ_FOREACH_FROM_SAFE.3bsd create mode 100644 man/STAILQ_FOREACH_SAFE.3bsd create mode 100644 man/STAILQ_HEAD.3bsd create mode 100644 man/STAILQ_HEAD_INITIALIZER.3bsd create mode 100644 man/STAILQ_INIT.3bsd create mode 100644 man/STAILQ_INSERT_AFTER.3bsd create mode 100644 man/STAILQ_INSERT_HEAD.3bsd create mode 100644 man/STAILQ_INSERT_TAIL.3bsd create mode 100644 man/STAILQ_LAST.3bsd create mode 100644 man/STAILQ_NEXT.3bsd create mode 100644 man/STAILQ_REMOVE.3bsd create mode 100644 man/STAILQ_REMOVE_AFTER.3bsd create mode 100644 man/STAILQ_REMOVE_HEAD.3bsd create mode 100644 man/STAILQ_SWAP.3bsd create mode 100644 man/TAILQ_CONCAT.3bsd create mode 100644 man/TAILQ_EMPTY.3bsd create mode 100644 man/TAILQ_ENTRY.3bsd create mode 100644 man/TAILQ_FIRST.3bsd create mode 100644 man/TAILQ_FOREACH.3bsd create mode 100644 man/TAILQ_FOREACH_FROM.3bsd create mode 100644 man/TAILQ_FOREACH_FROM_SAFE.3bsd create mode 100644 man/TAILQ_FOREACH_REVERSE.3bsd create mode 100644 man/TAILQ_FOREACH_REVERSE_FROM.3bsd create mode 100644 man/TAILQ_FOREACH_REVERSE_FROM_SAFE.3bsd create mode 100644 man/TAILQ_FOREACH_REVERSE_SAFE.3bsd create mode 100644 man/TAILQ_FOREACH_SAFE.3bsd create mode 100644 man/TAILQ_HEAD.3bsd create mode 100644 man/TAILQ_HEAD_INITIALIZER.3bsd create mode 100644 man/TAILQ_INIT.3bsd create mode 100644 man/TAILQ_INSERT_AFTER.3bsd create mode 100644 man/TAILQ_INSERT_BEFORE.3bsd create mode 100644 man/TAILQ_INSERT_HEAD.3bsd create mode 100644 man/TAILQ_INSERT_TAIL.3bsd create mode 100644 man/TAILQ_LAST.3bsd create mode 100644 man/TAILQ_NEXT.3bsd create mode 100644 man/TAILQ_PREV.3bsd create mode 100644 man/TAILQ_REMOVE.3bsd create mode 100644 man/TAILQ_SWAP.3bsd create mode 100644 man/bit_alloc.3bsd create mode 100644 man/bit_clear.3bsd create mode 100644 man/bit_decl.3bsd create mode 100644 man/bit_ffc.3bsd create mode 100644 man/bit_ffs.3bsd create mode 100644 man/bit_nclear.3bsd create mode 100644 man/bit_nset.3bsd create mode 100644 man/bit_set.3bsd create mode 100644 man/bit_test.3bsd create mode 100644 man/bitstr_size.3bsd create mode 100644 man/pidfile_close.3bsd create mode 100644 man/pidfile_open.3bsd create mode 100644 man/pidfile_remove.3bsd create mode 100644 man/pidfile_write.3bsd create mode 100644 man/setproctitle_init.3bsd create mode 100644 man/sl_add.3bsd create mode 100644 man/sl_delete.3bsd create mode 100644 man/sl_find.3bsd create mode 100644 man/sl_free.3bsd create mode 100644 man/sl_init.3bsd create mode 100644 man/strnunvis.3bsd create mode 100644 man/strnvis.3bsd create mode 100644 man/strunvis.3bsd create mode 100644 man/strvis.3bsd create mode 100644 man/strvisx.3bsd diff --git a/man/LIST_EMPTY.3bsd b/man/LIST_EMPTY.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_EMPTY.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_ENTRY.3bsd b/man/LIST_ENTRY.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_ENTRY.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_FIRST.3bsd b/man/LIST_FIRST.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_FIRST.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_FOREACH.3bsd b/man/LIST_FOREACH.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_FOREACH.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_FOREACH_FROM.3bsd b/man/LIST_FOREACH_FROM.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_FOREACH_FROM.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_FOREACH_FROM_SAFE.3bsd b/man/LIST_FOREACH_FROM_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_FOREACH_FROM_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_FOREACH_SAFE.3bsd b/man/LIST_FOREACH_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_FOREACH_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_HEAD.3bsd b/man/LIST_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_HEAD_INITIALIZER.3bsd b/man/LIST_HEAD_INITIALIZER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_HEAD_INITIALIZER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_INIT.3bsd b/man/LIST_INIT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_INIT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_INSERT_AFTER.3bsd b/man/LIST_INSERT_AFTER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_INSERT_AFTER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_INSERT_BEFORE.3bsd b/man/LIST_INSERT_BEFORE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_INSERT_BEFORE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_INSERT_HEAD.3bsd b/man/LIST_INSERT_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_INSERT_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_NEXT.3bsd b/man/LIST_NEXT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_NEXT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_PREV.3bsd b/man/LIST_PREV.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_PREV.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_REMOVE.3bsd b/man/LIST_REMOVE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_REMOVE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/LIST_SWAP.3bsd b/man/LIST_SWAP.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/LIST_SWAP.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/Makefile.am b/man/Makefile.am index 6fb3f79..b531dea 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -14,11 +14,139 @@ md5.3bsd: $(srcdir)/mdX.3bsd $(AM_V_GEN) sed $(SED_MD5_SUBST) $< > $@ dist_man_MANS = \ + LIST_EMPTY.3bsd \ + LIST_ENTRY.3bsd \ + LIST_FIRST.3bsd \ + LIST_FOREACH.3bsd \ + LIST_FOREACH_FROM.3bsd \ + LIST_FOREACH_FROM_SAFE.3bsd \ + LIST_FOREACH_SAFE.3bsd \ + LIST_HEAD.3bsd \ + LIST_HEAD_INITIALIZER.3bsd \ + LIST_INIT.3bsd \ + LIST_INSERT_AFTER.3bsd \ + LIST_INSERT_BEFORE.3bsd \ + LIST_INSERT_HEAD.3bsd \ + LIST_NEXT.3bsd \ + LIST_PREV.3bsd \ + LIST_REMOVE.3bsd \ + LIST_SWAP.3bsd \ + RB_EMPTY.3bsd \ + RB_ENTRY.3bsd \ + RB_FIND.3bsd \ + RB_FOREACH.3bsd \ + RB_FOREACH_REVERSE.3bsd \ + RB_GENERATE.3bsd \ + RB_GENERATE_STATIC.3bsd \ + RB_HEAD.3bsd \ + RB_INIT.3bsd \ + RB_INITIALIZER.3bsd \ + RB_INSERT.3bsd \ + RB_LEFT.3bsd \ + RB_MAX.3bsd \ + RB_MIN.3bsd \ + RB_NEXT.3bsd \ + RB_NFIND.3bsd \ + RB_PARENT.3bsd \ + RB_PREV.3bsd \ + RB_PROTOTYPE.3bsd \ + RB_PROTOTYPE_STATIC.3bsd \ + RB_REMOVE.3bsd \ + RB_RIGHT.3bsd \ + RB_ROOT.3bsd \ + SLIST_EMPTY.3bsd \ + SLIST_ENTRY.3bsd \ + SLIST_FIRST.3bsd \ + SLIST_FOREACH.3bsd \ + SLIST_FOREACH_FROM.3bsd \ + SLIST_FOREACH_FROM_SAFE.3bsd \ + SLIST_FOREACH_SAFE.3bsd \ + SLIST_HEAD.3bsd \ + SLIST_HEAD_INITIALIZER.3bsd \ + SLIST_INIT.3bsd \ + SLIST_INSERT_AFTER.3bsd \ + SLIST_INSERT_HEAD.3bsd \ + SLIST_NEXT.3bsd \ + SLIST_REMOVE.3bsd \ + SLIST_REMOVE_AFTER.3bsd \ + SLIST_REMOVE_HEAD.3bsd \ + SLIST_SWAP.3bsd \ + SPLAY_EMPTY.3bsd \ + SPLAY_ENTRY.3bsd \ + SPLAY_FIND.3bsd \ + SPLAY_FOREACH.3bsd \ + SPLAY_GENERATE.3bsd \ + SPLAY_HEAD.3bsd \ + SPLAY_INIT.3bsd \ + SPLAY_INITIALIZER.3bsd \ + SPLAY_INSERT.3bsd \ + SPLAY_LEFT.3bsd \ + SPLAY_MAX.3bsd \ + SPLAY_MIN.3bsd \ + SPLAY_NEXT.3bsd \ + SPLAY_PROTOTYPE.3bsd \ + SPLAY_REMOVE.3bsd \ + SPLAY_RIGHT.3bsd \ + SPLAY_ROOT.3bsd \ + STAILQ_CONCAT.3bsd \ + STAILQ_EMPTY.3bsd \ + STAILQ_ENTRY.3bsd \ + STAILQ_FIRST.3bsd \ + STAILQ_FOREACH.3bsd \ + STAILQ_FOREACH_FROM.3bsd \ + STAILQ_FOREACH_FROM_SAFE.3bsd \ + STAILQ_FOREACH_SAFE.3bsd \ + STAILQ_HEAD.3bsd \ + STAILQ_HEAD_INITIALIZER.3bsd \ + STAILQ_INIT.3bsd \ + STAILQ_INSERT_AFTER.3bsd \ + STAILQ_INSERT_HEAD.3bsd \ + STAILQ_INSERT_TAIL.3bsd \ + STAILQ_LAST.3bsd \ + STAILQ_NEXT.3bsd \ + STAILQ_REMOVE.3bsd \ + STAILQ_REMOVE_AFTER.3bsd \ + STAILQ_REMOVE_HEAD.3bsd \ + STAILQ_SWAP.3bsd \ + TAILQ_CONCAT.3bsd \ + TAILQ_EMPTY.3bsd \ + TAILQ_ENTRY.3bsd \ + TAILQ_FIRST.3bsd \ + TAILQ_FOREACH.3bsd \ + TAILQ_FOREACH_FROM.3bsd \ + TAILQ_FOREACH_FROM_SAFE.3bsd \ + TAILQ_FOREACH_REVERSE.3bsd \ + TAILQ_FOREACH_REVERSE_FROM.3bsd + TAILQ_FOREACH_REVERSE_FROM_SAFE.3bsd \ + TAILQ_FOREACH_REVERSE_SAFE.3bsd \ + TAILQ_FOREACH_SAFE.3bsd \ + TAILQ_HEAD.3bsd \ + TAILQ_HEAD_INITIALIZER.3bsd \ + TAILQ_INIT.3bsd \ + TAILQ_INSERT_AFTER.3bsd \ + TAILQ_INSERT_BEFORE.3bsd \ + TAILQ_INSERT_HEAD.3bsd \ + TAILQ_INSERT_TAIL.3bsd \ + TAILQ_LAST.3bsd \ + TAILQ_NEXT.3bsd \ + TAILQ_PREV.3bsd \ + TAILQ_REMOVE.3bsd \ + TAILQ_SWAP.3bsd \ arc4random.3bsd \ arc4random_addrandom.3bsd \ arc4random_buf.3bsd \ arc4random_stir.3bsd \ arc4random_uniform.3bsd \ + bit_alloc.3bsd \ + bit_clear.3bsd \ + bit_decl.3bsd \ + bit_ffc.3bsd \ + bit_ffs.3bsd \ + bit_nclear.3bsd \ + bit_nset.3bsd \ + bit_set.3bsd \ + bit_test.3bsd \ + bitstr_size.3bsd \ bitstring.3bsd \ closefrom.3bsd \ dehumanize_number.3bsd \ @@ -40,6 +168,10 @@ dist_man_MANS = \ mergesort.3bsd \ nlist.3bsd \ pidfile.3bsd \ + pidfile_close.3bsd \ + pidfile_open.3bsd \ + pidfile_remove.3bsd \ + pidfile_write.3bsd \ queue.3bsd \ radixsort.3bsd \ readpassphrase.3bsd \ @@ -47,14 +179,25 @@ dist_man_MANS = \ reallocf.3bsd \ setmode.3bsd \ setproctitle.3bsd \ + setproctitle_init.3bsd \ setprogname.3bsd \ + sl_add.3bsd \ + sl_delete.3bsd \ + sl_find.3bsd \ + sl_free.3bsd \ + sl_init.3bsd \ sradixsort.3bsd \ stringlist.3bsd \ strlcat.3bsd \ strlcpy.3bsd \ - strnstr.3bsd \ strmode.3bsd \ + strnstr.3bsd \ + strnunvis.3bsd \ + strnvis.3bsd \ strtonum.3bsd \ + strunvis.3bsd \ + strvis.3bsd \ + strvisx.3bsd \ tree.3bsd \ unvis.3bsd \ vis.3bsd \ diff --git a/man/RB_EMPTY.3bsd b/man/RB_EMPTY.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_EMPTY.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_ENTRY.3bsd b/man/RB_ENTRY.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_ENTRY.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_FIND.3bsd b/man/RB_FIND.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_FIND.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_FOREACH.3bsd b/man/RB_FOREACH.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_FOREACH.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_FOREACH_REVERSE.3bsd b/man/RB_FOREACH_REVERSE.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_FOREACH_REVERSE.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_GENERATE.3bsd b/man/RB_GENERATE.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_GENERATE.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_GENERATE_STATIC.3bsd b/man/RB_GENERATE_STATIC.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_GENERATE_STATIC.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_HEAD.3bsd b/man/RB_HEAD.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_INIT.3bsd b/man/RB_INIT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_INIT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_INITIALIZER.3bsd b/man/RB_INITIALIZER.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_INITIALIZER.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_INSERT.3bsd b/man/RB_INSERT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_INSERT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_LEFT.3bsd b/man/RB_LEFT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_LEFT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_MAX.3bsd b/man/RB_MAX.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_MAX.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_MIN.3bsd b/man/RB_MIN.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_MIN.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_NEXT.3bsd b/man/RB_NEXT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_NEXT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_NFIND.3bsd b/man/RB_NFIND.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_NFIND.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_PARENT.3bsd b/man/RB_PARENT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_PARENT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_PREV.3bsd b/man/RB_PREV.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_PREV.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_PROTOTYPE.3bsd b/man/RB_PROTOTYPE.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_PROTOTYPE.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_PROTOTYPE_STATIC.3bsd b/man/RB_PROTOTYPE_STATIC.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_PROTOTYPE_STATIC.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_REMOVE.3bsd b/man/RB_REMOVE.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_REMOVE.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_RIGHT.3bsd b/man/RB_RIGHT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_RIGHT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/RB_ROOT.3bsd b/man/RB_ROOT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/RB_ROOT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SLIST_EMPTY.3bsd b/man/SLIST_EMPTY.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_EMPTY.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_ENTRY.3bsd b/man/SLIST_ENTRY.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_ENTRY.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_FIRST.3bsd b/man/SLIST_FIRST.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_FIRST.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_FOREACH.3bsd b/man/SLIST_FOREACH.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_FOREACH.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_FOREACH_FROM.3bsd b/man/SLIST_FOREACH_FROM.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_FOREACH_FROM.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_FOREACH_FROM_SAFE.3bsd b/man/SLIST_FOREACH_FROM_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_FOREACH_FROM_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_FOREACH_SAFE.3bsd b/man/SLIST_FOREACH_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_FOREACH_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_HEAD.3bsd b/man/SLIST_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_HEAD_INITIALIZER.3bsd b/man/SLIST_HEAD_INITIALIZER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_HEAD_INITIALIZER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_INIT.3bsd b/man/SLIST_INIT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_INIT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_INSERT_AFTER.3bsd b/man/SLIST_INSERT_AFTER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_INSERT_AFTER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_INSERT_HEAD.3bsd b/man/SLIST_INSERT_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_INSERT_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_NEXT.3bsd b/man/SLIST_NEXT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_NEXT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_REMOVE.3bsd b/man/SLIST_REMOVE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_REMOVE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_REMOVE_AFTER.3bsd b/man/SLIST_REMOVE_AFTER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_REMOVE_AFTER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_REMOVE_HEAD.3bsd b/man/SLIST_REMOVE_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_REMOVE_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SLIST_SWAP.3bsd b/man/SLIST_SWAP.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/SLIST_SWAP.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/SPLAY_EMPTY.3bsd b/man/SPLAY_EMPTY.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_EMPTY.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_ENTRY.3bsd b/man/SPLAY_ENTRY.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_ENTRY.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_FIND.3bsd b/man/SPLAY_FIND.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_FIND.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_FOREACH.3bsd b/man/SPLAY_FOREACH.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_FOREACH.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_GENERATE.3bsd b/man/SPLAY_GENERATE.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_GENERATE.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_HEAD.3bsd b/man/SPLAY_HEAD.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_INIT.3bsd b/man/SPLAY_INIT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_INIT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_INITIALIZER.3bsd b/man/SPLAY_INITIALIZER.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_INITIALIZER.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_INSERT.3bsd b/man/SPLAY_INSERT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_INSERT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_LEFT.3bsd b/man/SPLAY_LEFT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_LEFT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_MAX.3bsd b/man/SPLAY_MAX.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_MAX.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_MIN.3bsd b/man/SPLAY_MIN.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_MIN.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_NEXT.3bsd b/man/SPLAY_NEXT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_NEXT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_PROTOTYPE.3bsd b/man/SPLAY_PROTOTYPE.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_PROTOTYPE.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_REMOVE.3bsd b/man/SPLAY_REMOVE.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_REMOVE.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_RIGHT.3bsd b/man/SPLAY_RIGHT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_RIGHT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/SPLAY_ROOT.3bsd b/man/SPLAY_ROOT.3bsd new file mode 100644 index 0000000..af4dd71 --- /dev/null +++ b/man/SPLAY_ROOT.3bsd @@ -0,0 +1 @@ +.so man3/tree.3bsd diff --git a/man/STAILQ_CONCAT.3bsd b/man/STAILQ_CONCAT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_CONCAT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_EMPTY.3bsd b/man/STAILQ_EMPTY.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_EMPTY.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_ENTRY.3bsd b/man/STAILQ_ENTRY.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_ENTRY.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_FIRST.3bsd b/man/STAILQ_FIRST.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_FIRST.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_FOREACH.3bsd b/man/STAILQ_FOREACH.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_FOREACH.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_FOREACH_FROM.3bsd b/man/STAILQ_FOREACH_FROM.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_FOREACH_FROM.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_FOREACH_FROM_SAFE.3bsd b/man/STAILQ_FOREACH_FROM_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_FOREACH_FROM_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_FOREACH_SAFE.3bsd b/man/STAILQ_FOREACH_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_FOREACH_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_HEAD.3bsd b/man/STAILQ_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_HEAD_INITIALIZER.3bsd b/man/STAILQ_HEAD_INITIALIZER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_HEAD_INITIALIZER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_INIT.3bsd b/man/STAILQ_INIT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_INIT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_INSERT_AFTER.3bsd b/man/STAILQ_INSERT_AFTER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_INSERT_AFTER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_INSERT_HEAD.3bsd b/man/STAILQ_INSERT_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_INSERT_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_INSERT_TAIL.3bsd b/man/STAILQ_INSERT_TAIL.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_INSERT_TAIL.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_LAST.3bsd b/man/STAILQ_LAST.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_LAST.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_NEXT.3bsd b/man/STAILQ_NEXT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_NEXT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_REMOVE.3bsd b/man/STAILQ_REMOVE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_REMOVE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_REMOVE_AFTER.3bsd b/man/STAILQ_REMOVE_AFTER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_REMOVE_AFTER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_REMOVE_HEAD.3bsd b/man/STAILQ_REMOVE_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_REMOVE_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/STAILQ_SWAP.3bsd b/man/STAILQ_SWAP.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/STAILQ_SWAP.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_CONCAT.3bsd b/man/TAILQ_CONCAT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_CONCAT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_EMPTY.3bsd b/man/TAILQ_EMPTY.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_EMPTY.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_ENTRY.3bsd b/man/TAILQ_ENTRY.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_ENTRY.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_FIRST.3bsd b/man/TAILQ_FIRST.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_FIRST.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_FOREACH.3bsd b/man/TAILQ_FOREACH.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_FOREACH.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_FOREACH_FROM.3bsd b/man/TAILQ_FOREACH_FROM.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_FOREACH_FROM.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_FOREACH_FROM_SAFE.3bsd b/man/TAILQ_FOREACH_FROM_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_FOREACH_FROM_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_FOREACH_REVERSE.3bsd b/man/TAILQ_FOREACH_REVERSE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_FOREACH_REVERSE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_FOREACH_REVERSE_FROM.3bsd b/man/TAILQ_FOREACH_REVERSE_FROM.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_FOREACH_REVERSE_FROM.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_FOREACH_REVERSE_FROM_SAFE.3bsd b/man/TAILQ_FOREACH_REVERSE_FROM_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_FOREACH_REVERSE_FROM_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_FOREACH_REVERSE_SAFE.3bsd b/man/TAILQ_FOREACH_REVERSE_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_FOREACH_REVERSE_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_FOREACH_SAFE.3bsd b/man/TAILQ_FOREACH_SAFE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_FOREACH_SAFE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_HEAD.3bsd b/man/TAILQ_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_HEAD_INITIALIZER.3bsd b/man/TAILQ_HEAD_INITIALIZER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_HEAD_INITIALIZER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_INIT.3bsd b/man/TAILQ_INIT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_INIT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_INSERT_AFTER.3bsd b/man/TAILQ_INSERT_AFTER.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_INSERT_AFTER.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_INSERT_BEFORE.3bsd b/man/TAILQ_INSERT_BEFORE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_INSERT_BEFORE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_INSERT_HEAD.3bsd b/man/TAILQ_INSERT_HEAD.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_INSERT_HEAD.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_INSERT_TAIL.3bsd b/man/TAILQ_INSERT_TAIL.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_INSERT_TAIL.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_LAST.3bsd b/man/TAILQ_LAST.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_LAST.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_NEXT.3bsd b/man/TAILQ_NEXT.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_NEXT.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_PREV.3bsd b/man/TAILQ_PREV.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_PREV.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_REMOVE.3bsd b/man/TAILQ_REMOVE.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_REMOVE.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/TAILQ_SWAP.3bsd b/man/TAILQ_SWAP.3bsd new file mode 100644 index 0000000..3a5aa76 --- /dev/null +++ b/man/TAILQ_SWAP.3bsd @@ -0,0 +1 @@ +.so man3/queue.3bsd diff --git a/man/bit_alloc.3bsd b/man/bit_alloc.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bit_alloc.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/bit_clear.3bsd b/man/bit_clear.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bit_clear.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/bit_decl.3bsd b/man/bit_decl.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bit_decl.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/bit_ffc.3bsd b/man/bit_ffc.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bit_ffc.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/bit_ffs.3bsd b/man/bit_ffs.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bit_ffs.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/bit_nclear.3bsd b/man/bit_nclear.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bit_nclear.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/bit_nset.3bsd b/man/bit_nset.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bit_nset.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/bit_set.3bsd b/man/bit_set.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bit_set.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/bit_test.3bsd b/man/bit_test.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bit_test.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/bitstr_size.3bsd b/man/bitstr_size.3bsd new file mode 100644 index 0000000..35f96cf --- /dev/null +++ b/man/bitstr_size.3bsd @@ -0,0 +1 @@ +.so man3/bitstring.3bsd diff --git a/man/pidfile_close.3bsd b/man/pidfile_close.3bsd new file mode 100644 index 0000000..4fe0398 --- /dev/null +++ b/man/pidfile_close.3bsd @@ -0,0 +1 @@ +.so man3/pidfile.3bsd diff --git a/man/pidfile_open.3bsd b/man/pidfile_open.3bsd new file mode 100644 index 0000000..4fe0398 --- /dev/null +++ b/man/pidfile_open.3bsd @@ -0,0 +1 @@ +.so man3/pidfile.3bsd diff --git a/man/pidfile_remove.3bsd b/man/pidfile_remove.3bsd new file mode 100644 index 0000000..4fe0398 --- /dev/null +++ b/man/pidfile_remove.3bsd @@ -0,0 +1 @@ +.so man3/pidfile.3bsd diff --git a/man/pidfile_write.3bsd b/man/pidfile_write.3bsd new file mode 100644 index 0000000..4fe0398 --- /dev/null +++ b/man/pidfile_write.3bsd @@ -0,0 +1 @@ +.so man3/pidfile.3bsd diff --git a/man/setproctitle_init.3bsd b/man/setproctitle_init.3bsd new file mode 100644 index 0000000..5467d31 --- /dev/null +++ b/man/setproctitle_init.3bsd @@ -0,0 +1 @@ +.so man3/setproctitle.3bsd diff --git a/man/sl_add.3bsd b/man/sl_add.3bsd new file mode 100644 index 0000000..89c6b4c --- /dev/null +++ b/man/sl_add.3bsd @@ -0,0 +1 @@ +.so man3/stringlist.3bsd diff --git a/man/sl_delete.3bsd b/man/sl_delete.3bsd new file mode 100644 index 0000000..89c6b4c --- /dev/null +++ b/man/sl_delete.3bsd @@ -0,0 +1 @@ +.so man3/stringlist.3bsd diff --git a/man/sl_find.3bsd b/man/sl_find.3bsd new file mode 100644 index 0000000..89c6b4c --- /dev/null +++ b/man/sl_find.3bsd @@ -0,0 +1 @@ +.so man3/stringlist.3bsd diff --git a/man/sl_free.3bsd b/man/sl_free.3bsd new file mode 100644 index 0000000..89c6b4c --- /dev/null +++ b/man/sl_free.3bsd @@ -0,0 +1 @@ +.so man3/stringlist.3bsd diff --git a/man/sl_init.3bsd b/man/sl_init.3bsd new file mode 100644 index 0000000..89c6b4c --- /dev/null +++ b/man/sl_init.3bsd @@ -0,0 +1 @@ +.so man3/stringlist.3bsd diff --git a/man/strnunvis.3bsd b/man/strnunvis.3bsd new file mode 100644 index 0000000..65ee343 --- /dev/null +++ b/man/strnunvis.3bsd @@ -0,0 +1 @@ +.so man3/unvis.3bsd diff --git a/man/strnvis.3bsd b/man/strnvis.3bsd new file mode 100644 index 0000000..ad4c197 --- /dev/null +++ b/man/strnvis.3bsd @@ -0,0 +1 @@ +.so man3/vis.3bsd diff --git a/man/strunvis.3bsd b/man/strunvis.3bsd new file mode 100644 index 0000000..65ee343 --- /dev/null +++ b/man/strunvis.3bsd @@ -0,0 +1 @@ +.so man3/unvis.3bsd diff --git a/man/strvis.3bsd b/man/strvis.3bsd new file mode 100644 index 0000000..ad4c197 --- /dev/null +++ b/man/strvis.3bsd @@ -0,0 +1 @@ +.so man3/vis.3bsd diff --git a/man/strvisx.3bsd b/man/strvisx.3bsd new file mode 100644 index 0000000..ad4c197 --- /dev/null +++ b/man/strvisx.3bsd @@ -0,0 +1 @@ +.so man3/vis.3bsd