Date: Sun, 25 May 2014 18:20:50 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r266668 - stable/9/share/man/man4 Message-ID: <201405251820.s4PIKokh091742@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251820.s4PIKokh091742>