diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-06-22 02:01:58 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-06-22 02:01:58 +0000 |
commit | 795ae7f4c83eb5d5f414448b964ba35fd04096ac (patch) | |
tree | 81b2a0b38fbcd16d5d428c7cdf48809f0bfcada9 | |
parent | e5bd8f0a933eab9f5292d3c0af67a37bddab7136 (diff) |
whatever happened, i cannot explain it. rollback my stupid
good-for-nothing commit. my apologies.
-rw-r--r-- | lib/libc/gen/signal.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 8dad8e6af12..b5cb6c03125 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.24 2003/06/22 01:36:38 fgsch Exp $ +.\" $OpenBSD: signal.3,v 1.25 2003/06/22 02:01:57 fgsch Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,7 +39,7 @@ .\" can not do this with just .Fn yet .\" .br .\" .Po -.Fn (*signal "int sigcatch" "void (*func)(int sigraised)))(int +.Fn (*signal "int sigcatch" "void (*func)(int sigraised))) (int" .\" .Pc Ns \*(lp\*(rp .Sh DESCRIPTION The |