From owner-svn-src-head@FreeBSD.ORG Fri May 10 14:02:13 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C986DECB for ; Fri, 10 May 2013 14:02:13 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by mx1.freebsd.org (Postfix) with ESMTP id A308BB2A for ; Fri, 10 May 2013 14:02:13 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id lj1so2968133pab.4 for ; Fri, 10 May 2013 07:02:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=v7IBQH2AUEQDvVI7+PswhpGD1JGgn8Z3SzbkSOXOwpQ=; b=E33xfee9WuXA5rCJGlzAOR4LrRGM+29smMzAFWa81ZqMpp7PBqvoRQHCPvEq+rMYKR FUhohe3ldGUwwbX8qXCslXPnASa7OmEOd4BZDxD6AUBcTRXNjjYXdfteaAz1ttep1JNW QEAp9FQ5OcT6n2CYORIqdmOLZBSF5ECo80/EE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=v7IBQH2AUEQDvVI7+PswhpGD1JGgn8Z3SzbkSOXOwpQ=; b=V1/kCVQvDKAW73CyJOAT95o9zoTGl5rbMnBjP1n9PXvSocy1MYItEwUdd+axCJHmUx ZzoVKdjb2zv2L++hzT4pekEoudNsgAf3s16ZlPtb8SqSfO4OldbvpHF7scXZrwDuXF/9 klymmnh0jJemP5+dL5MLlZzokiMnQAu5mTXnHtgaiHjB/zOi0zj/4JLBsS63GPBbb9S5 LClnd2+fIG0LmeXOrqKOPtQMXp9Ceq13eCuwjAlqboiTrSwbf8yJR6/CBKiYHXZAMa6X 1c4OBsO/uGbEAUMzLhWuDul5WMEgxmCG2RzYhK3wcjJPrGTh2max1lp2ckB6/F+upOyu bq2A== X-Received: by 10.68.97.130 with SMTP id ea2mr17040323pbb.129.1368194532876; Fri, 10 May 2013 07:02:12 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.159.97 with HTTP; Fri, 10 May 2013 07:01:42 -0700 (PDT) In-Reply-To: <20130510133637.GA1679@FreeBSD.org> References: <201305100342.r4A3gmc9080595@svn.freebsd.org> <20130510074235.GA19945@FreeBSD.org> <20130510133637.GA1679@FreeBSD.org> From: Eitan Adler Date: Fri, 10 May 2013 10:01:42 -0400 X-Google-Sender-Auth: elxpMuVP0fPhDBjqiqp-AAopEBI Message-ID: Subject: Re: svn commit: r250430 - head/sbin/dmesg To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQni5Dl0RsWDhpO/y3VhvAggchkWdsvUk/uzh7eHDdeccmBeq3j9hmSr+qt4eJvN1FKJza0a 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.14 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: Fri, 10 May 2013 14:02:13 -0000 On 10 May 2013 09:36, Alexey Dokuchaev wrote: > Of course. But my question was about dropping the cast, not adding new > option. Adding a new option should have resulted in the following diff: > > - (void)fprintf(stderr, "usage: dmesg [-a] [-M core [-N system]]\n"); > + (void)fprintf(stderr, "usage: dmesg [-ac] [-M core [-N system]]\n"); I thought style(9) disliked the leading (void) but I could be wrong. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams