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 .Nm arc4random_addrandom
.Nd arc4 random number generator .Nd arc4 random number generator
.Sh LIBRARY .Sh LIBRARY
.Lb libc .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
.Lb libbsd
.Sh SYNOPSIS .Sh SYNOPSIS
.In stdlib.h .In stdlib.h
.Ft u_int32_t .Ft u_int32_t

View File

@ -35,7 +35,8 @@
.Nm fgetln .Nm fgetln
.Nd get a line from a stream .Nd get a line from a stream
.Sh LIBRARY .Sh LIBRARY
.Lb libc .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
.Lb libbsd
.Sh SYNOPSIS .Sh SYNOPSIS
.In stdio.h .In stdio.h
.Ft char * .Ft char *

View File

@ -34,7 +34,8 @@
.Xr printf 3 Ns -style .Xr printf 3 Ns -style
format string format string
.Sh LIBRARY .Sh LIBRARY
.Lb libc .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
.Lb libbsd
.Sh SYNOPSIS .Sh SYNOPSIS
.In stdio.h .In stdio.h
.Ft const char * .Ft const char *

View File

@ -34,6 +34,9 @@
.Nm dehumanize_number , .Nm dehumanize_number ,
.Nm humanize_number .Nm humanize_number
.Nd format a number into a human readable form and viceversa .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 .Sh SYNOPSIS
.In stdlib.h .In stdlib.h
.Ft int .Ft int

View File

@ -23,6 +23,9 @@
.Nm MDXFileChunk , .Nm MDXFileChunk ,
.Nm MDXData .Nm MDXData
.Nd calculate the RSA Data Security, Inc., ``MDX'' message digest .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 .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include <sys/types.h>
.Fd #include <mdX.h> .Fd #include <mdX.h>

View File

@ -35,7 +35,8 @@
.Nm nlist .Nm nlist
.Nd retrieve symbol table name list from an executable file .Nd retrieve symbol table name list from an executable file
.Sh LIBRARY .Sh LIBRARY
.Lb libc .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
.Lb libbsd
.Sh SYNOPSIS .Sh SYNOPSIS
.In nlist.h .In nlist.h
.Ft int .Ft int

View File

@ -24,6 +24,9 @@
.Sh NAME .Sh NAME
.Nm readpassphrase .Nm readpassphrase
.Nd get a passphrase from the user .Nd get a passphrase from the user
.Sh LIBRARY
.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
.Lb libbsd
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <readpassphrase.h> .Fd #include <readpassphrase.h>
.Ft char * .Ft char *

View File

@ -36,7 +36,8 @@
.Nm setmode .Nm setmode
.Nd modify mode bits .Nd modify mode bits
.Sh LIBRARY .Sh LIBRARY
.Lb libc .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
.Lb libbsd
.Sh SYNOPSIS .Sh SYNOPSIS
.In unistd.h .In unistd.h
.Ft mode_t .Ft mode_t

View File

@ -35,7 +35,8 @@
.Nm strlcat .Nm strlcat
.Nd size-bounded string copying and concatenation .Nd size-bounded string copying and concatenation
.Sh LIBRARY .Sh LIBRARY
.Lb libc .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
.Lb libbsd
.Sh SYNOPSIS .Sh SYNOPSIS
.In string.h .In string.h
.Ft size_t .Ft size_t

View File

@ -35,7 +35,8 @@
.Nm strmode .Nm strmode
.Nd convert inode status information into a symbolic string .Nd convert inode status information into a symbolic string
.Sh LIBRARY .Sh LIBRARY
.Lb libc .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
.Lb libbsd
.Sh SYNOPSIS .Sh SYNOPSIS
.In string.h .In string.h
.Ft void .Ft void

View File

@ -21,6 +21,9 @@
.Sh NAME .Sh NAME
.Nm strtonum .Nm strtonum
.Nd "reliably convert string value to an integer" .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 .Sh SYNOPSIS
.In stdlib.h .In stdlib.h
.In limits.h .In limits.h