summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sysconf.3
Commit message (Collapse)AuthorAgeFilesLines
* sysconf(3): Correct the description of _SC_OPEN_MAX.jilles2013-04-261-2/+2
| | | | | Reported by: bde MFC after: 1 week
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* Document some more sysconf(3) variables.brucec2011-02-131-1/+58
| | | | MFC after: 1 month
* mdoc: remove .Pp where not neededuqs2010-04-141-4/+0
| | | | | | | This trips up mdocml and can simply go away. Reviewed by: ru Approved by: philip, ed (mentors)
* 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.
* Add support for _SC_PHYS_PAGES, which is not standard, but can be found inpjd2006-12-141-0/+13
| | | | Solaris and Linux.
* Document _SC_PAGESIZE. There are still 85 undocumented variables.pjd2006-12-141-1/+3
| | | | Obtained from: NetBSD
* Sort sections.ru2005-01-201-4/+4
|
* Back out previous commit due to incorrect content.trhodes2003-12-231-128/+62
| | | | Noticed by: wollman
* Document many of the missing posix.1b options.trhodes2003-12-231-62/+128
| | | | | | PR: 20528 Submitted by: bms (original version) Requested by: mike (awhile ago)
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).jkoshy2001-12-011-0/+4
| | | | | | | | This API is supported in SVR4.0MP, Solaris, Linux, AIX and Tru64 Unix. PR: bin/27489 Submitted by: Arun Sharma <arun@sharma-home.net> Reviewed by: bde (prior version)
* 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
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Document _SC_IOV_MAX. Add cross-references to pathconf(2), confstr(3), andwollman2001-06-181-3/+16
| | | | | getconf(1). This document still needs to be sorted and to have other missing parameters described.
* Use ``.St -p1003.[12]''.ru2001-02-261-3/+9
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+2
|
* Whitespace only change: trim trailing whitespace.asmodai2000-10-301-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
* Make a note in the standards section that sysconf isn't completelyalex1996-12-271-2/+3
| | | | POSIX conforming.
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Update a bunch of man pages to use .Fn insteadmpp1996-08-221-2/+2
| | | | of .Nm when referencing funciton names.
* Fixed description of _SC_CLK_TCK. Both the clock and the unitsbde1996-07-301-1/+1
| | | | were wrong.
* Fixed a bunch of man page cross references that werempp1996-02-151-1/+1
| | | | | | | | in the main text of various man pages. Thanks to Warner Losh for adding an option to manck to allow it to scan the entire man page looking for bogus xrefs, instead of just checking the SEE ALSO section.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+184
OpenPOWER on IntegriCloud