From owner-freebsd-net@FreeBSD.ORG Thu May 31 23:48:04 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B48B106566B; Thu, 31 May 2012 23:48:04 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id C3B588FC08; Thu, 31 May 2012 23:48:03 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q4VNlpcT065096; Thu, 31 May 2012 16:47:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1338508073; bh=Ron0aMOX8ycI6A54Qi9qc4gLoULBcH7dI34Ifn4oVsw=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=V+yeq9Sj1xFNqFS4fIlgLmO+uVF7BL894lOsR5Z5gwT9sWPDAfHy9b1Az3RYB9X0y XGrceoF1GmA8nAvbUjRlUVe6liL6bkN6EKlNCujlkxjUHkS5jlNgJGJnaKabtfV1gv NWxuAyF8Zs2OHvwq/Ul6+S7t6a5JLinmvh312VrE= From: Sean Bruno To: Warren Block In-Reply-To: References: <1338424909.9051.12.camel@powernoodle-l7.corp.yahoo.com> <1338484537.2985.8.camel@powernoodle-l7.corp.yahoo.com> <1338486809.2985.10.camel@powernoodle-l7.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 31 May 2012 16:47:51 -0700 Message-ID: <1338508071.2985.22.camel@powernoodle-l7.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 508072001 Cc: "freebsd-net@freebsd.org" Subject: Re: bce(4) man page updates X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 23:48:04 -0000 On Thu, 2012-05-31 at 12:49 -0700, Warren Block wrote: > One other idea that's a little shorter on multiple values: > > "this value can only be of the set 1, 2, 4 or 8 (default 2)." > > --> "this value can only be of the set 1, 2 (default), 4 or 8." Hrm, I don't really like the look of that in this context because all of the other default values are at the end of the description. If there isn't a strong objection, I think I'll leave it as is and commit it. http://people.freebsd.org/~sbruno/bce_man.txt sean