Date: Fri, 30 Jun 2000 05:29:13 -0700 (PDT) From: dot@dotat.at To: freebsd-gnats-submit@FreeBSD.org Subject: docs/19602: Typo in sigaction(2) manual page Message-ID: <20000630122913.468B737C546@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 19602 >Category: docs >Synopsis: Typo in sigaction(2) manual page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 30 05:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Tony Finch >Release: 4.0-STABLE >Organization: Covalent Technologies, Inc. >Environment: FreeBSD hand.dotat.at 4.0-STABLE-20000622 FreeBSD 4.0-STABLE-20000622 #0: Thu Jun 22 04:33:22 GMT 2000 root@hand.dotat.at:/build/obj/build/src/sys/DELL-Latitude-CPx i386 >Description: An incorrect name for one of the elements of struct sigaction is mentioned in the examples section of the manual page. >How-To-Repeat: >Fix: --- sigaction.2.orig Fri Jun 30 11:24:35 2000 +++ sigaction.2 Fri Jun 30 11:23:56 2000 @@ -445,7 +445,7 @@ The handler function should match the SA_SIGINFO prototype if the SA_SIGINFO bit is set in flags. It then should be pointed to by the -.Dv sa_siginfo +.Dv sa_sigaction member of .Dv struct sigaction . Note that you should not assign SIG_DFL or SIG_IGN this way. >Release-Note: >Audit-Trail: >Unformatted: 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?20000630122913.468B737C546>