Re: [WESTON PATCH 1/1] Weston: Fix some weston.ini.man typesetting macros

2014-11-11 Thread Pekka Paalanen
On Fri, 24 Oct 2014 09:10:55 -0500
Derek Foreman der...@osg.samsung.com wrote:

 An obvious improvement.
 
 Reviewed-by: Derek Foreman der...@osg.samsung.com

Indeed, pushed.


Thanks,
pq


 On 23/10/14 09:40 PM, Frederic Plourde wrote:
  This patch fixes a couple of misuses around .TP 7 macros that wrongly
  limited right margins and relative identation.
  ---
   man/weston.ini.man | 3 +--
   1 file changed, 1 insertion(+), 2 deletions(-)
  
  diff --git a/man/weston.ini.man b/man/weston.ini.man
  index c05a221..54a1925 100644
  --- a/man/weston.ini.man
  +++ b/man/weston.ini.man
  @@ -100,51 +100,50 @@ implemented shell or one with Weston as default. 
  Available shells
   in the
   .IR __weston_modules_dir__
   directory are:
   .PP
   .RS 10
   .nf
   .BR desktop-shell.so
   .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__
   directory are:
   .PP
   .RS 10
   .nf
   .BR xwayland.so
   .BR cms-colord.so
   .BR screen-share.so
   .fi
   .RE
   .TP 7
  -.TP 7
   .BI backend= headless-backend.so
   overrides defaults backend. Available backend modules in the
   .IR __weston_modules_dir__
   directory are:
   .PP
   .RS 10
   .nf
   .BR drm-backend.so
   .BR fbdev-backend.so
   .BR headless-backend.so
   .BR rdp-backend.so
   .BR rpi-backend.so
   .BR wayland-backend.so
   .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 xrgb,
   .B xrgb2101010,
   .B rgb565.
   By default, xrgb is used.
   .RS
   .PP
   
   .SH LIBINPUT SECTION
  
 
 ___
 wayland-devel mailing list
 wayland-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/wayland-devel

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [WESTON PATCH 1/1] Weston: Fix some weston.ini.man typesetting macros

2014-10-24 Thread Derek Foreman
An obvious improvement.

Reviewed-by: Derek Foreman der...@osg.samsung.com

On 23/10/14 09:40 PM, Frederic Plourde wrote:
 This patch fixes a couple of misuses around .TP 7 macros that wrongly
 limited right margins and relative identation.
 ---
  man/weston.ini.man | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/man/weston.ini.man b/man/weston.ini.man
 index c05a221..54a1925 100644
 --- a/man/weston.ini.man
 +++ b/man/weston.ini.man
 @@ -100,51 +100,50 @@ implemented shell or one with Weston as default. 
 Available shells
  in the
  .IR __weston_modules_dir__
  directory are:
  .PP
  .RS 10
  .nf
  .BR desktop-shell.so
  .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__
  directory are:
  .PP
  .RS 10
  .nf
  .BR xwayland.so
  .BR cms-colord.so
  .BR screen-share.so
  .fi
  .RE
  .TP 7
 -.TP 7
  .BI backend= headless-backend.so
  overrides defaults backend. Available backend modules in the
  .IR __weston_modules_dir__
  directory are:
  .PP
  .RS 10
  .nf
  .BR drm-backend.so
  .BR fbdev-backend.so
  .BR headless-backend.so
  .BR rdp-backend.so
  .BR rpi-backend.so
  .BR wayland-backend.so
  .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 xrgb,
  .B xrgb2101010,
  .B rgb565.
  By default, xrgb is used.
  .RS
  .PP
  
  .SH LIBINPUT SECTION
 

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


[WESTON PATCH 1/1] Weston: Fix some weston.ini.man typesetting macros

2014-10-23 Thread Frederic Plourde
This patch fixes a couple of misuses around .TP 7 macros that wrongly
limited right margins and relative identation.
---
 man/weston.ini.man | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/man/weston.ini.man b/man/weston.ini.man
index c05a221..54a1925 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -100,51 +100,50 @@ implemented shell or one with Weston as default. 
Available shells
 in the
 .IR __weston_modules_dir__
 directory are:
 .PP
 .RS 10
 .nf
 .BR desktop-shell.so
 .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__
 directory are:
 .PP
 .RS 10
 .nf
 .BR xwayland.so
 .BR cms-colord.so
 .BR screen-share.so
 .fi
 .RE
 .TP 7
-.TP 7
 .BI backend= headless-backend.so
 overrides defaults backend. Available backend modules in the
 .IR __weston_modules_dir__
 directory are:
 .PP
 .RS 10
 .nf
 .BR drm-backend.so
 .BR fbdev-backend.so
 .BR headless-backend.so
 .BR rdp-backend.so
 .BR rpi-backend.so
 .BR wayland-backend.so
 .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 xrgb,
 .B xrgb2101010,
 .B rgb565.
 By default, xrgb is used.
 .RS
 .PP
 
 .SH LIBINPUT SECTION
-- 
1.9.1

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel