svn commit: r266660 - stable/10/share/man/man4
Warren Block
wblock at FreeBSD.org
Sun May 25 17:52:35 UTC 2014
Author: wblock (doc committer)
Date: Sun May 25 17:52:34 2014
New Revision: 266660
URL: http://svnweb.freebsd.org/changeset/base/266660
Log:
MFC r265798, r265815, r266091
Add a man page for the new vt.4 device.
Added:
stable/10/share/man/man4/vt.4
- copied, changed from r265798, head/share/man/man4/vt.4
Modified:
stable/10/share/man/man4/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/man/man4/Makefile
==============================================================================
--- stable/10/share/man/man4/Makefile Sun May 25 17:02:40 2014 (r266659)
+++ stable/10/share/man/man4/Makefile Sun May 25 17:52:34 2014 (r266660)
@@ -561,6 +561,7 @@ MAN= aac.4 \
${_vmx.4} \
vpo.4 \
vr.4 \
+ vt.4 \
vte.4 \
${_vtnet.4} \
${_vxge.4} \
Copied and modified: stable/10/share/man/man4/vt.4 (from r265798, head/share/man/man4/vt.4)
==============================================================================
--- head/share/man/man4/vt.4 Sat May 10 03:24:45 2014 (r265798, copy source)
+++ stable/10/share/man/man4/vt.4 Sun May 25 17:52:34 2014 (r266660)
@@ -25,7 +25,7 @@
.\" $FreeBSD$
.\"
.Dd May 9, 2014
-.Dt VIRTUAL TERMINALS 4
+.Dt "VIRTUAL TERMINALS" 4
.Os
.Sh NAME
.Nm vt
More information about the svn-src-stable
mailing list