summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2000-03-28 09:02:52 +0000
committerhm <hm@FreeBSD.org>2000-03-28 09:02:52 +0000
commit56d06b6f8e43bdf9b76e6f2b574330d37ab0b71e (patch)
tree5eb10bb9581160db44e34dbc1d886c893a5dc030 /usr.sbin/pcvt
parent2990034f0b91b6fafd5bfbea072ad4598ed0f019 (diff)
downloadFreeBSD-src-56d06b6f8e43bdf9b76e6f2b574330d37ab0b71e.zip
FreeBSD-src-56d06b6f8e43bdf9b76e6f2b574330d37ab0b71e.tar.gz
pcvt cleanup. added $FreeBSD$. get copyright header in sync with
the FreeBSD recommendation.
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/scon/Makefile2
-rw-r--r--usr.sbin/pcvt/scon/scon.114
-rw-r--r--usr.sbin/pcvt/scon/scon.c34
3 files changed, 15 insertions, 35 deletions
diff --git a/usr.sbin/pcvt/scon/Makefile b/usr.sbin/pcvt/scon/Makefile
index 6fdb94e..dc7d02a 100644
--- a/usr.sbin/pcvt/scon/Makefile
+++ b/usr.sbin/pcvt/scon/Makefile
@@ -1,3 +1,5 @@
+# $FreeBSD$
+
PROG= scon
.include <bsd.prog.mk>
diff --git a/usr.sbin/pcvt/scon/scon.1 b/usr.sbin/pcvt/scon/scon.1
index d2511de..cdebf71 100644
--- a/usr.sbin/pcvt/scon/scon.1
+++ b/usr.sbin/pcvt/scon/scon.1
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1992,1993,1994 Hellmuth Michaelis and Joerg Wunsch
+.\" Copyright (c) 1992, 2000 Hellmuth Michaelis
+.\" Copyright (c) 1992, 1994 Joerg Wunsch
.\"
.\" All rights reserved.
.\"
@@ -10,12 +11,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 and Joerg Wunsch
-.\" 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
@@ -28,10 +23,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.
.\"
-.\" @(#)scon.1, 3.00, Last Edit-Date: [Mon Jan 10 21:30:48 1994]
+.\" Last Edit-Date: [Mon Mar 27 17:17:50 2000]
+.\"
.\" $FreeBSD$
.\"
-.Dd December 31, 1993
+.Dd March 27, 2000
.Dt SCON 1
.Sh NAME
.Nm scon
diff --git a/usr.sbin/pcvt/scon/scon.c b/usr.sbin/pcvt/scon/scon.c
index d42d5c4..c5acbd9 100644
--- a/usr.sbin/pcvt/scon/scon.c
+++ b/usr.sbin/pcvt/scon/scon.c
@@ -1,5 +1,7 @@
/*
- * Copyright (c) 1992,1993,1994 Hellmuth Michaelis and Joerg Wunsch
+ * Copyright (c) 1992, 2000 Hellmuth Michaelis
+ *
+ * Copyright (c) 1992, 1994 Joerg Wunsch
*
* All rights reserved.
*
@@ -11,12 +13,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 and Joerg Wunsch
- * 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
@@ -28,30 +24,16 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
*/
-static char *id =
- "@(#)scon.c, 3.20, Last Edit-Date: [Sun Sep 25 12:33:21 1994]";
-
/*---------------------------------------------------------------------------*
*
- * history:
+ * scon - screen control utility for pcvt
+ * --------------------------------------
+ *
+ * Last Edit-Date: [Mon Mar 27 17:19:34 2000]
*
- * -hm moving fd for default device from 1 -> 0 for such things
- * as "scon -p list | more" to be possible
- * (reported by Gordon L. Burditt, gordon@sneaky.lonestar.org)
- * -hm adding option "a" for just returning the type of video adaptor
- * -hm removing explicit HGC support, same as MDA ...
- * -hm vga type/family/132col support info on -l
- * -hm force 24 lines in DEC 25 lines mode and HP 28 lines mode
- * -hm fixed bug with 132 column mode display status display
- * -jw added 132/80 col mode switching
- * -hm removed -h flag, use -? now ... ;-)
- * -hm S3 chipsets ..
- * -hm Cirrus chipsets support from Onno van der Linden
- * -hm -m option, display monitor type
- * -hm bugfix, scon -c <screen-num> cleared dest screen, fixed
+ * $FreeBSD$
*
*---------------------------------------------------------------------------*/
OpenPOWER on IntegriCloud