Date: Wed, 6 Oct 2004 11:30:30 GMT From: Joseph Koshy <joseph.koshy@gmail.com> To: freebsd-doc@FreeBSD.org Subject: Re: docs/72375: prototype error in signal(3) Message-ID: <200410061130.i96BUUqR041890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/72375; it has been noted by GNATS. From: Joseph Koshy <joseph.koshy@gmail.com> To: Giorgos Keramidas <keramida@freebsd.org> Cc: freebsd-gnats-submit@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410061130.i96BUUqR041890>