Bug 115082

Summary: [patch] a typo in rtentry(9)
Product: Documentation Reporter: Jordan Gordeev <jgordeev>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Jordan Gordeev 2007-07-31 14:40:00 UTC
There's a typo in the rtentry(9) man page that went unnoticed for 10+ years.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-08-05 08:38:16 UTC
maxim       2007-08-05 07:38:09 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       rtentry.9 
  Log:
  o round-type -> round-trip.
  
  PR:             docs/115082
  Submitted by:   Jordan Gordeev
  Approved by:    re (kensmith)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.25      +1 -1      src/share/man/man9/rtentry.9
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2007-08-17 20:03:45 UTC
State Changed
From-To: open->closed

Fixed in HEAD and RELENG_6.  Thanks!