From 68d8eaff9645f037a6c674cbc23cb14a417e3aef Mon Sep 17 00:00:00 2001 From: n_hibma Date: Tue, 4 Jul 2000 12:45:56 +0000 Subject: Correct the text for the return value. Submitted by: phk --- share/man/man9/device_get_softc.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/device_get_softc.9 b/share/man/man9/device_get_softc.9 index 1a40f7e..24bd23e 100644 --- a/share/man/man9/device_get_softc.9 +++ b/share/man/man9/device_get_softc.9 @@ -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 -- cgit v1.1