]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Correct library name in man pages
authorGuillem Jover <guillem@hadrons.org>
Fri, 11 Dec 2009 20:31:48 +0000 (21:31 +0100)
committerGuillem Jover <guillem@hadrons.org>
Fri, 11 Dec 2009 20:31:48 +0000 (21:31 +0100)
man/arc4random.3
man/fgetln.3
man/fmtcheck.3
man/humanize_number.3
man/mdX.3
man/nlist.3
man/readpassphrase.3
man/setmode.3
man/strlcpy.3
man/strmode.3
man/strtonum.3

index a6aaf9f37cc37254bb93c107f916942defc4c876..09c24c69eb91a8d38e658a730fb37994e491c5ef 100644 (file)
@@ -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
index c01d1efbccfadb7d799247d6e62a2ddb8ffc44d5..cc33a0a7c420e2d0ba7a65bf252485618bfab8dc 100644 (file)
@@ -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 *
index 3b99968b0252607de5ed01b46bb5631049af6bc8..86a3563793caa194de00fa73a1ed42229a5a4e65 100644 (file)
@@ -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 *
index 90465af9a82a14ab155eb68428c7a43cc87e5d88..fb91d3be29488c4211aa1d08930855940a0eb690 100644 (file)
@@ -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
index 5393969a18534a2b96d5ed9944fa25fe546b695a..963d221a7cfaa17c79d7199b75ab36e838bfa31a 100644 (file)
--- 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>
index 6a9b367df0c6e555f6215df11f33a711f817cc59..3ee5404e5be4b28c9ea0113c022c9d5caad6e971 100644 (file)
@@ -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
index bec7378e2de26f5134d2f17578a8a4f651c4d3c0..c9d55a2cba1117303434349cb76af01eccdcee2a 100644 (file)
@@ -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 *
index 94fd5d16823ca2d7ecef7c2d454c11441709813e..c0a283761573879ec723f02fc9c38e719f10bf17 100644 (file)
@@ -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
index 6a043e3e7ccb216a6e78edd5f131e2cde4e07e0b..d32c688043c6db0436156d877d79c7cd1e0416b1 100644 (file)
@@ -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
index e11945315e1668cec951883024f5a1aeac13456d..b2dfaf48f8dd220238224de7cc1adc4ebf23caf2 100644 (file)
@@ -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
index 90f0b578ff33c8c7cf927c386b8ef4ac3efc7165..c5f31118a3b8d21a123c7d6fa1b3035c1556d9b6 100644 (file)
@@ -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