]> git.pld-linux.org Git - packages/flex.git/commitdiff
- get rid of @samp{sth} in generated info page
authortwittner <twittner@pld-linux.org>
Sun, 25 Dec 2005 19:08:07 +0000 (19:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flex-info.patch -> 1.4

flex-info.patch

index 86c2d831665d57011b5bcc46a888be3d09de16bb..15089ec3be23e6cb5d65e86446976b205bfc0e26 100644 (file)
  @end direntry
  @c %**end of header
  
  @end direntry
  @c %**end of header
  
+--- flex-2.5.31/doc/flex.texi~ 2005-12-25 19:53:23.925467592 +0100
++++ flex-2.5.31/doc/flex.texi  2005-12-25 19:59:09.244971048 +0100
+@@ -1672,7 +1672,7 @@
+     %%
+     expect-floats        BEGIN(expect);
+-    <expect>[0-9]+@samp{.}[0-9]+      {
++    <expect>[0-9]+\.[0-9]+      {
+                 printf( "found a float, = %f\n",
+                         atof( yytext ) );
+                 }
+@@ -3318,7 +3318,7 @@
+     %option interactive
+     %option always-interactive
+-    @samp{^} beginning-of-line operator
++    ^ beginning-of-line operator
+     yymore()
+ @end verbatim
+ @end example
+@@ -3832,7 +3832,7 @@
+                 if(c == '\n')
+                     ++mylineno;
+-                else if(c == @samp{*})
++                else if(c == '*')
+                     {
+                     if((c = yyinput()) == '/')
+                         break;
This page took 0.050923 seconds and 4 git commands to generate.