summaryrefslogtreecommitdiffstats
path: root/share/man/man9/device_get_softc.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-21 15:49:01 +0000
committerru <ru@FreeBSD.org>2003-05-21 15:49:01 +0000
commitaaa0f05b8038505fb90ace42372bb0a51e25cf11 (patch)
tree58f4b7ce9201704305853728000bcd105bb708b4 /share/man/man9/device_get_softc.9
parent1566e448bd374392c3a70f5079be88e7144b44a6 (diff)
downloadFreeBSD-src-aaa0f05b8038505fb90ace42372bb0a51e25cf11.zip
FreeBSD-src-aaa0f05b8038505fb90ace42372bb0a51e25cf11.tar.gz
Assorted mdoc(7), grammar, spelling, and punctuation fixes.
Approved by: re (blanket)
Diffstat (limited to 'share/man/man9/device_get_softc.9')
-rw-r--r--share/man/man9/device_get_softc.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/device_get_softc.9 b/share/man/man9/device_get_softc.9
index 74816d01..4e8fe50 100644
--- a/share/man/man9/device_get_softc.9
+++ b/share/man/man9/device_get_softc.9
@@ -44,9 +44,9 @@ Return the driver-specific state of
.Fa dev .
The softc is automatically allocated the first time it is requested.
The size of the allocation is determined by the device's
-.Ft driver_t
+.Vt driver_t
information used to define the driver.
-The softc typically encaposlates the state of this instance of the
+The softc typically encapsulates the state of this instance of the
device.
.Pp
Driver writers are discouraged from using their own softc management
@@ -56,9 +56,9 @@ tree that predates this function.
.Sh RETURN VALUES
The pointer to the driver-specific instance variable is returned.
.Sh SEE ALSO
-.Xr driver 9 ,
.Xr device 9 ,
-.Xr device_set_softc 9
+.Xr device_set_softc 9 ,
+.Xr driver 9
.Sh AUTHORS
This man page was written by
.An Doug Rabson .
OpenPOWER on IntegriCloud