Date: Mon, 17 Jun 2002 01:01:19 -0500 (CDT) From: Rich Neswold <rneswold@ameritech.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/39395: typos in man pages Message-ID: <20020617060119.829A81A9E1@harpo.neswold.local>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020617060119.829A81A9E1>