/* Void Main's man pages */
{ phpMan } else { main(); }
probe::tty.init (3stap) - Called when a tty is being initalized
probe::tty.ioctl (3stap) - called when a ioctl is request to the tty
probe::tty.open (3stap) - Called when a tty is opened
probe::tty.poll (3stap) - Called when a tty device is being polled
probe::tty.read (3stap) - called when a tty line will be read
probe::tty.receive (3stap) - called when a tty receives a message
probe::tty.register (3stap) - Called when a tty device is registred
probe::tty.release (3stap) - Called when the tty is closed
probe::tty.resize (3stap) - Called when a terminal resize happens
probe::tty.unregister (3stap) - Called when a tty device is being unregistered
probe::tty.write (3stap) - write to the tty line

