From nobody@FreeBSD.org  Tue Jul 31 13:32:40 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 178DF16A419
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Jul 2007 13:32:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id F0DE413C45B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Jul 2007 13:32:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l6VDWdnQ077842
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Jul 2007 13:32:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l6VDWdlC077841;
	Tue, 31 Jul 2007 13:32:39 GMT
	(envelope-from nobody)
Message-Id: <200707311332.l6VDWdlC077841@www.freebsd.org>
Date: Tue, 31 Jul 2007 13:32:39 GMT
From: Jordan Gordeev <jgordeev@dir.bg>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] a typo in rtentry(9)
X-Send-Pr-Version: www-3.0

>Number:         115082
>Category:       docs
>Synopsis:       [patch] a typo in rtentry(9)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 31 13:40:00 GMT 2007
>Closed-Date:    Fri Aug 17 19:04:06 GMT 2007
>Last-Modified:  Fri Aug 17 19:04:06 GMT 2007
>Originator:     Jordan Gordeev
>Release:        FreeBSD 6.2
>Organization:
>Environment:
>Description:
There's a typo in the rtentry(9) man page that went unnoticed for 10+ years.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- rtentry.9	 VII 31 16:23:08 2007
+++ rtentry.9.new	 VII 31 16:23:25 2007
@@ -263,7 +263,7 @@
 .Dv RMX_RTTUNIT
 per second.
 .It Vt "u_long rmx_rttvar" ;
-The average deviation of the round-type time to this destination, in
+The average deviation of the round-trip time to this destination, in
 units of
 .Dv RMX_RTTUNIT
 per second.


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/115082: commit references a PR
Date: Sun,  5 Aug 2007 07:38:16 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Fri Aug 17 19:03:45 UTC 2007 
State-Changed-Why:  
Fixed in HEAD and RELENG_6.  Thanks! 

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