Blame


1 b546bd6e 2017-07-16 rsc .TH LISTEN1 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 977b25a7 2020-08-14 rsc .IR listen (1).
21 c075fbee 2005-07-18 devnull It
22 c075fbee 2005-07-18 devnull announces on
23 c075fbee 2005-07-18 devnull .IR address ,
24 c075fbee 2005-07-18 devnull running
25 c075fbee 2005-07-18 devnull .I cmd
26 c075fbee 2005-07-18 devnull .I args...
27 c075fbee 2005-07-18 devnull for each incoming connection;
28 c075fbee 2005-07-18 devnull the network directory is passed in the environment
29 977b25a7 2020-08-14 rsc as
30 c075fbee 2005-07-18 devnull .BR $net .
31 c075fbee 2005-07-18 devnull The
32 c075fbee 2005-07-18 devnull .B -v
33 c075fbee 2005-07-18 devnull flag causes verbose logging on standard output.
34 c075fbee 2005-07-18 devnull .SH SOURCE
35 e5e159fd 2005-07-18 devnull .B \*9/src/cmd/listen1.c
36 c075fbee 2005-07-18 devnull .SH "SEE ALSO"
37 d32deab1 2020-08-16 rsc .MR dial (3)