summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-07-04 12:45:56 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-07-04 12:45:56 +0000
commit68d8eaff9645f037a6c674cbc23cb14a417e3aef (patch)
treea4c3868002058bc845960dd55c397ad2e805bb53
parentbb3b154d603b4b20ef4ce164b9776de86be63b61 (diff)
downloadFreeBSD-src-68d8eaff9645f037a6c674cbc23cb14a417e3aef.zip
FreeBSD-src-68d8eaff9645f037a6c674cbc23cb14a417e3aef.tar.gz
Correct the text for the return value.
Submitted by: phk
-rw-r--r--share/man/man9/device_get_softc.92
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud