Properly cross-reference pccard(4).

MFC after:	3 days
This commit is contained in:
keramida 2005-01-06 17:19:56 +00:00
parent a45c3571b3
commit 93963ed8d5

View File

@ -43,7 +43,9 @@
Detach a device.
This can be called if the user is replacing the
driver software or if a device is about to be physically removed from
the system (e.g.\& for pccard devices).
the system (e.g.\& for
.Xr pccard 4
devices).
.Pp
The method should deallocate any system resources allocated during the
.Xr DEVICE_ATTACH 9
@ -52,6 +54,7 @@ etc.)
.Sh RETURN VALUES
Zero is returned on success, otherwise an appropriate error is returned.
.Sh SEE ALSO
.Xr pccard 4 ,
.Xr device 9 ,
.Xr DEVICE_ATTACH 9 ,
.Xr DEVICE_IDENTIFY 9 ,