Bug 39395

Summary: typos in man pages
Product: Documentation Reporter: Rich Neswold <rneswold>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff none

Description Rich Neswold 2002-06-17 07:10:01 UTC
    This PR shows a few man page typos that weren't fixed in 4.6.

Fix: Here's the diffs:
How-To-Repeat:     N/A
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-07-12 02:30:34 UTC
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.
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2002-07-12 02:30:38 UTC
State Changed
From-To: open->patched

Some of the changes had already been done.  Fix the remaining few. 


Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2002-07-12 02:30:38 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I'll handle the MFC.
Comment 4 Tom Rhodes freebsd_committer freebsd_triage 2002-07-16 17:19:04 UTC
State Changed
From-To: patched->closed

MFC libc/gen/signal.3, ntpd(8) was already fixed.  I recommend not touching 
the .Ar for redirection address without ru's opinion.