.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PARPORT_FIND_NUMBER" "9" "09 October 2005" "" "" .SH NAME parport_find_number \- find a parallel port by number .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct parport * parport_find_number (int \fInumber\fB); \fR .SH "ARGUMENTS" .TP \fB\fInumber\fB\fR parallel port number .SH "DESCRIPTION" .PP This returns the parallel port with the specified number, or NULL if there is none. .PP There is an implicit \fBparport_get_port\fR done already; to throw away the reference to the port that \fBparport_find_number\fR gives you, use \fBparport_put_port\fR\&.