summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2020-09-16 23:41:28 +0200
committerGuillem Jover <guillem@hadrons.org>2020-12-21 17:44:26 +0100
commit5ecff0c9034243d5277c5f27ff2b620770ffc72a (patch)
treefe1b9c1022e802fb34761af13cec1055351cc396
parent8c5a83d678cc438f53023346afe64fa3e09e15cc (diff)
man: Add missing LIBRARY section
-rw-r--r--man/bitstring.3bsd4
-rw-r--r--man/byteorder.3bsd4
-rw-r--r--man/queue.3bsd4
-rw-r--r--man/tree.3bsd4
4 files changed, 16 insertions, 0 deletions
diff --git a/man/bitstring.3bsd b/man/bitstring.3bsd
index 4708ce1..6006af0 100644
--- a/man/bitstring.3bsd
+++ b/man/bitstring.3bsd
@@ -44,6 +44,10 @@
.Nm bitstr_size ,
.Nm bit_test
.Nd bit-string manipulation macros
+.Sh LIBRARY
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.ds doc-str-Lb-libbsd \*[str-Lb-libbsd]
+.Lb libbsd
.Sh SYNOPSIS
.In bitstring.h
(See
diff --git a/man/byteorder.3bsd b/man/byteorder.3bsd
index d79df43..5e5d6d3 100644
--- a/man/byteorder.3bsd
+++ b/man/byteorder.3bsd
@@ -31,6 +31,10 @@
.Nm be16enc , be16dec , be32enc , be32dec , be64enc , be64dec ,
.Nm le16enc , le16dec , le32enc , le32dec , le64enc , le64dec
.Nd byte order operations
+.Sh LIBRARY
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.ds doc-str-Lb-libbsd \*[str-Lb-libbsd]
+.Lb libbsd
.Sh SYNOPSIS
.In sys/endian.h
(See
diff --git a/man/queue.3bsd b/man/queue.3bsd
index c11137f..8900f86 100644
--- a/man/queue.3bsd
+++ b/man/queue.3bsd
@@ -112,6 +112,10 @@
.Nm TAILQ_SWAP
.Nd implementations of singly-linked lists, singly-linked tail queues,
lists and tail queues
+.Sh LIBRARY
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.ds doc-str-Lb-libbsd \*[str-Lb-libbsd]
+.Lb libbsd
.Sh SYNOPSIS
.In sys/queue.h
(See
diff --git a/man/tree.3bsd b/man/tree.3bsd
index 1293674..6800c74 100644
--- a/man/tree.3bsd
+++ b/man/tree.3bsd
@@ -75,6 +75,10 @@
.Nm RB_INSERT ,
.Nm RB_REMOVE
.Nd implementations of splay and red-black trees
+.Sh LIBRARY
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.ds doc-str-Lb-libbsd \*[str-Lb-libbsd]
+.Lb libbsd
.Sh SYNOPSIS
.In sys/tree.h
(See