Correct library name in man pages
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
diff --git a/man/arc4random.3 b/man/arc4random.3
index a6aaf9f..09c24c6 100644
--- a/man/arc4random.3
+++ b/man/arc4random.3
@@ -39,7 +39,8 @@
.Nm arc4random_addrandom
.Nd arc4 random number generator
.Sh LIBRARY
-.Lb libc
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.In stdlib.h
.Ft u_int32_t
diff --git a/man/fgetln.3 b/man/fgetln.3
index c01d1ef..cc33a0a 100644
--- a/man/fgetln.3
+++ b/man/fgetln.3
@@ -35,7 +35,8 @@
.Nm fgetln
.Nd get a line from a stream
.Sh LIBRARY
-.Lb libc
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.In stdio.h
.Ft char *
diff --git a/man/fmtcheck.3 b/man/fmtcheck.3
index 3b99968..86a3563 100644
--- a/man/fmtcheck.3
+++ b/man/fmtcheck.3
@@ -34,7 +34,8 @@
.Xr printf 3 Ns -style
format string
.Sh LIBRARY
-.Lb libc
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.In stdio.h
.Ft const char *
diff --git a/man/humanize_number.3 b/man/humanize_number.3
index 90465af..fb91d3b 100644
--- a/man/humanize_number.3
+++ b/man/humanize_number.3
@@ -34,6 +34,9 @@
.Nm dehumanize_number ,
.Nm humanize_number
.Nd format a number into a human readable form and viceversa
+.Sh LIBRARY
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.In stdlib.h
.Ft int
diff --git a/man/mdX.3 b/man/mdX.3
index 5393969..963d221 100644
--- a/man/mdX.3
+++ b/man/mdX.3
@@ -23,6 +23,9 @@
.Nm MDXFileChunk ,
.Nm MDXData
.Nd calculate the RSA Data Security, Inc., ``MDX'' message digest
+.Sh LIBRARY
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <mdX.h>
diff --git a/man/nlist.3 b/man/nlist.3
index 6a9b367..3ee5404 100644
--- a/man/nlist.3
+++ b/man/nlist.3
@@ -35,7 +35,8 @@
.Nm nlist
.Nd retrieve symbol table name list from an executable file
.Sh LIBRARY
-.Lb libc
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.In nlist.h
.Ft int
diff --git a/man/readpassphrase.3 b/man/readpassphrase.3
index bec7378..c9d55a2 100644
--- a/man/readpassphrase.3
+++ b/man/readpassphrase.3
@@ -24,6 +24,9 @@
.Sh NAME
.Nm readpassphrase
.Nd get a passphrase from the user
+.Sh LIBRARY
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.Fd #include <readpassphrase.h>
.Ft char *
diff --git a/man/setmode.3 b/man/setmode.3
index 94fd5d1..c0a2837 100644
--- a/man/setmode.3
+++ b/man/setmode.3
@@ -36,7 +36,8 @@
.Nm setmode
.Nd modify mode bits
.Sh LIBRARY
-.Lb libc
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.In unistd.h
.Ft mode_t
diff --git a/man/strlcpy.3 b/man/strlcpy.3
index 6a043e3..d32c688 100644
--- a/man/strlcpy.3
+++ b/man/strlcpy.3
@@ -35,7 +35,8 @@
.Nm strlcat
.Nd size-bounded string copying and concatenation
.Sh LIBRARY
-.Lb libc
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.In string.h
.Ft size_t
diff --git a/man/strmode.3 b/man/strmode.3
index e119453..b2dfaf4 100644
--- a/man/strmode.3
+++ b/man/strmode.3
@@ -35,7 +35,8 @@
.Nm strmode
.Nd convert inode status information into a symbolic string
.Sh LIBRARY
-.Lb libc
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.In string.h
.Ft void
diff --git a/man/strtonum.3 b/man/strtonum.3
index 90f0b57..c5f3111 100644
--- a/man/strtonum.3
+++ b/man/strtonum.3
@@ -21,6 +21,9 @@
.Sh NAME
.Nm strtonum
.Nd "reliably convert string value to an integer"
+.Sh LIBRARY
+.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
+.Lb libbsd
.Sh SYNOPSIS
.In stdlib.h
.In limits.h