Print this page
12745 man page typos
*** 131,142 ****
succeed. If status bits are set, a transfer will
fail. If a transfer will succeed, zero is returned.
If a transfer fails, the driver returns EIO and the
state of the status bits are captured. The captured
status can be retrieved using the BPPIOC_GETERR
! ioctl(2) call. BPPIOC_TESTIO and BPPIOC_GETERR are
! compatible to the ioctls specified in bpp(7D).
Note -
Unlike the ecpp(7D) driver, only the
ECPP_CENTRONICS mode is currently supported in
--- 131,141 ----
succeed. If status bits are set, a transfer will
fail. If a transfer will succeed, zero is returned.
If a transfer fails, the driver returns EIO and the
state of the status bits are captured. The captured
status can be retrieved using the BPPIOC_GETERR
! ioctl(2) call.
Note -
Unlike the ecpp(7D) driver, only the
ECPP_CENTRONICS mode is currently supported in
*** 281,292 ****
|Architecture | SPARC, x86, PCI-based systems |
+---------------+-------------------------------+
SEE ALSO
cfgadm_usb(1M), printmgr(1M), ioctl(2), open(2), read(2), write(2),
! attributes(5), bpp(7D), ecpp(7D), ugen(7D), usba(7D), prnio(7I),
! attach(9E)
Writing Device Drivers
--- 280,290 ----
|Architecture | SPARC, x86, PCI-based systems |
+---------------+-------------------------------+
SEE ALSO
cfgadm_usb(1M), printmgr(1M), ioctl(2), open(2), read(2), write(2),
! attributes(5), ecpp(7D), ugen(7D), usba(7D), prnio(7I), attach(9E)
Writing Device Drivers
*** 352,357 ****
disconnecting the USB cable of USB Parallel Printer Adapter from the
host or hub port.
! May 13, 2017 USBPRN(7D)
--- 350,355 ----
disconnecting the USB cable of USB Parallel Printer Adapter from the
host or hub port.
! May 17, 2020 USBPRN(7D)