From owner-freebsd-doc Sun Jun 16 23:10:11 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 A3BC637B436 for ; Sun, 16 Jun 2002 23:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H6A1841390; Sun, 16 Jun 2002 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail1-0.chcgil.ameritech.net (mail1-0.chcgil.ameritech.net [206.141.192.68]) by hub.freebsd.org (Postfix) with ESMTP id 0705737B42F for ; Sun, 16 Jun 2002 23:01:21 -0700 (PDT) Received: from harpo.neswold.local ([67.36.186.192]) by mail1-0.chcgil.ameritech.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20020617060120.PHBD346.mail1-0.chcgil.ameritech.net@harpo.neswold.local> for ; Mon, 17 Jun 2002 01:01:20 -0500 Received: by harpo.neswold.local (Postfix, from userid 1000) id 829A81A9E1; Mon, 17 Jun 2002 01:01:19 -0500 (CDT) Message-Id: <20020617060119.829A81A9E1@harpo.neswold.local> Date: Mon, 17 Jun 2002 01:01:19 -0500 (CDT) From: Rich Neswold Reply-To: Rich Neswold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/39395: typos in man pages 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 >Number: 39395 >Category: docs >Synopsis: typos in man pages >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: Sun Jun 16 23:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Rich Neswold >Release: FreeBSD 4.5-RC i386 >Organization: >Environment: System: FreeBSD harpo.neswold.local 4.5-RC FreeBSD 4.5-RC #1: Sun Jan 27 02:26:46 CST 2002 toor@groucho.neswold.local:/usr/obj/usr/src/sys/HARPO i386 >Description: This PR shows a few man page typos that weren't fixed in 4.6. >How-To-Repeat: N/A >Fix: Here's the diffs: Index: lib/libc/gen/signal.3 =================================================================== RCS file: /home/FreeBSD/src/lib/libc/gen/signal.3,v retrieving revision 1.17.2.7 diff -u -w -b -r1.17.2.7 signal.3 --- lib/libc/gen/signal.3 14 Dec 2001 18:33:51 -0000 1.17.2.7 +++ lib/libc/gen/signal.3 9 May 2002 03:53:16 -0000 @@ -190,7 +190,7 @@ .Xr wait 2 . However, calls that have already committed are not restarted, but instead return a partial success (for example, a short read count). -This semantics could be changed with +These semantics could be changed with .Xr siginterrupt 3 . .Pp When a process which has installed signal handlers forks, @@ -204,7 +204,7 @@ See .Xr sigaction 2 for a list of functions -that are considered safe for use in signal handler. +that are considered safe for use in signal handlers. .Sh RETURN VALUES The previous action is returned on a successful call. Otherwise, SIG_ERR is returned and the global variable Index: sbin/natd/natd.8 =================================================================== RCS file: /home/FreeBSD/src/sbin/natd/natd.8,v retrieving revision 1.27.2.10 diff -u -w -b -r1.27.2.10 natd.8 --- sbin/natd/natd.8 20 Dec 2001 12:21:46 -0000 1.27.2.10 +++ sbin/natd/natd.8 3 Jan 2002 04:06:48 -0000 @@ -209,9 +209,9 @@ If several address aliases specify the same public address as follows .Bd -literal -offset indent -.Ar redirect_address 192.168.0.2 public_addr -.Ar redirect_address 192.168.0.3 public_addr -.Ar redirect_address 192.168.0.4 public_addr +redirect_address 192.168.0.2 public_addr +redirect_address 192.168.0.3 public_addr +redirect_address 192.168.0.4 public_addr .Ed .Pp the incoming traffic will be directed to the last Index: usr.sbin/ntp/doc/ntpd.8 =================================================================== RCS file: /home/FreeBSD/src/usr.sbin/ntp/doc/ntpd.8,v retrieving revision 1.4.2.3 diff -u -w -b -r1.4.2.3 ntpd.8 --- usr.sbin/ntp/doc/ntpd.8 21 Dec 2001 17:42:33 -0000 1.4.2.3 +++ usr.sbin/ntp/doc/ntpd.8 11 Jun 2002 05:50:13 -0000 @@ -210,7 +210,7 @@ one or more configured servers at designated poll intervals. When started, whether for the first or subsequent times, the program -requires several exahanges from the majority of these servers so +requires several exchanges from the majority of these servers so the signal processing and mitigation algorithms can accumulate and groom the data and set the clock. In order to protect the network >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message