diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-02-02 20:31:48 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-02-02 20:31:48 +0100 |
commit | be8cbcc8524cee8328bce97200f5d7e22abbb3da (patch) | |
tree | 273f7b744df6b5731b20873834bde1d259e02401 /sys/man/8 | |
parent | 023d957e6b80f88584fdff30a95be6330613b27a (diff) |
listen(1): implement one-shot mode flag for listen1 (thanks kivik)
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/listen | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/man/8/listen b/sys/man/8/listen index 272733bb4..8655ecc07 100644 --- a/sys/man/8/listen +++ b/sys/man/8/listen @@ -18,7 +18,7 @@ listen, listen1, tcp7, tcp9, tcp19, tcp21, tcp23, tcp25, tcp53, tcp110, tcp113, .PP .B aux/listen1 [ -.B -tv +.B -1tv ] .RB [ -p .IR maxprocs ] @@ -237,7 +237,7 @@ 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). -announces on +It announces on .IR address , running .I cmd @@ -255,6 +255,10 @@ is to become .B none before listening. Option +.B -1 +arms a one-shot listener; it terminates listen1 +upon receiving a single call. +Option .B -v causes verbose logging on standard output. See |