summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/signal.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+3
|
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-181-1/+1
|
* mdoc(7) police: "The .Fn function".ru2002-12-181-2/+4
|
* Various typo fixes.keramida2002-07-121-2/+2
| | | | | PR: docs/39395 Submitted by: Rich Neswold <rneswold@ameritech.net>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* The previous delta duplicated a significant amount of informationsheldonh2001-07-241-122/+4
| | | | | | | | already found in the sigaction(2) manual. As discussed with the committer of that delta, cross-reference the list in sigaction(2) instead of duplicating the list of functions that are safe for use within signal handlers.
* Add the list of signal-handler safe functions here too, so people cankris2001-07-241-0/+123
| | | | | | | find it more easily Obtained from: OpenBSD MFC After: 1 week
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* SIGABRT is *not* the same as calling abort(), so don't claim that it is.ben2001-01-161-2/+2
| | | | | | | (abort() flushes all open stdio streams for one thing.) PR: 24249 Submitted by: Edwin Groothuis <mavetju@chello.nl>
* Prepare for mdoc(7)NG.ru2000-12-291-1/+2
|
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-201-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-2/+4
|
* Whitespace only change: trim trailing whitespace.asmodai2000-10-301-2/+2
|
* Use `Er' variable to define first column width in ERRORS section.phantom2000-05-061-1/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* - add reference to siginterrupt(3)ru1999-09-061-32/+35
| | | | - mdoc(7) fixes
* $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
* signal() returns SIG_ERR, not just -1. The sys/signal.h header filejb1998-02-151-1/+1
| | | | | | | provides the cast from -1 to the signal() return type, so no further casting by programmers should be required. Pointed out by: bde (of course).
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-041-0/+1
| | | | | | Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde
* Revert the previous prototype un-typo. Add a brief comment warning thatmsmith1997-09-281-1/+3
| | | | "fixing" it is not a good idea.
* Fix typo in signal() prototypemsmith1997-09-281-1/+1
|
* Typogrammatical error 'with' -> 'when'.danny1997-02-201-1/+1
| | | | This could be put into 2.2.
* Sort cross references.wosch1997-01-201-1/+1
|
* Document the "sig" function parameter.mpp1996-07-031-0/+3
| | | | Submitted by: James Raynard
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-1/+1
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* Changed the description of SIGSYS to better reflect whatmpp1996-01-221-1/+1
| | | | it means when that signal is received. Closes PR# 686.
* Fix the synopsis of signal() again. Now it is uglier but correct.bde1995-07-161-2/+2
| | | | | (Declarations of signal that don't use typedefs can't be formatted in the standard man page form.)
* Explain the full story, and make it understandable too.phk1995-02-251-2/+7
|
* fix the synopsis to showphk1995-02-241-5/+1
| | | | | | | | | | | | | | void | *signal(int sig, void (*func)(int)) instead of | void | *signal(sig, func()) | | void | (*func)()
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+221
OpenPOWER on IntegriCloud