From owner-freebsd-doc Thu Mar 28 20: 0:15 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6606E37B41C for ; Thu, 28 Mar 2002 20:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2T407989918; Thu, 28 Mar 2002 20:00:07 -0800 (PST) (envelope-from gnats) Date: Thu, 28 Mar 2002 20:00:07 -0800 (PST) Message-Id: <200203290400.g2T407989918@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: docs/36456: csh(1) manual references wrong "signal.h". Reply-To: Giorgos Keramidas Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/36456; it has been noted by GNATS. From: Giorgos Keramidas To: "Gary W. Swearingen" 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 > 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