diff options
author | rsc <devnull@localhost> | 2005-07-18 22:59:58 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-18 22:59:58 +0000 |
commit | c075fbeedc885f974fb22709f4938a7e81e183cb (patch) | |
tree | 695441da9f6d6dc6bf9cb078f738a8d27ff97a94 /man/man8 | |
parent | 4be4f202afd35f7c54642e9cde829e5033d53911 (diff) | |
download | plan9port-c075fbeedc885f974fb22709f4938a7e81e183cb.tar.gz plan9port-c075fbeedc885f974fb22709f4938a7e81e183cb.tar.bz2 plan9port-c075fbeedc885f974fb22709f4938a7e81e183cb.zip |
add
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/listen1.8 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/man/man8/listen1.8 b/man/man8/listen1.8 new file mode 100644 index 00000000..566ac9b4 --- /dev/null +++ b/man/man8/listen1.8 @@ -0,0 +1,40 @@ +.TH LISTEN 8 +.SH NAME +listen1 \- listen for calls on a network device +.SH SYNOPSIS +.PP +.B aux/listen1 +[ +.B -v +] +.I addr +.I cmd +[ +.I args... +] +.SH DESCRIPTION +.PP +.I Listen1 +is a lightweight listener intended for personal use, +modeled from Inferno's +.\" write out this way so automatic programs +.\" don't try to make it into a real man page reference. +\fIlisten\fR(1). +It +announces on +.IR address , +running +.I cmd +.I args... +for each incoming connection; +the network directory is passed in the environment +as +.BR $net . +The +.B -v +flag causes verbose logging on standard output. +.SH SOURCE +.B \*9/src/cmd/aux/listen1.c +.SH "SEE ALSO" +.IR dial (3) + |