Date: Thu, 28 Mar 2002 20:00:07 -0800 (PST) From: Giorgos Keramidas <keramida@freebsd.org> To: freebsd-doc@FreeBSD.org Subject: Re: docs/36456: csh(1) manual references wrong "signal.h". Message-ID: <200203290400.g2T407989918@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/36456; it has been noted by GNATS.
From: Giorgos Keramidas <keramida@freebsd.org>
To: "Gary W. Swearingen" <swear@blarg.net>
Cc: bug-followup@freebsd.org
Subject: Re: docs/36456: csh(1) manual references wrong "signal.h".
Date: Fri, 29 Mar 2002 05:59:51 +0200
On 2002-03-28 19:37, Gary W. Swearingen wrote:
> The csh(1) manual references "/usr/include/signal.h" while it should
> reference "/usr/include/sys/signal.h".
Why? Anyone who knows enough C to read /usr/include/signal.h can easily
spot the #include that leads to /usr/include/sys/signal.h:
hades:~$ grep 'signal.h>' /usr/include/signal.h
#include <sys/signal.h>
> In the "kill" description, change "signal.h" to "sys/signal.h".
But more importantly, csh.1 is hard linked to tcsh.1.gz which comes from
contrib/ source (the source of /usr/src/contrib/tcsh). If any changes are
made to that file, they should probably be made in the tcsh developer's
source and imported to FreeBSD verbatim when a newer version of tcsh is
imported to our source.
Giorgos Keramidas FreeBSD Documentation Project
keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203290400.g2T407989918>
