summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/psignal.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
| | | | Add FreeBSD Id tag where missing.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-121-2/+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.
* Fixed wrong prototype and missing include for strsignal(3). strsignal()bde1999-12-231-2/+3
| | | | | | | | | | | | | | takes an int arg and is prototyped in <string.h>. It has the opposite interface botches to psignal(3) which takes a bogus unsigned arg but is prototyped in the right place. This is not the last of the interface problems for strsignal(). We obtained it from NetBSD, but NetBSD has moved its prototype to <unistd.h>. strsignal() should return const char *, but it returns char * for historical reasons. NetBSD declares it as returning __aconst char, where __aconst is normally empty but can be set to `const' to give better error checking. glibc-2.1.1 prototypes strsignal() in <string.h>.
* $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
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherpeter1999-05-181-4/+19
| | | | systems. NetBSD, Linux, SVR4 etc all have it.
* Clarify processing of the string argument by psignal().rnordier1998-10-291-1/+3
|
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-131-1/+1
|
* Merge from Lite2: man page updatespeter1997-03-111-2/+2
|
* Fixed various problems: typos, grammer, missing include filesmpp1996-05-231-1/+1
| | | | | wrong function type declarations, and wrong argument type declarations.
* Added `const' to types of sys_siglist and sys_signame.bde1996-04-191-2/+2
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+92
OpenPOWER on IntegriCloud