From nobody@FreeBSD.org  Fri Jun 26 03:40:38 2009
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 E27101065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Jun 2009 03:40:38 +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 B703B8FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Jun 2009 03:40:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5Q3eccG024830
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Jun 2009 03:40:38 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n5Q3ecqp024829;
	Fri, 26 Jun 2009 03:40:38 GMT
	(envelope-from nobody)
Message-Id: <200906260340.n5Q3ecqp024829@www.freebsd.org>
Date: Fri, 26 Jun 2009 03:40:38 GMT
From: Ben Kaduk <kaduk@mit.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: grammar nits in ipfw.8
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136061
>Category:       docs
>Synopsis:       grammar nits in ipfw.8
>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:   Fri Jun 26 03:50:01 UTC 2009
>Closed-Date:    Thu Aug 06 08:56:51 UTC 2009
>Last-Modified:  Thu Aug 06 08:56:51 UTC 2009
>Originator:     Ben Kaduk
>Release:        8-CURRENT
>Organization:
MIT SIPB
>Environment:
FreeBSD periphrasis.mit.edu 8.0-CURRENT FreeBSD 8.0-CURRENT #11: Mon Feb 16 02:20:54 EST 2009     kaduk@periphrasis.mit.edu:/usr/obj/usr/src/sys/PERIPHRASIS  amd64
>Description:
There are a couple of grammar nits in the man page -- one use of 'as' instead of 'are', and an incomplete sentence.
>How-To-Repeat:
man ipfw
>Fix:
patch is available at
http://stuff.mit.edu/afs/sipb.mit.edu/user/kaduk/freebsd/patches/ipfw.8.diff.2009.06.25

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Fri Jun 26 05:09:14 UTC 2009 
State-Changed-Why:  
Fixed in HEAD.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136061 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/136061: commit references a PR
Date: Fri, 26 Jun 2009 05:09:10 +0000 (UTC)

 Author: maxim
 Date: Fri Jun 26 05:09:00 2009
 New Revision: 195036
 URL: http://svn.freebsd.org/changeset/base/195036
 
 Log:
   o Kill grammar nits.
   
   PR:		docs/136061
   Submitted by:	Ben Kaduk
   MFC after:	1 week
 
 Modified:
   head/sbin/ipfw/ipfw.8
 
 Modified: head/sbin/ipfw/ipfw.8
 ==============================================================================
 --- head/sbin/ipfw/ipfw.8	Fri Jun 26 05:08:32 2009	(r195035)
 +++ head/sbin/ipfw/ipfw.8	Fri Jun 26 05:09:00 2009	(r195036)
 @@ -316,7 +316,7 @@ file systems are mounted (yet) by the ti
  is being run (e.g.\& when they are mounted over NFS).
  Once
  .Fl p
 -has been specified, any additional arguments as passed on to the preprocessor
 +has been specified, any additional arguments are passed on to the preprocessor
  for interpretation.
  This allows for flexible configuration files (like conditionalizing
  them on the local hostname) and the use of macros to centralize
 @@ -1941,7 +1941,7 @@ with
  .Dq "options HZ=1000"
  to reduce
  the granularity to 1ms or less).
 -Default value is 0, meaning no delay.
 +The default value is 0, meaning no delay.
  .Pp
  .It Cm burst Ar size
  If the data rate exceeds the pipe bandwith limit
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/136061: commit references a PR
Date: Fri, 26 Jun 2009 14:45:44 +0000 (UTC)

 miwi        2009-06-26 14:45:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/clamtk      Makefile distinfo pkg-plist 
   Log:
   - Update to 4.15
   
   PR:             136061
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.21      +2 -2      ports/security/clamtk/Makefile
   1.16      +3 -3      ports/security/clamtk/distinfo
   1.9       +1 -0      ports/security/clamtk/pkg-plist
 _______________________________________________
 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: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Thu Aug 6 08:56:04 UTC 2009 
State-Changed-Why:  
Merged to RELENG_7. 

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