docs/72375: prototype error in signal(3)

Joseph Koshy joseph.koshy at gmail.com
Wed Oct 6 11:30:31 UTC 2004


The following reply was made to PR docs/72375; it has been noted by GNATS.

From: Joseph Koshy <joseph.koshy at gmail.com>
To: Giorgos Keramidas <keramida at freebsd.org>
Cc: freebsd-gnats-submit at freebsd.org
Subject: Re: docs/72375: prototype error in signal(3)
Date: Wed, 6 Oct 2004 16:53:44 +0530

 Suggested fix.
 
 koshy:anor% cvs diff signal.3                                         
                                                                       
                                                 /usr/src/lib/libc/gen
 Index: signal.3
 ===================================================================
 RCS file: /cvs/FreeBSD/src/lib/libc/gen/signal.3,v
 retrieving revision 1.38
 diff -u -r1.38 signal.3
 --- signal.3    3 Jul 2004 22:30:08 -0000       1.38
 +++ signal.3    6 Oct 2004 11:21:03 -0000
 @@ -45,7 +45,7 @@
  .\" The following is Quite Ugly, but syntactically correct.
  .\" Don't try to
  .\" fix it.
 -.Ft void \*(lp*
 +.Ft void \*(lp*\*(rp
  .Fn signal "int sig" "void \*(lp*func\*(rp\*(lpint\*(rp\*(rp\*(rp\*(lpint"
  .Pp
  or in



More information about the freebsd-doc mailing list