summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2015-01-21 13:48:06 +0000
committergavin <gavin@FreeBSD.org>2015-01-21 13:48:06 +0000
commit8f91e56ef8071794d9c50e7d9fef5b6d8f605679 (patch)
tree0cb09dad71e92652967fe0ef3b74ca4aa8a2a588 /share
parentb4a285552ce98cadf6aebe324bb52b79e6f8a9f8 (diff)
downloadFreeBSD-src-8f91e56ef8071794d9c50e7d9fef5b6d8f605679.zip
FreeBSD-src-8f91e56ef8071794d9c50e7d9fef5b6d8f605679.tar.gz
"softc" is short for "software context", use that phrase in the
device_get_softc(9) man page. MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/device_get_softc.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/device_get_softc.9 b/share/man/man9/device_get_softc.9
index 76f94d4..5685773 100644
--- a/share/man/man9/device_get_softc.9
+++ b/share/man/man9/device_get_softc.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 2, 2005
+.Dd January 21, 2015
.Dt DEVICE_GET_SOFTC 9
.Os
.Sh NAME
@@ -40,7 +40,7 @@
.Ft void *
.Fn device_get_softc "device_t dev"
.Sh DESCRIPTION
-Return the driver-specific state of
+Return the driver-specific software context of
.Fa dev .
The softc is automatically allocated and zeroed when the device is
attached.
OpenPOWER on IntegriCloud