/[groff]/groff/src/preproc/html/pre-html.cpp
ViewVC logotype

Diff of /groff/src/preproc/html/pre-html.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by wl, Fri Oct 8 07:08:08 2004 UTC revision 1.12 by wl, Tue Oct 12 21:39:31 2004 UTC
# Line 1546  static int scanArguments(int argc, char Line 1546  static int scanArguments(int argc, char
1546      { NULL, 0, 0, 0 }      { NULL, 0, 0, 0 }
1547    };    };
1548    while ((c = getopt_long(argc, argv,    while ((c = getopt_long(argc, argv,
1549                            "+a:g:o:i:I:j:D:F:vbdhlrnp", long_options, NULL))                            "+a:g:o:i:I:j:D:F:s:vbdhlrnp", long_options, NULL))
1550           != EOF)           != EOF)
1551      switch(c) {      switch(c) {
1552      case 'v':      case 'v':
# Line 1583  static int scanArguments(int argc, char Line 1583  static int scanArguments(int argc, char
1583      case 'F':      case 'F':
1584        font_path.command_line_dir(optarg);        font_path.command_line_dir(optarg);
1585        break;        break;
1586        case 's':
1587          // handled by post-grohtml (use font size n as the html base font size)
1588          break;
1589      case 'j':      case 'j':
1590        // handled by post-grohtml (set job name for multiple file output)        // handled by post-grohtml (set job name for multiple file output)
1591        break;        break;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26