Fix markup.
This commit is contained in:
parent
e66f4605a1
commit
4667baf400
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: devsw_attach.9,v 1.4 2022/03/28 12:33:20 riastradh Exp $
|
||||
.\" $NetBSD: devsw_attach.9,v 1.5 2023/02/02 13:25:41 pgoyette Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -27,7 +27,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd January 11, 2022
|
||||
.Dd February 2, 2023
|
||||
.Dt DEVSW 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -133,8 +133,8 @@ should be called before a loaded device driver is unloaded.
|
|||
The caller must ensure that there are no open instances of the device,
|
||||
and that the device's
|
||||
.Fn d_open
|
||||
function will fail, before calling.
|
||||
Fn devsw_detach .
|
||||
function will fail, before calling
|
||||
.Fn devsw_detach .
|
||||
.Pp
|
||||
The
|
||||
.Fn bdevsw_lookup
|
||||
|
|
Loading…
Reference in New Issue