From owner-svn-src-head@FreeBSD.ORG Thu Aug 21 16:13:34 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39B4FC51; Thu, 21 Aug 2014 16:13:34 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D208F3874; Thu, 21 Aug 2014 16:13:33 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id uy5so7504595obc.25 for ; Thu, 21 Aug 2014 09:13:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=82JSW4UzFH5SvMx0JiKY7CHBcl9O3KIbEW2KpqT+BKs=; b=Ry5m9rtbV/06qAWlmqlWhHqWEg7tRFMWwFbWrTYLME9J9+XuTZOlo7pNBR9CeetjWi B7fjJvpB/vfWE72pMQXTbNiiAKZb0REzo9sp9PiK+pqt7qjqQqMJIrvkGQKRTJ0K4BhE VoEsYIeDiV8NJBDow8dRvpcbv2x/P24LB0OeE45GhNNh9J55n+TfFenKnBOBHn/cTtV4 VzgCCKD97arWcK5mGR7E5xZTQcAIk8Lqxg/KhzMWDP4DChrY4NJq3rVa+ZaXjRuWhwV0 FiTLT+FHqknkvyiBa84Do9JtNIwM/68j/cdEceg7KdR4D/Q+LU50Zl7hMqTESEDGa1oq gfxQ== MIME-Version: 1.0 X-Received: by 10.182.119.230 with SMTP id kx6mr22688187obb.72.1408637613197; Thu, 21 Aug 2014 09:13:33 -0700 (PDT) Received: by 10.182.98.111 with HTTP; Thu, 21 Aug 2014 09:13:33 -0700 (PDT) In-Reply-To: <201408211250.s7LCoBQr054942@svn.freebsd.org> References: <201408211250.s7LCoBQr054942@svn.freebsd.org> Date: Thu, 21 Aug 2014 12:13:33 -0400 Message-ID: Subject: Re: svn commit: r270268 - head/share/man/man4 From: Benjamin Kaduk To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 16:13:34 -0000 On Thu, Aug 21, 2014 at 8:50 AM, Bjoern A. Zeeb wrote: > Author: bz > Date: Thu Aug 21 12:50:11 2014 > New Revision: 270268 > URL: http://svnweb.freebsd.org/changeset/base/270268 > > Log: > Document MAC address selection and setting for atse(4). > > Submitted by: brooks > MFC after: 3 days > Sponsored by: DARPA/AFRL > > Modified: > head/share/man/man4/altera_atse.4 > > Modified: head/share/man/man4/altera_atse.4 > > ============================================================================== > --- head/share/man/man4/altera_atse.4 Thu Aug 21 12:30:01 2014 > (r270267) > +++ head/share/man/man4/altera_atse.4 Thu Aug 21 12:50:11 2014 > (r270268) > +If the stored address is invalid, for example all zero's, multicast, or > the > +default address shipped on all DE4 boards (00:07:ed:ff:ed:15) then a > random > +address is generated when the device is attached. > I think that "all zeros" does not take an apostrophe. Also, the use of commas is slightly unclear, since "for example all zeros" is really a parenthetical, not a member of the comma-separated list. -Ben