Mario Lang, le Sun 22 Jul 2007 15:27:25 +0200, a écrit :
> W: libbrlapi-dev: manpage-has-errors-from-man 
> usr/share/man/man3/brlapi_keys.3.gz 315: warning [p 5, 2.5i]: can't break line

Here is a patch.

> W: brltty-x11: binary-without-manpage usr/bin/xbrlapi

Ah, yes, I never documented that. Added to my TODO list.

> W: brltty: manpage-has-errors-from-man usr/share/man/man1/vstp.1.gz 117: 
> warning: can't find numbered character 233

That's é of Sébastien. I don't know how to tell groff which character
set is being used.  As a workaround, the attached patch2 should be fine.

Samuel
Index: Programs/brlapi.h.in
===================================================================
--- Programs/brlapi.h.in        (révision 3164)
+++ Programs/brlapi.h.in        (copie de travail)
@@ -664,10 +664,10 @@
  * - in a \c select() loop, just add it to the \c readfds and \c exceptfds file
  *   descriptor sets;
  * - in a gtk or atspi application, use
- *   \c g_io_add_watch(fileDescriptor,G_IO_IN|G_IO_ERR|G_IO_HUP,f,data)
+ *   \c g_io_add_watch(fileDescriptor, \c G_IO_IN|G_IO_ERR|G_IO_HUP, \c f, \c 
data)
  *   for adding a callback called \c f;
  * - in an Xt/Xaw/motif-based application, use
- *   \c 
XtAppAddInput(app_context,fileDescriptor,XtInputReadMask|XtInputExceptMask,f,data)
+ *   \c XtAppAddInput(app_context, \c fileDescriptor, \c 
XtInputReadMask|XtInputExceptMask, \c f, \c data)
  * - etc.
  *
  * and then, when you detect inbound trafic on the file descriptor, do 
something
Index: BrailleDrivers/VisioBraille/vstp.1
===================================================================
--- BrailleDrivers/VisioBraille/vstp.1  (révision 3164)
+++ BrailleDrivers/VisioBraille/vstp.1  (copie de travail)
@@ -114,4 +114,4 @@
 
 .SH AUTHOR
 Samuel Thibault <[EMAIL PROTECTED]>
-and Sébastien Hinderer <[EMAIL PROTECTED]>
+and Sebastien Hinderer <[EMAIL PROTECTED]>
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to