Correct library name in man pages

This commit is contained in:
Guillem Jover 2009-12-11 21:31:48 +01:00
parent c17c7e13c3
commit 183cc3cbf1
11 changed files with 26 additions and 7 deletions

View 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

View 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 *

View 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 *

View 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

View File

@ -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>

View 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

View 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 *

View 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

View 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

View 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

View 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