aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1997-09-28 17:11:31 +0000
committerMike Smith <msmith@FreeBSD.org>1997-09-28 17:11:31 +0000
commitaf35b9ccb0f8108c31853b8c782901bc32989d0f (patch)
treee8f4ccc9a07a5269b468f3545127b4230e15df89 /lib/libc
parent1e1ff62149a3c8b8d5442708694843136b64f54e (diff)
downloadsrc-af35b9ccb0f8108c31853b8c782901bc32989d0f.tar.gz
src-af35b9ccb0f8108c31853b8c782901bc32989d0f.zip
Revert the previous prototype un-typo. Add a brief comment warning that
"fixing" it is not a good idea.
Notes
Notes: svn path=/head/; revision=29941
Diffstat (limited to 'lib/libc')
-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 296054047240..aadea3584173 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: