diff options
author | bde <bde@FreeBSD.org> | 1999-03-06 17:14:24 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-03-06 17:14:24 +0000 |
commit | 1b7889bbfd715c3ad257833a40c58f8ffda8b8fd (patch) | |
tree | baace540814318903207e0e2e3ae42925f23dafc /share/man/man9 | |
parent | a89e4f49cdfa86a2c05a481fcac92953229089b4 (diff) | |
download | FreeBSD-src-1b7889bbfd715c3ad257833a40c58f8ffda8b8fd.zip FreeBSD-src-1b7889bbfd715c3ad257833a40c58f8ffda8b8fd.tar.gz |
Fixed C syntax error in synopsis.
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/devclass_get_devices.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/devclass_get_devices.9 b/share/man/man9/devclass_get_devices.9 index 686d255..5e994b6 100644 --- a/share/man/man9/devclass_get_devices.9 +++ b/share/man/man9/devclass_get_devices.9 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: devclass_get_devices.9,v 1.1 1998/09/03 21:52:05 dfr Exp $ .\" .Dd June 16, 1998 .Dt devclass_get_devices 9 @@ -38,7 +38,7 @@ .Fd #include <sys/param.h> .Fd #include <sys/bus.h> .Ft int -.Fn devclass_get_devices "devclass_t dc" "int device_t **devlistp" "int *devcountp" +.Fn devclass_get_devices "devclass_t dc" "device_t **devlistp" "int *devcountp" .Sh DESCRIPTION .Pp Retrieve a list of all device instances currently in the devclass and |