Module Name:    src
Committed By:   pgoyette
Date:           Thu Feb  2 13:25:41 UTC 2023

Modified Files:
        src/share/man/man9: devsw_attach.9

Log Message:
Fix markup.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/devsw_attach.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/devsw_attach.9
diff -u src/share/man/man9/devsw_attach.9:1.4 src/share/man/man9/devsw_attach.9:1.5
--- src/share/man/man9/devsw_attach.9:1.4	Mon Mar 28 12:33:20 2022
+++ src/share/man/man9/devsw_attach.9	Thu Feb  2 13:25:41 2023
@@ -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 
 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

Reply via email to