您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

27 行
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>.