Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1234567891011121314151617181920212223242526
  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>.