man: Add formatting to drmModeGetConnector reference

Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Matt Turner 2022-04-19 13:10:57 -07:00
parent 37d50e1cbf
commit 62e25c8baa

View file

@ -102,7 +102,7 @@ for the selected connector. See the *Examples* section below for more
information. information.
All valid modes for a connector can be retrieved with a call to 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 The first mode in the list is the default mode with the highest resolution
possible and often a suitable choice. possible and often a suitable choice.