.\" 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 "WDRTAS_TEMP_READ" "9" "09 October 2005" "" "" .SH NAME wdrtas_temp_read \- gives back the temperature in fahrenheit .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp ssize_t wdrtas_temp_read (struct file * \fIfile\fB, char __user * \fIbuf\fB, size_t \fIcount\fB, loff_t * \fIppos\fB); \fR .SH "ARGUMENTS" .TP \fB\fIfile\fB\fR file structure .TP \fB\fIbuf\fB\fR user buffer .TP \fB\fIcount\fB\fR number of bytes to be read .TP \fB\fIppos\fB\fR position in file .SH "DESCRIPTION" .PP returns always 1 or -EFAULT in case of user space copy failures, <0 on other failures .PP wdrtas_temp_read gives the temperature to the users by copying this value as one byte into the user space buffer. The unit is Fahrenheit...