aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/signal.3
Commit message (Collapse)AuthorAgeFilesLines
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48794
* signal() returns SIG_ERR, not just -1. The sys/signal.h header fileJohn Birrell1998-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). Notes: svn path=/head/; revision=33357
* Document the fpgetprec/fpsetprec functions in their man page.Jonathan Lemon1998-02-041-0/+1
| | | | | | | | | Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde Notes: svn path=/head/; revision=33107
* Revert the previous prototype un-typo. Add a brief comment warning thatMike Smith1997-09-281-1/+3
| | | | | | | "fixing" it is not a good idea. Notes: svn path=/head/; revision=29941
* Fix typo in signal() prototypeMike Smith1997-09-281-1/+1
| | | | Notes: svn path=/head/; revision=29907
* Typogrammatical error 'with' -> 'when'.Daniel O'Callaghan1997-02-201-1/+1
| | | | | | | This could be put into 2.2. Notes: svn path=/head/; revision=22942
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
| | | | Notes: svn path=/head/; revision=21907
* Document the "sig" function parameter.Mike Pritchard1996-07-031-0/+3
| | | | | | | Submitted by: James Raynard Notes: svn path=/head/; revision=16936
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-1/+1
| | | | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. Notes: svn path=/head/; revision=14855
* Changed the description of SIGSYS to better reflect whatMike Pritchard1996-01-221-1/+1
| | | | | | | it means when that signal is received. Closes PR# 686. Notes: svn path=/head/; revision=13561
* Fix the synopsis of signal() again. Now it is uglier but correct.Bruce Evans1995-07-161-2/+2
| | | | | | | | (Declarations of signal that don't use typedefs can't be formatted in the standard man page form.) Notes: svn path=/head/; revision=9536
* Explain the full story, and make it understandable too.Poul-Henning Kamp1995-02-251-2/+7
| | | | Notes: svn path=/head/; revision=6693
* fix the synopsis to showPoul-Henning Kamp1995-02-241-5/+1
| | | | | | | | | | | | | | | | | void | *signal(int sig, void (*func)(int)) instead of | void | *signal(sig, func()) | | void | (*func)() Notes: svn path=/head/; revision=6681
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+221
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573