[PATCH RESEND xserver 2/2] XWinrc.man: fix warning: tab character in unquoted macro argument #35054

Jeremy Huddleston jeremyhu at apple.com
Mon Oct 17 11:39:25 PDT 2011


Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

On Oct 17, 2011, at 10:00 AM, Gaetan Nadon wrote:

> Spaces or tabs do not affect the text output layout.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
> hw/xwin/man/XWinrc.man |   10 +++++-----
> 1 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/hw/xwin/man/XWinrc.man b/hw/xwin/man/XWinrc.man
> index e4c454f..71d8dad 100644
> --- a/hw/xwin/man/XWinrc.man
> +++ b/hw/xwin/man/XWinrc.man
> @@ -88,15 +88,15 @@ this may be useful if you want no dialogs.
> This instruction defines a menu and asigns a \fIMenu_Name\fP to it.
> \fIMenu_Item_Line\fP are lines  of any of the following types:
> .TP 8
> -.B \t SEPARATOR
> +.B SEPARATOR
> .TP 8
> -.B  \t \fIItem_Label\fP  EXEC \fICommand\fP
> +.B \fIItem_Label\fP  EXEC \fICommand\fP
> .TP 8
> -.B \t \fIItem_Label\fP  MENU \fIpreviously-defined-menu-name\fP
> +.B \fIItem_Label\fP  MENU \fIpreviously-defined-menu-name\fP
> .TP 8
> -.B \t \fIItem_Label\fP  ALWAYSONTOP
> +.B \fIItem_Label\fP  ALWAYSONTOP
> .TP 8
> -.B \t \fIItem_Label\fP  RELOAD
> +.B \fIItem_Label\fP  RELOAD
> .br
> The \fIItem_Label\fP is the string that is written in the menu item.
> .br
> -- 
> 1.7.4.1
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
> 



More information about the xorg-devel mailing list