man: Add formatting to drmModeGetConnector reference
authorMatt Turner <mattst88@gmail.com>
Tue, 19 Apr 2022 20:10:57 +0000 (13:10 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 19 Apr 2022 20:13:13 +0000 (13:13 -0700)
Signed-off-by: Matt Turner <mattst88@gmail.com>
man/drm-kms.7.rst

index 7a4151a..587d7eb 100644 (file)
@@ -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.