On 2010-08-20 "Carlos R. Mafra" <[email protected]> wrote: > On Fri, 20 Aug 2010 at 20:52:25 +0400, NIR Ginko wrote: > > Carlos R. Mafra <[email protected]> писал(а) в своём письме Fri, 20 >> Aug 2010 20:58:37 +0400:
>> >What's the final status of this? >> I can't find any problems. It's reported to work on Debian Lenny, >> Gentoo, Slackware64 13 and Linux Mint 9. I think that you can safely >> add manpages to repository. > Ok, I pushed it to the 'next' branch including the build fixes > by Andreas. Hello, could you push the .TH fix, too (it was just in the mail body, proper patch attached)? Thank you. On a sidenote have you got a ex cathedra response for <http://mid.gmane.org/[email protected]>? tia, cu andreas
>From 5b002c4a5862d5c33f52736f45ab3c908289a501 Mon Sep 17 00:00:00 2001 From: Andreas Metzler <[email protected]> Date: Sat, 21 Aug 2010 08:39:41 +0200 Subject: [PATCH] Correct .TH header The space in "Window Maker" needs to be escaped in the .TH header, otherwise parsing fails. (The section would be set to MAKER instead of 1x.) --- doc/ru/wmaker.1x | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/ru/wmaker.1x b/doc/ru/wmaker.1x index d4d92b0..0e3febb 100644 --- a/doc/ru/wmaker.1x +++ b/doc/ru/wmaker.1x @@ -1,5 +1,5 @@ .\" Hey, Emacs! This is an -*- nroff -*- source file. -.TH Window Maker 1x "August 1998" +.TH Window\ Maker 1x "August 1998" .SH "НАИМЕНОВАНИЕ" wmaker \- оконный менеджер для X11 эмулирующий интерфейс NEXTSTEP. .SH "СИНТАКСИС" -- 1.7.1
