Module Name: src Committed By: riastradh Date: Wed Oct 18 10:50:42 UTC 2023
Modified Files: src/share/man/man4: drm.4 Log Message: drm(4): Fix thinko -- display configuration, not device configuration. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man4/drm.4 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/man4/drm.4 diff -u src/share/man/man4/drm.4:1.19 src/share/man/man4/drm.4:1.20 --- src/share/man/man4/drm.4:1.19 Wed Oct 18 10:28:06 2023 +++ src/share/man/man4/drm.4 Wed Oct 18 10:50:42 2023 @@ -1,4 +1,4 @@ -.\" $NetBSD: drm.4,v 1.19 2023/10/18 10:28:06 riastradh Exp $ +.\" $NetBSD: drm.4,v 1.20 2023/10/18 10:50:42 riastradh Exp $ .\" .\" Copyright (c) 2007, 2013 Thomas Klausner .\" All rights reserved. @@ -55,7 +55,7 @@ processing unit drivers come in two generations: .Bl -tag -width No .It Kernel mode-setting Pq Tn KMS -Modern drivers that query and control device configuration in the +Modern drivers that query and control display configuration in the kernel via .Xr ioctl 2 commands exposed to userland.