Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

123456789101112131415161718192021222324252627282930
  1. .TH cacaserver 1 "2006-11-10" "libcaca"
  2. .SH NAME
  3. cacaserver \- telnet server for libcaca
  4. .SH SYNOPSIS
  5. .B cacaserver
  6. .RI
  7. .SH DESCRIPTION
  8. .B cacaserver
  9. reads libcaca animation files in its standard input and serves them as ANSI
  10. art on network port 51914. These animations can be created by any libcaca
  11. program by setting the
  12. .B CACA_DRIVER
  13. environment variable to
  14. .B "raw"
  15. and piping the program's standard output to
  16. .B cacaserver.
  17. Clients can then connect to port 51914 using
  18. .B telnet
  19. or
  20. .B netcat
  21. to see the output.
  22. .SH EXAMPLE
  23. CACA_DRIVER=raw cacademo | cacaserver
  24. telnet localhost 51914
  25. .SH SEE ALSO
  26. cacaplay(1)
  27. .SH AUTHOR
  28. This manual page was written by Sam Hocevar <sam@hocevar.net>.