From owner-svn-src-all@FreeBSD.ORG Fri May 10 14:02:13 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 85C83ECA for ; Fri, 10 May 2013 14:02:13 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id 5F42DB29 for ; Fri, 10 May 2013 14:02:13 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id rp2so100819pbb.36 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=dElSq0z9gKch2T7Zjr3nnw1h0aHbVtQPLLYTFLf2/iEpxx1jY7YkIL7PHIC+oKxNa7 fzAZIdpmVIRAUqQemkZM3M+buK8tsV9QixXlBynogyW4hXlfgK1rzD+WtjY1NoWCMWZ5 PmTob04BQkV0KrDsXxUlTLTHSOBXHxyhyrCC8soF/ptdHRwwKghSH79sNfhd0UPLCsUd BMxTXog1zuvjacNYkcAkoukX9OZ/ru/pBMW5XploKkPX04/v9bsYW+yN3REzLzsLgMgX mNipLDr0HvdeXnko+CZOUGDBdqX0IwgxlnIFDm2R4CMHp9qCLl6vEmVtqZc8OcfvM28c PRow== 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: ALoCoQnFL/FRMwrgS3jpFfg2CG9FAPyGwmmdYzWpzdFQghsx0Re/x6tibJm7wXDKgElGBrY+Z4xV Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: 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