.\" 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 "PRINT_TAINTED" "" "06 October 2005" "" ""
.SH NAME
print_tainted \- return a string to represent the kernel taint state.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
const char * print_tainted ( \fIvoid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvoid\fB\fR
no arguments
.SH "DESCRIPTION"
.PP
.PP
'P' - Proprietary module has been loaded.
'F' - Module has been forcibly loaded.
'S' - SMP with CPUs not designed for SMP.
.PP
The string is overwritten by the next call to \fBprint_taint\fR\&.