| Summary: | typos in man pages | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Rich Neswold <rneswold> | ||||||||
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | ||||||||||
| Priority: | Normal | ||||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Rich Neswold
2002-06-17 07:10:01 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. State Changed From-To: open->patched Some of the changes had already been done. Fix the remaining few. Responsible Changed From-To: freebsd-doc->keramida I'll handle the MFC. 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. |