summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-09-28 17:11:31 +0000
committermsmith <msmith@FreeBSD.org>1997-09-28 17:11:31 +0000
commit40be2710111cd129bdbc091f6ea3e2c89dbcbd43 (patch)
treeab18de309e5c358a998d0e4262ffae3faf33df16 /lib
parent878b67c48bb8f4add3f007bbf58f6c75cc52c657 (diff)
downloadFreeBSD-src-40be2710111cd129bdbc091f6ea3e2c89dbcbd43.zip
FreeBSD-src-40be2710111cd129bdbc091f6ea3e2c89dbcbd43.tar.gz
Revert the previous prototype un-typo. Add a brief comment warning that
"fixing" it is not a good idea.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/signal.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 2960540..aadea35 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -39,7 +39,9 @@
.Nd simplified software signal facilities
.Sh SYNOPSIS
.Fd #include <signal.h>
-.Ft void *
+.\" The following is Quite Ugly, but syntactically correct. Don't try to
+.\" fix it.
+.Ft void \*(lp*
.Fn signal "int sig" "void \*(lp*func\*(rp\*(lpint\*(rp\*(rp\*(rp\*(lpint"
or in FreeBSD's equivalent but easier to read typedef'd version:
OpenPOWER on IntegriCloud