From 62e25c8baac80d6af1287c964d5d83eb255ef339 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 19 Apr 2022 13:10:57 -0700 Subject: [PATCH] man: Add formatting to drmModeGetConnector reference Signed-off-by: Matt Turner --- man/drm-kms.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/drm-kms.7.rst b/man/drm-kms.7.rst index 7a4151ae..587d7eb7 100644 --- a/man/drm-kms.7.rst +++ b/man/drm-kms.7.rst @@ -102,7 +102,7 @@ for the selected connector. See the *Examples* section below for more information. All valid modes for a connector can be retrieved with a call to -drmModeGetConnector3 You need to select the mode you want to use and save it. +**drmModeGetConnector**\ (3) You need to select the mode you want to use and save it. The first mode in the list is the default mode with the highest resolution possible and often a suitable choice.