Hi,

spotted this while removing return value from usbd_close_pipe,
following cleanup by pirofti@[0], which made usbd_abort_pipe void.


-Artturi

[0]:
https://github.com/openbsd/src/commit/1e087f7cf25ce711b6cef28d054ab4a68be213d2


diff --git share/man/man9/usbd_close_pipe.9 share/man/man9/usbd_close_pipe.9
index 650182d5284..3c2027c337e 100644
--- share/man/man9/usbd_close_pipe.9
+++ share/man/man9/usbd_close_pipe.9
@@ -25,7 +25,7 @@
 .In dev/usb/usbdi.h
 .Ft usbd_status
 .Fn usbd_close_pipe "struct usbd_pipe *pipe"
-.Ft usbd_status
+.Ft void
 .Fn usbd_abort_pipe "struct usbd_pipe *pipe"
 .Sh DESCRIPTION
 The

Reply via email to