Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

27 righe
604 B

  1. .TH cacaplay 1 "2006-11-10" "libcaca"
  2. .SH NAME
  3. cacaplay \- play libcaca files
  4. .SH SYNOPSIS
  5. .B cacaplay [FILE]
  6. .RI
  7. .SH DESCRIPTION
  8. .B cacaplay
  9. plays libcaca animation files. These files can be created by any libcaca
  10. program by setting the
  11. .B CACA_DRIVER
  12. environment variable to
  13. .B "raw"
  14. and storing the program's standard output.
  15. .SH EXAMPLE
  16. cacaplay file.caca
  17. .SH BUGS
  18. As of now,
  19. .B cacaplay
  20. can only play single-image canvases, rendering it pretty useless. See
  21. .B cacaserver
  22. for a more usable alternative.
  23. .SH SEE ALSO
  24. cacaserver(1)
  25. .SH AUTHOR
  26. This manual page was written by Sam Hocevar <sam@zoy.org>.