Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

31 linhas
691 B

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