Blame


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