diff options
author | Frederic Plourde <frederic.plourde@collabora.co.uk> | 2014-10-23 22:40:03 -0400 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-11-11 13:05:48 +0200 |
commit | 4b53f630e8d15d031bcf60f0dc94db3de8adb614 (patch) | |
tree | caf810e71d7590994a7ed7b5ffef4fd43a6d50cb /man | |
parent | 77f7daca681f0b90457fa7a67ad5de72a3d83a75 (diff) |
man: Fix some weston.ini.man typesetting macros
This patch fixes a couple of misuses around .TP 7 macros that wrongly
limited right margins and relative identation.
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Tested-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index c05a2215..54a1925d 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -107,7 +107,6 @@ directory are: .fi .RE .TP 7 -.TP 7 .BI "modules=" xwayland.so,cms-colord.so specifies the modules to load (string). Available modules in the .IR "__weston_modules_dir__" @@ -121,7 +120,6 @@ directory are: .fi .RE .TP 7 -.TP 7 .BI "backend=" headless-backend.so overrides defaults backend. Available backend modules in the .IR "__weston_modules_dir__" @@ -138,6 +136,7 @@ directory are: .BR x11-backend.so .fi .RE +.TP 7 .BI "gbm-format="format sets the GBM format used for the framebuffer for the GBM backend. Can be .B xrgb8888, |