[BRLTTY] Man page regressions

Samuel Thibault samuel.thibault at ens-lyon.org
Sun Jul 22 09:57:52 EDT 2007


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
-------------- next part --------------
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
-------------- next part --------------
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 <samuel.thibault at ens-lyon.org>
-and Sébastien Hinderer <sebastien.hinderer at ens-lyon.fr>
+and Sebastien Hinderer <sebastien.hinderer at ens-lyon.fr>


More information about the BRLTTY mailing list