NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/57364: Typo in video(4)
>Number: 57364
>Category: misc
>Synopsis: Typo in video(4)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Apr 18 05:45:00 +0000 2023
>Originator: Li-Wen Hsu
>Release: current
>Organization:
>Environment:
>Description:
A typo in video(4): the description of the struct v4l2_capability, the name of the third field should be `bus_info`, not `buf_info`.
>How-To-Repeat:
>Fix:
diff --git a/share/man/man4/video.4 b/share/man/man4/video.4
index 1a576c414fde..95d9ca8366f4 100644
--- a/share/man/man4/video.4
+++ b/share/man/man4/video.4
@@ -92,7 +92,7 @@ filled by the driver:
describes the driver used by this device,
.Va card
describes the video capture card or camera, and
-.Va buf_info
+.Va bus_info
represents the bus to which the hardware device is attached.
.Pp
The
Home |
Main Index |
Thread Index |
Old Index