.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH SOCKDEBUG "1" "July 2007" "sockdebug" "User Commands" .SH NAME sockdebug \- Creates a UNIX domain socket prints all received data to STDOUT. .SH SYNOPSIS .B sockdebug \fI\fR .SH DESCRIPTION Creates a UNIX domain socket with name , waits for a client to connect and then prints all received data to stdout. Only one client connection is processed at any given time.