From 133e15ccd6e8be5cbafeeea69af66f708a6bc26f Mon Sep 17 00:00:00 2001 From: hm Date: Tue, 28 Mar 2000 09:21:05 +0000 Subject: pcvt cleanup. add $FreeBSD. get copyright in sync with FreeBSD recommendation. remove obsolete stuff resuling from pcvt kernel part cleanup (caution: this depends in part on modifications to pcvt_ioctl.h, commit will follow shortly). add new option "-n" to ispcvt to get number of compiled-in virtual screens. --- usr.sbin/pcvt/ispcvt/ispcvt.8 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'usr.sbin/pcvt/ispcvt/ispcvt.8') diff --git a/usr.sbin/pcvt/ispcvt/ispcvt.8 b/usr.sbin/pcvt/ispcvt/ispcvt.8 index d98c206..bedd024 100644 --- a/usr.sbin/pcvt/ispcvt/ispcvt.8 +++ b/usr.sbin/pcvt/ispcvt/ispcvt.8 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1992, 1995 Hellmuth Michaelis +.\" Copyright (c) 1992, 2000 Hellmuth Michaelis .\" .\" All rights reserved. .\" @@ -10,11 +10,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by Hellmuth Michaelis -.\" 4. The name authors may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,10 +22,11 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" @(#)ispcvt.1, 3.20, Last Edit-Date: [Tue Apr 4 12:35:54 1995] +.\" Last Edit-Date: [Mon Mar 27 16:31:54 2000] +.\" .\" $FreeBSD$ .\" -.Dd April 4, 1995 +.Dd March 27, 2000 .Dt ISPCVT 8 .Sh NAME .Nm ispcvt @@ -39,6 +35,7 @@ .Nm ispcvt .Op Fl c .Op Fl d Ar device +.Op Fl n .Op Fl v .Sh DESCRIPTION The @@ -62,6 +59,8 @@ Specifies a device for which the check is done. Specifies being verbose. On success the name and revision is reported, on failure which comparison failed. +.It Fl n +print the number of compiled-in virtual terminals. .It Fl c This options prints out the values of all .Dq Ar PCVT_XXXXXX -- cgit v1.1