]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Add missing LIBRARY section
authorGuillem Jover <guillem@hadrons.org>
Wed, 16 Sep 2020 21:41:28 +0000 (23:41 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 21 Dec 2020 16:44:26 +0000 (17:44 +0100)
man/bitstring.3bsd
man/byteorder.3bsd
man/queue.3bsd
man/tree.3bsd

index 4708ce16a81d4f0d08e0e9e3cf73dcb1951bb29b..6006af056ff6bf71616c3dcd0bdec490c4a466cf 100644 (file)
 .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
index d79df4381b0753380d01f9c9141de672ead5f48e..5e5d6d36d6e536217b65e50065b8861ac11e1456 100644 (file)
 .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
index c11137f286737733b4788f040f2a694cecc7764b..8900f866354cedc8c85e21c799298e665b06f82a 100644 (file)
 .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
index 1293674c15b7e20b6d6242a13994cf76eb5c4442..6800c744b3392fd48b97029f7ebfd869f3ad399e 100644 (file)
 .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