From rneswold@ameritech.net  Sun Jun 16 23:01:22 2002
Return-Path: <rneswold@ameritech.net>
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>;
          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 <rneswold@ameritech.net>
Reply-To: Rich Neswold <rneswold@ameritech.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: typos in man pages
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39395
>Category:       docs
>Synopsis:       typos in man pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 16 23:10:01 PDT 2002
>Closed-Date:    Tue Jul 16 09:20:21 PDT 2002
>Last-Modified:  Tue Jul 16 09:20:21 PDT 2002
>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:
State-Changed-From-To: open->patched 
State-Changed-By: keramida 
State-Changed-When: Thu Jul 11 18:30:38 PDT 2002 
State-Changed-Why:  
Some of the changes had already been done.  Fix the remaining few. 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Thu Jul 11 18:30:38 PDT 2002 
Responsible-Changed-Why:  
I'll handle the MFC. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39395 

From: Giorgos Keramidas <keramida@FreeBSD.org>
To: Rich Neswold <rneswold@ameritech.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/39395: typos in man pages
Date: Fri, 12 Jul 2002 04:30:34 +0300

 On 2002-06-17 01:01 +0000, Rich Neswold wrote:
 > Index: lib/libc/gen/signal.3
 > ===================================================================
 > RCS file: /home/FreeBSD/src/lib/libc/gen/signal.3,v
 
 > -This semantics could be changed with
 > +These semantics could be changed with
 
 > -that are considered safe for use in signal handler.
 > +that are considered safe for use in signal handlers.
 
 Done, thanks.
 
 > ===================================================================
 > RCS file: /home/FreeBSD/src/sbin/natd/natd.8,v
 > retrieving revision 1.27.2.10
 
 >  .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
 
 I'm not sure about this one.  I have to admit .Ar looks strange there,
 but there is only one other place where redirect_address is used in
 this manpage (previous paragraph), and it uses .Ar there too.
 Changing one of the two seems inconsistent :/
 
 > ===================================================================
 > RCS file: /home/FreeBSD/src/usr.sbin/ntp/doc/ntpd.8,v
 > retrieving revision 1.4.2.3
 
 > -requires several exahanges from the majority of these servers so
 > +requires several exchanges from the majority of these servers so
 
 This was fixed by schweikh already, by the time I checked the text.
 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Tue Jul 16 09:19:04 PDT 2002 
State-Changed-Why:  
MFC libc/gen/signal.3, ntpd(8) was already fixed.  I recommend not touching 
the .Ar for redirection address without ru's opinion. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39395 
>Unformatted:
