svn commit: r266668 - stable/9/share/man/man4
Warren Block
wblock at FreeBSD.org
Sun May 25 18:20:51 UTC 2014
Author: wblock (doc committer)
Date: Sun May 25 18:20:50 2014
New Revision: 266668
URL: http://svnweb.freebsd.org/changeset/base/266668
Log:
MFC r265798, r265815, r266091
Add a man page for the new vt.4 device.
Approved by: re@ (gjb)
Added:
stable/9/share/man/man4/vt.4
- copied, changed from r265798, head/share/man/man4/vt.4
Modified:
stable/9/share/man/man4/Makefile
Directory Properties:
stable/9/share/man/man4/ (props changed)
Modified: stable/9/share/man/man4/Makefile
==============================================================================
--- stable/9/share/man/man4/Makefile Sun May 25 18:19:57 2014 (r266667)
+++ stable/9/share/man/man4/Makefile Sun May 25 18:20:50 2014 (r266668)
@@ -529,6 +529,7 @@ MAN= aac.4 \
vlan.4 \
vpo.4 \
vr.4 \
+ vt.4 \
vte.4 \
${_vtnet.4} \
${_vxge.4} \
Copied and modified: stable/9/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/9/share/man/man4/vt.4 Sun May 25 18:20:50 2014 (r266668)
@@ -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-9
mailing list