From 459ea53d0509cec96e012a8a2917b6c2d8a7fc39 Mon Sep 17 00:00:00 2001 From: Gavin Atkinson Date: Wed, 21 Jan 2015 13:48:06 +0000 Subject: [PATCH] "softc" is short for "software context", use that phrase in the device_get_softc(9) man page. MFC after: 1 week --- share/man/man9/device_get_softc.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/device_get_softc.9 b/share/man/man9/device_get_softc.9 index 76f94d448aff..5685773aeb96 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.