blob: 77317cfad3a086ce8a7b2f59cc7255c653d14edd (
plain)
1
2
3
4
5
6
7
8
9
|
# printing port list, in the form "number [options]"
# where:
# - number is the port number in the range [0-9]
# the p910nd daemon will listen on tcp port 9100+number
# - options can be :
# -b to turn on bidirectional copying.
# -f to specify a different printer device.
#
0 -b -f /dev/usb/lp0
|