From owner-svn-src-all@FreeBSD.ORG Tue Jun 10 08:16:34 2014 Return-Path: Delivered-To: svn-src-all@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 02FDAE14 for ; Tue, 10 Jun 2014 08:16:34 +0000 (UTC) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (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 AFAEC279E for ; Tue, 10 Jun 2014 08:16:33 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id i17so1808786qcy.22 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=hki9axSoK66+48duudDGctI6T3vRgnol6FI37KkiypUFnEjrtfW4p/7BYqJvmvjzLC JRQfGhjsFlUisa54HHlJ5t3b7BY5wQf6++jhRcj3Zal3TGWTnP9l1UIL0RM1v1KiX1Gd LdugBLaDmmJmNe6ASx2DA44NWcgbLh2RQzWDx2uLMQdHpUg0FQWflasgsEsjRz5TzF9Y r+gjBHTbRtXCpybSXh44QR9k8aZ0MS5b4yAGbZyi44x/XFNlGsEyoNONCCgd1EM2cHsO 62HaTtbNQT4KHdi6+/M9QuUfSkB8OdjrYWDs2FwVuI7aChN9sHhCgFEid595QfTbG87p eybw== X-Gm-Message-State: ALoCoQmRylmCWS8ZJjir286LEn1Hx849sgce+FtvVVY+4WoXx4KuLCxRr3sj1Hh0K31IEbWGNYcY 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-all@freebsd.org X-Mailman-Version: 2.1.18 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: 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