summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getbsize.3
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Back out the s/int */size_t */ commit.obrien2002-12-301-1/+1
| | | | | It makes a difference on 64-bit arches, and no one really wants a 2^64 block size [yet].
* Make the first argument of getbsize a size_t* instead of an int*, as this is ↵markm2002-10-231-1/+1
| | | | what the quantity actually is. Fix an easy const while I'm here.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Update a bunch of man pages to use .Fn insteadmpp1996-08-221-3/+3
| | | | of .Nm when referencing funciton names.
* Fixed various problems: typos, grammer, missing include filesmpp1996-05-231-1/+1
| | | | | wrong function type declarations, and wrong argument type declarations.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+79
OpenPOWER on IntegriCloud