Sfoglia il codice sorgente

* Updated documentation to reflect img2irc name change, fixed typo in img2txt help

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17 anni fa
parent
commit
9ecad83135
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +1
    -1
      doc/Makefile.am
  2. +1
    -1
      doc/cacaview.1
  3. +1
    -1
      src/img2txt.c

+ 1
- 1
doc/Makefile.am Vedi File

@@ -3,7 +3,7 @@
EXTRA_DIST = doxygen.cfg.in footer.html header.html $(man_MANS) $(doxygen_DOX)

doxygen_DOX = libcaca.dox user.dox migrating.dox tutorial.dox canvas.dox font.dox style.dox
man_MANS = caca-config.1 cacafire.1 cacaview.1 cacaserver.1 img2irc.1 cacaplay.1
man_MANS = caca-config.1 cacafire.1 cacaview.1 cacaserver.1 img2txt.1 cacaplay.1

if BUILD_DOCUMENTATION
htmldoc_DATA = html/doxygen.css


+ 1
- 1
doc/cacaview.1 Vedi File

@@ -51,6 +51,6 @@ yet to load an image from
.B cacaview
it is completely useless when run without an argument.
.SH SEE ALSO
img2irc(1)
img2txt(1)
.SH AUTHOR
This manual page was written by Sam Hocevar <sam@zoy.org>.

+ 1
- 1
src/img2txt.c Vedi File

@@ -62,7 +62,7 @@ static void usage(int argc, char **argv)
fprintf(stderr, "\t\t\tutf8 : UTF8 with CR\n");
fprintf(stderr, "\t\t\tutf8 : UTF8 with CRLF (MS Windows)\n");
fprintf(stderr, "\t\t\thtml : HTML with CSS and DIV support\n");
fprintf(stderr, "\t\t\thtml : Pure HTML3 with tables\n");
fprintf(stderr, "\t\t\thtml3 : Pure HTML3 with tables\n");
fprintf(stderr, "\t\t\tirc : IRC with ctrl-k codes\n");
fprintf(stderr, "\t\t\tps : Postscript\n");
fprintf(stderr, "\t\t\tsvg : Scalable Vector Graphics\n");


Caricamento…
Annulla
Salva