applied the right man page from p9p, thanks Evil_Bob - 9base - revived minimali… | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 616bc8fa86909ff44a2cda817ad43fb29a33db93 | |
parent 8afe866336de73ae7b81b601b13673cb820b8c90 | |
Author: Anselm R Garbe <[email protected]> | |
Date: Fri, 25 Feb 2011 13:45:57 +0000 | |
applied the right man page from p9p, thanks Evil_Bob | |
Diffstat: | |
D listen1/listen.1 | 0 | |
A listen1/listen1.1 | 39 +++++++++++++++++++++++++++++… | |
2 files changed, 39 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/listen1/listen.1 b/listen1/listen.1 | |
diff --git a/listen1/listen1.1 b/listen1/listen1.1 | |
@@ -0,0 +1,39 @@ | |
+.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/listen1.c | |
+.SH "SEE ALSO" | |
+.IR dial (3) |