summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add additional errno values required by POSIX.jsg2017-09-051-2/+10
| | | | ok jca@ kettenis@ deraadt@
* document pledge(2); from rob piercejmc2016-04-171-2/+6
|
* The range of PIDs has changed, and always included zero.guenther2016-03-061-3/+3
| | | | Based on diff from Michal Mazurek (akfaew (at) jasminek.net)
* Mention ksh along with csh when job control is discussed. ok deraadt@mmcc2015-12-011-3/+6
|
* add missing NAME entries;jmc2015-11-071-3/+4
|
* Unify all the errno names inbluhm2015-10-241-4/+4
| | | | | | | | - include comment - libc errlist - nls C msg - man page OK tedu@
* ARG_MAX is the standard name (not NCARGS); probab[l]y guentherderaadt2015-07-281-5/+3
|
* Talk about thread-local errno and do not mention "extern int errno".millert2015-01-191-12/+13
| | | | Also correct the string version of error 0. OK guenther@
* Back out changes unrelated to the ENAMETOOLONG diff.millert2015-01-191-15/+13
|
* Remove a pasto introduced in the last commit, spotted by schwarze@millert2015-01-171-17/+20
|
* Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me.schwarze2015-01-011-34/+22
| | | | While here, stop calling the Internet "the ARPA Internet".
* Even though i personally consider 8-bit-characters in filenames unwise,schwarze2015-01-011-8/+4
| | | | | technically, filenames are not restricted to ASCII. Patch from Kaspars at Bankovskis dot net, no opposition when shown on tech@.
* Prefer .In and .Rv -stdguenther2014-12-101-3/+3
|
* Reduce instances of `` '' in manuals.bentley2014-11-151-4/+7
| | | | | | | | | | | | troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@
* Add definitions for Process and (finally!) Threadguenther2014-05-301-9/+28
| | | | | | | Tweak some error descriptions based on that Completely reword ETXTBSY description based on a suggestion from millert@ tweaks and oks jmc@ millert@ sobrado@
* No really, pid 2 isn't specialguenther2014-05-021-2/+2
|
* The page daemon no longer has a fixed PID. ok kettenis@ jmc@jca2014-05-021-3/+2
|
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-5/+5
|
* Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert2013-09-301-7/+7
| | | | MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@
* over written -> overwrittenlum2011-01-211-3/+3
| | | | ok jmc@
* Update the ENOTSUP summary and description.guenther2009-11-241-4/+4
| | | | | | Pointed out by Alan Bueno and jmc@ ok jmc@
* add ENOTSUP and bump libc minorjasper2009-10-261-2/+4
| | | | | discussed with a few ok deraadt@
* - sync the error descriptions w/ those in errlistjmc2007-11-051-18/+18
| | | | - escape "No" incase groff thinks it's a macro call
* it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi.otto2007-09-081-5/+5
|
* Add ENOMSG and EIDRM; from jsg@millert2007-09-031-2/+7
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* add EOVERFLOW and ECANCELED here too.jasper2007-05-211-1/+6
| | | | reminded and ok jmc@
* better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@otto2006-09-151-3/+2
|
* Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsbeck2006-08-041-1/+6
| | | | | | | | | | | when using removable media devices, along with changes to scsi_base to detect such cases in tapes other devices. This makes tar, dd, and friends report a semi useful error message instead of nonsense when there is nothing in the device. Includes libc minor bump, and will require the corresponding sets change. ok krw@ deraadt@
* tweak;jmc2006-08-031-2/+2
|
* EILSEQ is 84 not 83.beck2006-08-031-2/+2
|
* Document EILSEQ - forgotten by the wide character folks when they addedbeck2006-08-031-1/+3
| | | | | it to errno. ok deraadt@
* Update a few error descriptions w.r.t. obtaining the limitsjaredy2005-08-181-6/+16
| | | | | | that cause the errors to reality. ok millert, jmc
* add missing "of" to make this a real sentence.hshoexer2005-03-221-2/+2
| | | | ok henning mpf miod jmc
* consistency fix;jmc2005-01-041-2/+1
|
* errno should only be gotten from <errno.h>. ok help jmc@tedu2004-03-161-2/+7
|
* Better description of ERANGE.otto2003-12-041-3/+3
| | | | ok jmc@ henning@
* empty pathname is invalid; from Akinori Saitoh;jmc2003-11-251-2/+2
| | | | ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* typos;jmc2003-02-251-5/+5
| | | | intro(2): help deraadt@
* Sync limits described by EFBIG and ELOOP with current reality; from NetBSD.aaron2002-08-111-3/+5
| | | | miod@ ok
* match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>todd2002-06-161-3/+3
| | | | ok deraadt@
* Sync EA with FreeBSD, mostly addition of new ENOATTR errno.drahn2002-05-011-1/+3
| | | | ok millert@, art@
* Some errno entries were not documented or added to _sys_errlist[] whendrahn2002-04-301-1/+5
| | | | they were added to errno.h. Add the missing entries. ok millert@
* "This section" and variants ==> 'The manual pages in section x'heko2001-08-221-2/+2
| | | | | in intro manual pages to hopefully confuse users a little bit less aaron@ ok
* The .Os macro should not be used in the general text domain.aaron2001-03-271-2/+2
|
* Cosmetic: Super-user -> Superuseraaron2001-03-111-2/+2
|
* mdoc police.aaron2001-03-111-74/+59
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-32/+34
| | | | breaks and getting rid of short lines, making these files easier to work with.
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-5/+5
| | | | | - Some punctuation fixes. - Some `id' -> `ID'.