From owner-svn-src-all@freebsd.org Sat May 28 00:05:20 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 3E634B4A53D; Sat, 28 May 2016 00:05:20 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A4091FBC; Sat, 28 May 2016 00:05:19 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id u4S05II6019419 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 27 May 2016 17:05:19 -0700 (PDT) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id u4S05Ip7019418; Fri, 27 May 2016 17:05:18 -0700 (PDT) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 27 May 2016 17:05:18 -0700 From: Gleb Smirnoff To: Dru Lavigne Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r300864 - head/share/man/man4 Message-ID: <20160528000518.GZ58287@FreeBSD.org> References: <201605271852.u4RIqwgR005225@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201605271852.u4RIqwgR005225@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) 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: Sat, 28 May 2016 00:05:20 -0000 Dru, On Fri, May 27, 2016 at 06:52:58PM +0000, Dru Lavigne wrote: D> Log: D> Remove duplicate sentence from pfsync.8. D> D> PR: 209539 D> Submitted by: olivier@ D> Reviewed by: timmoore88@gmail.com D> Sponsored by: iXsystems D> D> Modified: D> head/share/man/man4/pfsync.4 D> D> Modified: head/share/man/man4/pfsync.4 D> ============================================================================== D> --- head/share/man/man4/pfsync.4 Fri May 27 18:45:11 2016 (r300863) D> +++ head/share/man/man4/pfsync.4 Fri May 27 18:52:58 2016 (r300864) D> @@ -189,7 +189,6 @@ vhids should be set to something higher D> the primary's. D> For example, if firewall B is the backup, its D> carp1 configuration would look like this: D> -would look like this: D> .Bd -literal -offset indent D> ifconfig_sis1_alias0="inet 192.168.0.1/24 vhid 2 pass bar advskew 100" D> .Ed This can be improved more. There is no carp1 in FreeBSD. It is remnant of OpenBSD text, where they have pseudo interfaces for carp(4). The command line is already fixed for sis1, but the text is not. -- Totus tuus, Glebius.