Module Name:    src
Committed By:   riastradh
Date:           Sat Mar  5 06:55:58 UTC 2022

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

Log Message:
usbnet(9): Clarify uno_stop contract in man page.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/share/man/man9/usbnet.9:1.17
--- src/share/man/man9/usbnet.9:1.16	Sat Mar  5 06:55:49 2022
+++ src/share/man/man9/usbnet.9	Sat Mar  5 06:55:58 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: usbnet.9,v 1.16 2022/03/05 06:55:49 riastradh Exp $
+.\"	$NetBSD: usbnet.9,v 1.17 2022/03/05 06:55:58 riastradh Exp $
 .\"
 .\" Copyright (c) 2019 Matthew R. Green
 .\" All rights reserved.
@@ -355,7 +355,8 @@ Stop hardware activity
 .Pq optional .
 Called under
 .Xr IFNET_LOCK 9
-when bringing the interface down, except when the device is detaching.
+when bringing the interface down, but skipped when the device is
+detaching.
 .It Ft int Fn (*uno_ioctl) "struct ifnet *ifp" "u_long cmd" "void *data"
 Handle driver-specific ioctls
 .Pq optional .

Reply via email to