Re: [PATCH 03/23] WINGs: mark the script 'get-wings-flags' as deprecated

2015-04-18 Thread Christophe
Hi Douglas,

- Douglas Torrance  a écrit :
> Hi Christophe,
> 
> On 04/06/2015 10:57 AM, Christophe CURIS wrote:
> > --- a/doc/get-wings-flags.1
> > +++ b/doc/get-wings-flags.1
> > [...]
> > +.R WINGs
> 
> I'm getting the following warnings when I run "man --warnings 
> ./get-wings-flags.1 > /dev/null":
> 
> `R' is a string (producing the registered sign), not a macro.
> `R' is a string (producing the registered sign), not a macro.
> 
> This is true for all the get-*-flags manpages.

I confirm, I missed these because by default "man" does report anything and I 
did not know about this nice "--warnings" option...


Carlos,

I propose the following 3 patchs to fix that.

 doc/get-wings-flags.1   | 4 ++--
 doc/get-wraster-flags.1 | 4 ++--
 doc/get-wutil-flags.1   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)


--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: [PATCH 03/23] WINGs: mark the script 'get-wings-flags' as deprecated

2015-04-06 Thread Torrance, Douglas
Hi Christophe,

On 04/06/2015 10:57 AM, Christophe CURIS wrote:
> --- a/doc/get-wings-flags.1
> +++ b/doc/get-wings-flags.1
> @@ -1,32 +1,32 @@
>   .TH "get-wings-flags" "1" "22 March 2005"
>   .SH "NAME"
> -\fBget-wings-flags\fR \- output libWINGs compile and linker flags
> +\fBget-wings-flags\fP \- output libWINGs compiler and linker flags 
> (deprecated)
>   .PP
>   .SH "SYNOPSIS"
> -.B get-wings-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
> -[ \fI\-\-libs \fR]
> -.PP
> +.B pkg-config
> +.R WINGs

I'm getting the following warnings when I run "man --warnings 
./get-wings-flags.1 > /dev/null":

`R' is a string (producing the registered sign), not a macro.
`R' is a string (producing the registered sign), not a macro.

This is true for all the get-*-flags manpages.

Doug

--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.