Note that module should return EOPNOTSUPP for both unrecognized

*and* unsupported values of `what'.

Submitted by:	kevlo
Discussed on:	cvs-doc@
Approved by:	re (hrs)
MFC after:	3 days
This commit is contained in:
flz 2007-07-19 11:22:34 +00:00
parent ee4925e857
commit 5088f3d698

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 1, 2001
.Dd July 19, 2007
.Dt MODULE 9
.Os
.Sh NAME
@ -85,7 +85,7 @@ contains the value of
.Pp
The module should return
.Er EOPNOTSUPP
for unrecognized values of
for unsupported and unrecognized values of
.Fa what .
.Sh EXAMPLES
.Bd -literal