Correct the text for the return value.

Submitted by:	phk
This commit is contained in:
Nick Hibma 2000-07-04 12:45:56 +00:00
parent 6601e641fd
commit fd473ea108

View file

@ -43,7 +43,7 @@
.Pp
Return the driver-specific instance variables of a device.
.Sh RETURN VALUES
Zero is returned on success, otherwise an error is returned.
The pointer to the driver-specific instance variable is returned.
.Sh SEE ALSO
.Xr device 9
.Sh AUTHORS