diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-08-03 16:13:25 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-08-03 16:13:25 +0000 |
commit | 67fa3d3bfef0991f223526ce4bef0d24991565df (patch) | |
tree | ab4567a7cb8221dd8ce4915c66c1191237e28a0a /share/man | |
parent | 8dc6485f2e95a13b4b57ce4fe0d7f1131eae0460 (diff) |
Remove the tb(4) line discipline and manual page. I found no man pages
referencing tb(4).
ok deraadt
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/tb.4 | 117 |
2 files changed, 2 insertions, 119 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index f0d52d2dfe3..8b4ff3952fe 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.373 2006/08/03 08:45:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.374 2006/08/03 16:13:24 mbalmer Exp $ MAN= aac.4 ac97.4 acx.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -39,7 +39,7 @@ MAN= aac.4 ac97.4 acx.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ sdmmc.4 sdhc.4 ses.4 \ sequencer.4 sf.4 sf2r.4 sfr.4 siop.4 sis.4 sk.4 sl.4 sm.4 \ speaker.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 \ - systrace.4 tb.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \ + systrace.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \ tlphy.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \ txphy.4 uaudio.4 ubsa.4 ubsec.4 ubt.4 ucom.4 udav.4 \ udcf.4 udp.4 udsbr.4 \ diff --git a/share/man/man4/tb.4 b/share/man/man4/tb.4 deleted file mode 100644 index e3e9afc03ce..00000000000 --- a/share/man/man4/tb.4 +++ /dev/null @@ -1,117 +0,0 @@ -.\" $OpenBSD: tb.4,v 1.9 2004/03/21 19:47:59 miod Exp $ -.\" $NetBSD: tb.4,v 1.3.6.1 1996/05/31 00:37:45 cgd Exp $ -.\" -.\" Copyright (c) 1986, 1991 Regents of the University of California. -.\" 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. Neither the name of the University nor the names of its contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS OR CONTRIBUTORS 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. -.\" -.\" @(#)tb.4 6.4 (Berkeley) 3/27/91 -.\" -.Dd March 27, 1991 -.Dt TB 4 -.Os -.Sh NAME -.Nm tb -.Nd line discipline for digitizing devices -.Sh SYNOPSIS -.Cd "pseudo-device tb" Op Ar count -.Sh DESCRIPTION -This line discipline provides a polled interface to many common -digitizing devices which are connected to a host through a serial line. -When these devices stream data at high speed, the use of the -line discipline is critical in minimizing the number of samples -that would otherwise be lost due to buffer exhaustion in the -.Xr tty 4 -handler. -.Pp -The line discipline is enabled by a sequence: -.Bd -literal -offset indent -#include <sys/tablet.h> -int ldisc = TABLDISC, fildes; ... -ioctl(fildes, TIOCSETD, &ldisc); -.Ed -.Pp -A typical application program then polls the digitizing device by -reading a binary data structure which contains: the current X and -Y positions (in the device coordinate space), -up-down status of the buttons or pen stylus, -proximity information (when available), and a count -of the number of samples received from the input device -since it was opened. -In addition, devices such as the -.Tn GTCO -append tilt and pressure information to the end of -the aforementioned structure. -For the Polhemus 3-D digitizer the structure read is completely different. -Refer to the include file for a complete description. -.Pp -While in tablet mode, normal teletype input and output functions take place. -Thus, if an 8 bit output data path is desired, it is necessary -to prepare the output line by putting it into -.Tn RAW -mode using -.Xr ioctl 2 . -This must be done -.Em before -changing the discipline with -.Dv TIOCSETD , -as most -.Xr ioctl 2 -calls are disabled while in tablet line-discipline mode. -.Pp -The line discipline supports -.Xr ioctl 2 -requests to get/set the operating mode, and to get/set the tablet type -and operating mode by -.Em or Ns -ing -the two values together. -.Pp -Calling -.Xr read 2 -on the device always succeeds, returning the last sample, -although the -.Xr select 2 -and -.Xr poll 2 -system calls will correctly report the read state for new samples. -.Pp -The line discipline supports digitizing devices which are -compatible with Hitachi, -.Tn GTCO , -or Polhemus protocol formats. -For Hitachi there are several formats with that used in the -newer model -.Tn HDG-1111B -the most common. -.Sh DIAGNOSTICS -None. -.Sh SEE ALSO -.Xr tty 4 -.Sh HISTORY -The -.Nm -interface appeared in -.Bx 4.3 . |