svn commit: r265798 - head/share/man/man4
Warren Block
wblock at wonkity.com
Sat May 10 13:05:47 UTC 2014
On Sat, 10 May 2014, Sergey Kandaurov wrote:
> On 10 May 2014 07:24, Warren Block <wblock at 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!
More information about the svn-src-all
mailing list