From owner-svn-src-all@freebsd.org Thu May 19 02:34:53 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87F7EB40537; Thu, 19 May 2016 02:34:53 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f175.google.com (mail-io0-f175.google.com [209.85.223.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 597541FED; Thu, 19 May 2016 02:34:53 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f175.google.com with SMTP id 190so89965427iow.1; Wed, 18 May 2016 19:34:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc; bh=SKgMdQSJTsLeYU7HY5ZBML3/vsh1WdNCe1Gjl/OwxM0=; b=dDE7Un72pIFL68ULXVUnTAddJOq6LHzwINDu9RWuCWF/hE6n9N/lunY7N7uzdJSZO+ 92HJtRkSDxft9jjoM7Ef8GlDQCDT4CK+Ep4VeMe0nM3sI3lBML+l5lFlGBy6nGhUz1rt h1J3VqhVO4hZ+d1PpFsRZ/+lnRTO1joOn4uSCIwV2W2xcGbnuqbHqD/END77mSocqTp3 cIs+ezKTLvyTvJY8PsPkelWQ8+oR8z7gvZn+0RhOf5ePHLDvRqlslz8oLcW9vPs8AHIg gnPeu4kTXvlJSIfCKomW7gMl5OX7evmcjgqJ2RyrcWTzrfJT5UAHQI1iZk4cqDALTyY0 LUXQ== X-Gm-Message-State: AOPr4FUZMR+VEnd7EoPV1OuOo1rEEhlGFhcD5AXZ7xgh5eVai381jWG79DH6gokCMVQkUA== X-Received: by 10.107.8.19 with SMTP id 19mr8109094ioi.60.1463623826098; Wed, 18 May 2016 19:10:26 -0700 (PDT) Received: from mail-io0-f180.google.com (mail-io0-f180.google.com. [209.85.223.180]) by smtp.gmail.com with ESMTPSA id l7sm3678550ita.13.2016.05.18.19.10.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 May 2016 19:10:26 -0700 (PDT) Received: by mail-io0-f180.google.com with SMTP id f89so89478448ioi.0; Wed, 18 May 2016 19:10:25 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.36.81.209 with SMTP id s200mr839887ita.34.1463623825546; Wed, 18 May 2016 19:10:25 -0700 (PDT) Reply-To: cem@FreeBSD.org Received: by 10.36.205.70 with HTTP; Wed, 18 May 2016 19:10:25 -0700 (PDT) In-Reply-To: <201605190206.u4J26mux020755@repo.freebsd.org> References: <201605190206.u4J26mux020755@repo.freebsd.org> Date: Wed, 18 May 2016 19:10:25 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r300177 - head/contrib/ipfilter/man From: Conrad Meyer To: Cy Schubert Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 02:34:53 -0000 On Wed, May 18, 2016 at 7:06 PM, Cy Schubert wrote: > Author: cy > Date: Thu May 19 02:06:48 2016 > New Revision: 300177 > URL: https://svnweb.freebsd.org/changeset/base/300177 > > Log: > Fix typo. > > Modified: head/contrib/ipfilter/man/ipf.5 > ============================================================================== > -pass in proto udp from any prot = 2049 to any with frags keep fags > +pass in proto udp from any port = 2049 to any with frags keep fags ^^^^ Is that not a typo? Conrad