Module Name:    src
Committed By:   mrg
Date:           Tue Oct 17 03:12:35 UTC 2023

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

Log Message:
fix a typo: s/usbent_set_link/usbnet_set_link/.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/usbnet.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/usbnet.9
diff -u src/share/man/man9/usbnet.9:1.20 src/share/man/man9/usbnet.9:1.21
--- src/share/man/man9/usbnet.9:1.20	Sat Aug 20 23:50:41 2022
+++ src/share/man/man9/usbnet.9	Tue Oct 17 03:12:35 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: usbnet.9,v 1.20 2022/08/20 23:50:41 riastradh Exp $
+.\"	$NetBSD: usbnet.9,v 1.21 2023/10/17 03:12:35 mrg Exp $
 .\"
 .\" Copyright (c) 2019 Matthew R. Green
 .\" All rights reserved.
@@ -795,7 +795,7 @@ only code that inspects the result of th
 .It Common errors
 It's common to forget to set link active on devices with MII.
 Be sure to call
-.Fn usbent_set_link
+.Fn usbnet_set_link
 during any status change event.
 .Pp
 Many locking issues are hidden without

Reply via email to