On Sat, 10 May 2014, Sergey Kandaurov wrote:

On 10 May 2014 07:24, Warren Block <wbl...@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!
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to