From owner-svn-src-head@FreeBSD.ORG Tue Jun 10 08:16:34 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01044E13 for ; Tue, 10 Jun 2014 08:16:33 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (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 AF734279B for ; Tue, 10 Jun 2014 08:16:33 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id i50so10066653qgf.3 for ; Tue, 10 Jun 2014 01:16:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=/Ny5g9yd3YWU2KiZKffcGUXw65RSvKcsSeKFeEg6qUk=; b=Ak3IEyVlCEm1ygrVMaEGCEKrQB6ZgFpYRP3gZjn2tpLb576h40/I0SgHZBvEG6M5S4 mM9c0jkdsnPj5IzZSs+G4iqW6qslvQ7f6WSSf/THkJBHRegUfFLgCxHMhS1nMo98F50A 4t06UOxlMdYA72/yph+HWXYCv5Fhl4yndFPbQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=/Ny5g9yd3YWU2KiZKffcGUXw65RSvKcsSeKFeEg6qUk=; b=R+C96i9CBvABWFpLEDhl36SK+CyJO7cbi07WDrbUcsiGwCvzEjI0Bpx8eKop1U9hKP pq805QXIuJSzhME2iuCEs+bAQ8JzStN51JRpyr5FpPMAjjmVf/cywUusjb0A+Wh7u/JE 9itynQ+RfDWBqgdekw31bSs4cPATv57/cMbUkd0cd3XNkFDEnRMjmaRPRbU1ueYCvDhg Mh1Wt+o40l6moVEThEBE6r3gfNSTvgVQIEwz6Z+KLEuNjKkzmFmqJyH5rXWPGpE1K00G BCPjk5n53MpnP0/LEiDLeCYwnl/9W/kQZsSMod5IPSJslRBzwL18EZQ3jAWv19/ZXLLO jpBw== X-Gm-Message-State: ALoCoQmM8Z6GuLIHHA7zFqxJpAJ3+/faTjhDaXRYj0GGkP7/HKMeK1y0J4Urj+aIw4uEEZpMi+Uk X-Received: by 10.224.135.132 with SMTP id n4mr41243453qat.23.1402388192564; Tue, 10 Jun 2014 01:16:32 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.222.131 with HTTP; Tue, 10 Jun 2014 01:16:02 -0700 (PDT) In-Reply-To: <5395F9EC.40607@FreeBSD.org> References: <201406090154.s591s18T091857@svn.freebsd.org> <201406091143.52910.jhb@freebsd.org> <5395F9EC.40607@FreeBSD.org> From: Eitan Adler Date: Tue, 10 Jun 2014 01:16:02 -0700 X-Google-Sender-Auth: EnUdRrT2svt3EvG9hlHcPDPqdeQ Message-ID: Subject: Re: svn commit: r267248 - head/usr.sbin/acpi/acpiconf To: Jung-uk Kim Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, John Baldwin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 10 Jun 2014 08:16:34 -0000 On 9 June 2014 11:16, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2014-06-09 11:43:52 -0400, John Baldwin wrote: >> On Sunday, June 08, 2014 9:54:01 pm Eitan Adler wrote: >>> Author: eadler Date: Mon Jun 9 01:54:00 2014 New Revision: >>> 267248 URL: http://svnweb.freebsd.org/changeset/base/267248 >>> >>> Log: acpiconf(8): document 'k' option >>> >>> Add missing documentation for the 'k' option based on reading the >>> source code. >> >> Might want some explicit language to say that users should probably >> never use this option directly. > > +1 Done. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams