Changeset 1916
- Timestamp:
- Nov 7, 2007, 10:44:26 AM (13 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/Makefile.am
r1835 r1916 4 4 5 5 doxygen_DOX = libcaca.dox user.dox migrating.dox tutorial.dox canvas.dox font.dox style.dox 6 man_MANS = caca-config.1 cacafire.1 cacaview.1 cacaserver.1 img2 irc.1 cacaplay.16 man_MANS = caca-config.1 cacafire.1 cacaview.1 cacaserver.1 img2txt.1 cacaplay.1 7 7 8 8 if BUILD_DOCUMENTATION -
libcaca/trunk/doc/cacaview.1
r1328 r1916 52 52 it is completely useless when run without an argument. 53 53 .SH SEE ALSO 54 img2 irc(1)54 img2txt(1) 55 55 .SH AUTHOR 56 56 This manual page was written by Sam Hocevar <sam@zoy.org>. -
libcaca/trunk/src/img2txt.c
r1911 r1916 63 63 fprintf(stderr, "\t\t\tutf8 : UTF8 with CRLF (MS Windows)\n"); 64 64 fprintf(stderr, "\t\t\thtml : HTML with CSS and DIV support\n"); 65 fprintf(stderr, "\t\t\thtml : Pure HTML3 with tables\n");65 fprintf(stderr, "\t\t\thtml3 : Pure HTML3 with tables\n"); 66 66 fprintf(stderr, "\t\t\tirc : IRC with ctrl-k codes\n"); 67 67 fprintf(stderr, "\t\t\tps : Postscript\n");
Note: See TracChangeset
for help on using the changeset viewer.