Daniel O'Callaghan
|
589dde865b
|
Typogrammatical error 'with' -> 'when'.
This could be put into 2.2.
|
1997-02-20 06:50:31 +00:00 |
|
Wolfram Schneider
|
75141cc987
|
Sort cross references.
|
1997-01-20 23:23:22 +00:00 |
|
Mike Pritchard
|
8ae7d6b0cb
|
Document the "sig" function parameter.
Submitted by: James Raynard
|
1996-07-03 02:44:04 +00:00 |
|
Mike Pritchard
|
064f007493
|
Added missing section numbers to a bunch of .Xr macros, or
converted them into .Fn macros where appropriate. Also fixed
up some minor formatting problems.
|
1996-03-27 20:49:07 +00:00 |
|
Mike Pritchard
|
86cfd0dd41
|
Changed the description of SIGSYS to better reflect what
it means when that signal is received. Closes PR# 686.
|
1996-01-22 12:31:15 +00:00 |
|
Bruce Evans
|
52a69cb00b
|
Fix the synopsis of signal() again. Now it is uglier but correct.
(Declarations of signal that don't use typedefs can't be formatted
in the standard man page form.)
|
1995-07-16 09:41:03 +00:00 |
|
Poul-Henning Kamp
|
728736c058
|
Explain the full story, and make it understandable too.
|
1995-02-25 04:43:20 +00:00 |
|
Poul-Henning Kamp
|
888bbd45f9
|
fix the synopsis to show
| void
| *signal(int sig, void (*func)(int))
instead of
| void
| *signal(sig, func())
|
| void
| (*func)()
|
1995-02-24 07:35:49 +00:00 |
|
Rodney W. Grimes
|
58f0484fa2
|
BSD 4.4 Lite Lib Sources
|
1994-05-27 05:00:24 +00:00 |
|