From owner-freebsd-current@FreeBSD.ORG Tue Mar 11 15:59:57 2014 Return-Path: Delivered-To: current@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 A46C074C for ; Tue, 11 Mar 2014 15:59:57 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C20F88E for ; Tue, 11 Mar 2014 15:59:57 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.8/8.14.8) with ESMTP id s2BFxiIe032373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 11 Mar 2014 08:59:44 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.8/8.14.8/Submit) id s2BFxgYK032372; Tue, 11 Mar 2014 08:59:42 -0700 (PDT) (envelope-from sgk) Date: Tue, 11 Mar 2014 08:59:42 -0700 From: Steve Kargl To: Aleksandr Rybalko Subject: Re: RFT vidcontrol for vt(4) Message-ID: <20140311155942.GA32345@troutmask.apl.washington.edu> References: <20140311162743.072870a9afd4f74fff9e99e8@ddteam.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140311162743.072870a9afd4f74fff9e99e8@ddteam.net> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 11 Mar 2014 15:59:57 -0000 On Tue, Mar 11, 2014 at 04:27:43PM +0200, Aleksandr Rybalko wrote: > Hello hackers! > > Here is link to the patch[1] for vidcontrol that makes it to know if it > run w/ or w/o vt(4) and if vt(4) is present, then: % man vt No manual entry for vt % man 4 vt No manual entry for vt % locate vt.4 /usr/home/kargl/freebsd/doc/ja_JP.eucJP/man/man4/pcvt.4 Any chance that a manpage will ever show up? -- Steve