From owner-freebsd-current@freebsd.org Wed Jul 22 08:25:47 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29C869A8BC3 for ; Wed, 22 Jul 2015 08:25:47 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCF2F1E4A for ; Wed, 22 Jul 2015 08:25:46 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by wibud3 with SMTP id ud3so160361005wib.0 for ; Wed, 22 Jul 2015 01:25:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=u7XKP3G1wMpTdg+sWRsvcb5LwR1njWoo8ETh5390apo=; b=MXDMRfcILM06WfDxGX1nUwRNaB1hIt/UoVTxnQ4dJXVh0vOi16awahyvCZC5HUQNWQ V9VWuwrZ2k3cmHmji1ZCNm5R3OUIJwrWB98O002VW9x80xJSkPQ0kZb/Tf6mWKcBfIVb 0wm/nN8+asxqsOnxT7BODo2uvxJM2h0G43+LIwXTdOTLv35mzcUF0+y+81eTQaM11Jtn XmJd825LwJL0EN0nxAziKnD9SLIG5L0K7jKC3A6E3lGmikUJ6U363SFpqOo+XdQzNs7K PDd7IOEAaiETMT9tjS1WbCdiNpr0NbaXRBhqOUHGCrkedZAlRIwMH8Dal2c+dFPiVsZe 6w1w== MIME-Version: 1.0 X-Received: by 10.194.121.34 with SMTP id lh2mr2648012wjb.101.1437553545322; Wed, 22 Jul 2015 01:25:45 -0700 (PDT) Received: by 10.28.48.207 with HTTP; Wed, 22 Jul 2015 01:25:45 -0700 (PDT) Date: Wed, 22 Jul 2015 11:25:45 +0300 Message-ID: Subject: new kern.vt.splash_cpu_style wrong description From: Pavel Timofeev To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 08:25:47 -0000 Hi! I've updated my CURRENT and tried new feature which was introduced by this commit https://svnweb.freebsd.org/base?view=revision&revision=285766 I found that description for one of those sysctl is wrong: # sysctl -d kern.vt.splash_cpu_style kern.vt.splash_cpu_style: Draw logo style (0=Beastie, 1=Alternate beastie, 2=Orb) Right description should be 0 = Alternative beastie 1 = Beastie 2 = Orb