mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
listen(8): remove tcp53 reference, remove !tcp53 template
This commit is contained in:
parent
45f7b30244
commit
54c94a93f0
2 changed files with 1 additions and 6 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/bin/rc
|
||||
/bin/ndb/dnstcp $3
|
|
@ -1,6 +1,6 @@
|
|||
.TH LISTEN 8
|
||||
.SH NAME
|
||||
listen, listen1, tcp7, tcp9, tcp19, tcp21, tcp23, tcp25, tcp53, tcp110, tcp113, tcp143, tcp445, tcp513, tcp515, tcp564, tcp565, tcp566, tcp567, tcp993, tcp995, tcp1723, tcp17019, tcp17020 \- listen for calls on a network device
|
||||
listen, listen1, tcp7, tcp9, tcp19, tcp21, tcp23, tcp25, tcp110, tcp113, tcp143, tcp445, tcp513, tcp515, tcp564, tcp565, tcp566, tcp567, tcp993, tcp995, tcp1723, tcp17019, tcp17020 \- listen for calls on a network device
|
||||
.SH SYNOPSIS
|
||||
.B aux/listen
|
||||
.RB [ -iq ]
|
||||
|
@ -179,9 +179,6 @@ terminal connection.
|
|||
.B tcp25
|
||||
mail delivery.
|
||||
.TP
|
||||
.B tcp53
|
||||
TCP port for DNS.
|
||||
.TP
|
||||
.B tcp110
|
||||
POP3 port.
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue