Parcourir la source

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

tags/v0.99.beta14
Jean-Yves Lamoureux jylam il y a 17 ans
Parent
révision
9ecad83135
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +1
    -1
      doc/Makefile.am
  2. +1
    -1
      doc/cacaview.1
  3. +1
    -1
      src/img2txt.c

+ 1
- 1
doc/Makefile.am Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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");


Chargement…
Annuler
Enregistrer