Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 07:05:44 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Sergey Kandaurov <pluknet@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warren Block <wblock@freebsd.org>
Subject:   Re: svn commit: r265798 - head/share/man/man4
Message-ID:  <alpine.BSF.2.00.1405100655350.84370@wonkity.com>
In-Reply-To: <CAE-mSOLRatoBLCgr87zNW1%2BTOWPbuFvV=AzEKvXRcmwnWFvzqw@mail.gmail.com>
References:  <201405100324.s4A3Okgc048998@svn.freebsd.org> <CAE-mSOLRatoBLCgr87zNW1%2BTOWPbuFvV=AzEKvXRcmwnWFvzqw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 10 May 2014, Sergey Kandaurov wrote:

> On 10 May 2014 07:24, Warren Block <wblock@freebsd.org> wrote:
>> Author: wblock (doc committer)
>> Date: Sat May 10 03:24:45 2014
>> New Revision: 265798
>> URL: http://svnweb.freebsd.org/changeset/base/265798
>>
>> Log:
>>   Add a man page for the new vt.4 device.
>>
>
> Forgot to attach to the build?

Intentionally delayed until I can get a test build of my proposed 
Makefile changes to work.  Right now, I see "src.opts.mk" errors, which 
might be unrelated.  Proposed changes:

Index: Makefile
===================================================================
--- Makefile	(revision 265797)
+++ Makefile	(working copy)
@@ -564,6 +564,7 @@
  	${_vmx.4} \
  	vpo.4 \
  	vr.4 \
+	${_vt.4} \
  	vte.4 \
  	${_vtnet.4} \
  	${_vxge.4} \
@@ -806,6 +807,7 @@
  _virtio_random.4= virtio_random.4
  _virtio_scsi.4= virtio_scsi.4
  _vmx.4=		vmx.4
+_vt.4=		vt.4
  _vtnet.4=	vtnet.4
  _vxge.4=	vxge.4
  _padlock.4=	padlock.4

>> +.\"
>> +.Dd May 9, 2014
>> +.Dt VIRTUAL TERMINALS 4
>
> This line renders badly.

Well that's embarrassing.  Working on it now, thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1405100655350.84370>