summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2
Commit message (Collapse)AuthorAgeFilesLines
* POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.pluknet2013-05-041-1/+5
|
* intro(2): Fix some errors in ENFILE and EMFILE descriptions.jilles2013-04-271-5/+6
| | | | MFC after: 1 week
* Add description of ECAPMODE to errno(2) man page.rwatson2011-03-031-0/+2
| | | | | | | Discussed with: anderson Obtained from: Capsicum Project Sponsored by: Google, Inc. MFC after: 3 months
* Document errno codes added in r144530.das2009-10-111-0/+8
|
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anrwatson2009-10-071-0/+3
| | | | | | | | operation on a file descriptor that is not authorized by the descriptor's capability flags. MFC after: 1 month Sponsored by: Google
* Synchornize description in manual page with strerror() output.pjd2009-09-061-2/+2
|
* 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.
* Use normal parentheses.ru2006-10-121-5/+5
| | | | | | PR: docs/84549 Submitted by: Gary W. Swearingen MFC after: 3 days
* Do not explicitly state how many bytes an argument list can be in thesimon2005-11-191-1/+0
| | | | | | description of E2BIG, since it's now larger on some platforms. MFC after: 3 days
* remove the supposed max of 2^31, it hasn't been this small in a veryjmg2005-07-181-4/+1
| | | | | | | | long time... i.e. since this file was imported... (ufs1 supports much larger files then this)... Submitted by: Ivan Voras MFC after: 1 week
* Expand *n't contractions.ru2005-02-131-2/+2
|
* Scheduled mdoc(7) sweep.ru2005-01-111-6/+6
|
* Eliminate some magic numbers and correct description of _PC_NO_TRUNC.wollman2004-07-081-16/+22
| | | | | Slight emendation to _PC_CHOWN_RESTRICTED, which is in a very similar boat.
* Eliminate double whitespace.ru2004-07-031-13/+13
|
* Mechanically kill hard sentence breaks.ru2004-07-021-20/+40
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-3/+3
|
* Update errors.trhodes2003-02-181-8/+8
| | | | | PR: 48125 Submitted by: Per Hedeland <per@hedeland.org> (original version)
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-8/+9
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* Uniformly refer to a file system as "file system".ru2002-12-121-3/+3
| | | | Approved by: re
* mdoc(7) police: formatting nits.ru2002-11-291-1/+0
| | | | Approved by: re
* Remove the "special processes" section. It has rotted, and the ideadd2002-10-021-7/+0
| | | | | | | | ceased to be useful when the number of "special processes" went from 3 to one per device. I considered replacing it with a "kernel threads" section, but this seemed like the wrong place for that. PR: 40969
* s/EDOFUS/EDOOFUS/phk2002-08-211-1/+1
| | | | Persuaded by: Google
* Update with new error return code.phk2002-08-091-0/+4
| | | | Reminded by: rwatson
* Improve punctuation consistency: all errors had a '.' after themrwatson2002-03-081-1/+1
| | | | except ENOATTR.
* Add new errno ``ENOATTR''.green2002-03-071-0/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* - Correct capitalization of a function name.murray2001-09-241-2/+3
| | | | | | | | - Add a missing word to form a complete sentence. PR: docs/30626 Submitted by: Dan Lukes <dan@obluda.cz>, and swear@blarg.net (Gary W. Swearingen)
* Remove grammatical bogon.sobomax2001-08-271-1/+0
|
* Remove whitespace at EOL.dd2001-07-151-17/+17
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-4/+5
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-3/+0
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-2/+4
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-4/+8
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Update the manpage for the number of symlinks in ELOOPn_hibma1999-07-241-2/+4
| | | | | PR: 12634 (partial) Submitted by: Julian H. Stacey jhs@FreeBSD.ORG
* 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 of intro(2)/errno(2) in the ongoing effort of the Programmer'sjseger1999-06-061-0/+25
| | | | | | | Documentation Project <http://home.wxs.nl/~asmodai/pdp.html> Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl> PR: docs/12030
* PID_MAX is now 99999.roberto1999-03-101-1/+1
| | | | | PR: docs/10530 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Change the description of errno to match the thread-aware implementationjb1998-04-301-32/+6
| | | | | from 3.0 on. With 3.0 being a major release, now is a good time to do this.
* <sys/errno.h> -> <errno.h>eivind1998-03-161-1/+1
|
* Consistently reference init as .Xr init 8.alex1998-01-131-2/+2
| | | | Obtained from: OpenBSD
* Missing newline caused too much text to be fed to the macro.peter1997-04-081-1/+2
| | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3228
* Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,mpp1997-03-121-2/+2
| | | | | | | | but in one case the Lite2 changes were flat out wrong and caused the man page to disagree with a header file. There are still some *roff macro calls that were added that I have yet to figure out what to do with in some of the man pages.
* Merge from Lite2 onto mainline -peter1997-03-111-3/+8
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Add a missing semi-colon.mpp1997-03-071-1/+1
| | | | Submitted by: jmg
* Rename the DIAGNOSTICS sections in several man pagesmpp1997-01-121-1/+1
| | | | to RETURN VALUES like they should be.
* Remove the comment about file names having tompp1997-01-111-2/+1
| | | | | | be 7 bit clean, since it isn't true anymore. Part of PR# 1493.
* NCARGS is defined as 65536 in the released system, not 20480.mpp1996-08-151-1/+1
|
OpenPOWER on IntegriCloud