Package: flex-doc
Version: 2.5.33-12
Severity: minor

*** Please type your report below this line *** The information for the
package contains a reference to http://lex.sf.net ; it should be
http://flex.sf.net ; there is a similar issue regarding the download page;
that should be 'flex' and not lex.

The above is kind of important whereas I make brief mention of some issues
in the (html) documentation proper which may or may not be of much
consequence:

a) Section 10: Start Conditions
   Inside the example using 'expect-floats', there is a part that
   contains an 'at' symbol followed by 'samp' (@samp), specifically:
   
   <expect>[EMAIL PROTECTED]
   
   which is kind of suspicious; dinosaur.compilertools.net's flex
   documentation has it as:
   
   <expect>[0-9]+"."[0-9]+
   
   which makes more sense.
   
b) Section 4: Some Simple Examples

   Code section reads:
   %{
   /* need this for the call to atof() below */
   #include math.h>
   %}
   
   should read:
   %{
   /* need this for the call to atof() below */
   #include <math.h>
   %}
-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=, LC_CTYPE= (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to