Blob


1 .TH LISTEN 8
2 .SH NAME
3 listen1 \- listen for calls on a network device
4 .SH SYNOPSIS
5 .PP
6 .B aux/listen1
7 [
8 .B -v
9 ]
10 .I addr
11 .I cmd
12 [
13 .I args...
14 ]
15 .SH DESCRIPTION
16 .PP
17 .I Listen1
18 is a lightweight listener intended for personal use,
19 modeled from Inferno's
20 .\" write out this way so automatic programs
21 .\" don't try to make it into a real man page reference.
22 \fIlisten\fR(1).
23 It
24 announces on
25 .IR address ,
26 running
27 .I cmd
28 .I args...
29 for each incoming connection;
30 the network directory is passed in the environment
31 as
32 .BR $net .
33 The
34 .B -v
35 flag causes verbose logging on standard output.
36 .SH SOURCE
37 .B \*9/src/cmd/listen1.c
38 .SH "SEE ALSO"
39 .IR dial (3)