Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/share/man Remove from branch (approved by releng-1-5):



details:   https://anonhg.NetBSD.org/src/rev/0a95042cc9a3
branches:  netbsd-1-5
changeset: 489407:0a95042cc9a3
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Sep 08 14:04:09 2000 +0000

description:
Remove from branch (approved by releng-1-5):
  PCVT is dead.

diffstat:

 share/man/man1/man1.i386/Makefile    |    7 -
 share/man/man1/man1.i386/cursor.1    |   76 --
 share/man/man1/man1.i386/fed.1       |   52 -
 share/man/man1/man1.i386/fontedit.1  |   60 --
 share/man/man1/man1.i386/kcon.1      |  126 ----
 share/man/man1/man1.i386/loadfont.1  |  115 ----
 share/man/man1/man1.i386/mcon.1      |  190 ------
 share/man/man1/man1.i386/scon.1      |  216 -------
 share/man/man1/man1.i386/vt220keys.1 |  133 ----
 share/man/man1/man1.i386/vttest.1    |   15 -
 share/man/man3/man3.i386/Makefile    |    6 -
 share/man/man3/man3.i386/keycap.3    |  123 ----
 share/man/man4/man4.i386/pcvt.4      |  969 -----------------------------------
 share/man/man5/man5.i386/Makefile    |    6 -
 share/man/man5/man5.i386/keycap.5    |  135 ----
 share/man/man8/man8.i386/ispcvt.8    |   91 ---
 share/man/man8/man8.i386/kbdio.8     |  330 -----------
 share/man/man8/man8.i386/vgaio.8     |  156 -----
 18 files changed, 0 insertions(+), 2806 deletions(-)

diffs (truncated from 2878 to 300 lines):

diff -r ca7839f8688c -r 0a95042cc9a3 share/man/man1/man1.i386/Makefile
--- a/share/man/man1/man1.i386/Makefile Fri Sep 08 13:42:50 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#      $NetBSD: Makefile,v 1.2 1997/10/11 08:22:08 mycroft Exp $
-
-MAN=   cursor.1 fed.1 fontedit.1 kcon.1 loadfont.1 mcon.1 scon.1 \
-       vt220keys.1 vttest.1
-MANSUBDIR=/i386
-
-.include <bsd.man.mk>
diff -r ca7839f8688c -r 0a95042cc9a3 share/man/man1/man1.i386/cursor.1
--- a/share/man/man1/man1.i386/cursor.1 Fri Sep 08 13:42:50 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,76 +0,0 @@
-.\"    $NetBSD: cursor.1,v 1.5 1998/06/08 11:07:11 lukem Exp $
-.\"
-.\" Copyright (c) 1992, 1995 Hellmuth Michaelis
-.\"
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\"    notice, this list of conditions and the following disclaimer.
-.\" 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
-.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-.\" IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-.\" 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.
-.\"
-.\" @(#)cursor.1, 3.30, Last Edit-Date: [Fri Jun 30 20:06:58 1995]
-.\"
-.Dd December 19, 1994
-.Dt CURSOR 1
-.Sh NAME
-.Nm cursor
-.Nd set cursor shape for the pcvt VT220 video driver
-.Sh SYNOPSIS
-.Nm cursor
-.Op Fl d Ar device
-.Op Fl n Ar screenno
-.Op Fl s Ar lineno
-.Op Fl e Ar lineno
-.Sh DESCRIPTION
-The
-.Nm cursor
-utility allows the user to set the cursor shape in a given virtual screen
-of the above mentioned driver.
-.Pp
-The options are as follows:
-.Bl -tag -width Ds
-.It Fl d
-Specifies a device for which the cursor shape is set.
-.It Fl n
-Sets the virtual screen number to apply the following parameters to. Not
-specifying this parameter implies the current virtual screen or the screen
-referenced by the -d parameter.
-.It Fl s
-Specifies the starting (top) scanline the cursor should have.
-.It Fl e
-Specifies the last (bottom) scanline the cursor should have.
-.El
-.Pp
-Be aware of the fact that the parameters need to be adjusted for the current
-size of the characterfont in use, on EGA and VGA boards sizes of 8, 14 and
-16 scanlines are currently supported.
-.Sh EXAMPLES
-The command
-.Dq Li cursor -s3 -e10
-sets the cursor on the current virtual screen to a rectangular shape on a
-14 line VGA screen.
-.Sh SEE ALSO
-.Xr loadfont 1 ,
-.Xr scon 1 ,
-.Xr pcvt 4
diff -r ca7839f8688c -r 0a95042cc9a3 share/man/man1/man1.i386/fed.1
--- a/share/man/man1/man1.i386/fed.1    Fri Sep 08 13:42:50 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-.\"    $NetBSD: fed.1,v 1.3 1998/06/08 11:08:10 lukem Exp $
-.\"
-.\" Copyright (c) 1992, 1995 Hellmuth Michaelis
-.\"
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\"    notice, this list of conditions and the following disclaimer.
-.\" 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
-.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-.\" IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-.\" 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.
-.\"
-.\" @(#)fed.1, 3.30, Last Edit-Date: [Wed Jul  5 19:25:39 1995]
-.\"
-.Dd July 3, 1995
-.Dt FED 1
-.Sh NAME
-.Nm fed
-.Nd font editor for pcvt's EGA/VGA download fonts
-.Sh SYNOPSIS
-.Nm fed
-.Op filename
-.Sh DESCRIPTION
-The
-.Nm fed
-utility allows a user to edit or create EGA/VGA download fontfiles to be
-used by the
-.Nm pcvt
-device driver.
-.Pp
-.Sh SEE ALSO
-.Xr pcvt 4
-.Xr loadfont 1
diff -r ca7839f8688c -r 0a95042cc9a3 share/man/man1/man1.i386/fontedit.1
--- a/share/man/man1/man1.i386/fontedit.1       Fri Sep 08 13:42:50 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-.\"    $NetBSD: fontedit.1,v 1.4 1998/01/09 08:04:15 perry Exp $
-.\"
-.TH FONTEDIT 1 LOCAL
-.SH NAME
-fontedit \- Edit fonts.
-.SH SYNOPSIS
-.B fontedit file
-.SH DESCRIPTION
-.I Fontedit
-is used to edit the down line reloadable character set (DRCS) of a VT220
-terminal.  The editor has two display areas, one for displaying the
-entry currently being manipulated, and one for displaying the complete
-DRCS.  Commands to the editor take the form of function keys.
-.PP
-.I Fontedit 
-takes one command line parameter, a file name.  This file is
-used to save the character set.  If the file exists when \fIfontedit\fP
-is invoked, it is read in to initialize the DRCS.  The file is written
-to when \fIfontedit\fP exits.
-.PP
-Commands to fontedit take the form of function keys.  The current
-definitions are:
-.IP \fBHELP\fP
-Display a help screen.
-.IP \fBF6\fP
-Turn the pixel under the cursor on.
-.IP \fBF7\fP
-Turn the pixel under the cursor off.
-.IP \fBF13\fP
-Clear the display area.
-.IP \fBFind\fP
-Save the current font in the font table.  Update the DRCS display.
-.IP \fBSelect\fP
-Extract the entry selected by the cursor in the DRCS display.
-.IP \fBPrev\fP
-Move the cursor to the previous entry in the DRCS display.
-.IP \fBNext\fP
-Move the cursor to the next entry in the DRCS display.
-.IP \fBInsert\fP
-Insert a blank line at the current cursor position.  The bottom row is lost.
-.IP \fBRemove\fP
-Remove the row at the current cursor position.  All rows below the
-current one are shifted up.
-.IP \fBCursors\fP
-Move the cursor in the main display area.
-.PP
-If the screen gets garbled, press <control-L>.
-.PP
-To exit \fIfontedit\fP, press <control-D>.  The DRCS will be saved in
-\fIfile\fP.  To exit without saving the DRCS, hit interrupt (usually
-DEL). 
-.SH DIAGNOSTICS
-.I Fontedit
-will issue a warning when the entry being worked on is not saved, and
-some potentially destructive command, like \fBSelect\fP is used.  To
-override the warning message, immediately reissue the command.
-.SH AUTHOR
-Greg Franks.
-
-
diff -r ca7839f8688c -r 0a95042cc9a3 share/man/man1/man1.i386/kcon.1
--- a/share/man/man1/man1.i386/kcon.1   Fri Sep 08 13:42:50 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,126 +0,0 @@
-.\"    $NetBSD: kcon.1,v 1.5 1999/03/10 09:31:16 erh Exp $
-.\"
-.\" Copyright (c) 1992, 1995 Hellmuth Michaelis
-.\"
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\"    notice, this list of conditions and the following disclaimer.
-.\" 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
-.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-.\" IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-.\" 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.
-.\"
-.\" @(#)kcon.1, 3.31, Last Edit-Date: [Thu Aug 24 10:46:12 1995]
-.\"
-.Dd August 24, 1995
-.Dt KCON 1
-.Sh NAME
-.Nm kcon
-.Nd keyboard control and remapping for the pcvt driver
-.Sh SYNOPSIS
-.Nm kcon
-.Op Fl d Ar delay
-.Op Fl l 
-.Op Fl m Ar map
-.Op Fl o
-.Op Fl p
-.Op Fl R
-.Op Fl r Ar rate
-.Op Fl s
-.Op Fl t Ns Ar +/-
-.Op Fl x
-.Sh DESCRIPTION
-.Nm kcon
-is used for controlling all aspects of keyboard configuration for the 'pcvt'
-video driver.
-.Pp
-The available options are:
-.Bl -tag -width flag
-.It Fl d Ar delay
-Specifies the delay after which the last key entered will be repeated by the
-Keyboard. Valid values are 0..3 corresponding to delays of 250, 500, 750 and
-1000 milliseconds.
-.It Fl l
-Displays the current keyboard map in use by the driver.
-.It Fl m Ar map
-Specifies the map entry to be searched in the keyboard capabilities database
-.Nm keycap.
-The database is searched for the entry and if found, the mapping
-is loaded and is used in the driver from then on.
-.It Fl o
-Switches display of control codes to octal in the listing of the current map.
-To be used in conjunction with the
-.Fl l
-option.
-.It Fl p
-Uses 'pure' output when listing - the Escape character is displayed in either
-octal or hexadecimal and not as 'ESC'. To be used in conjunction with the
-.Fl l
-option.
-.It Fl r Ar rate
-Specifies the character repetition rate. Valid argument values are 0...31
-corresponding to rates of 30 characters/second ... 2 characters/second.
-.It Fl R
-Reset the Keyboard.
-.It Fl s
-Displays the current settings of the rate and delay values.



Home | Main Index | Thread Index | Old Index