minissdpd/minissdpd.1: update man page

This commit is contained in:
yangfl 2018-02-03 01:26:54 +08:00
parent b40e6e4eb6
commit 5ca7e99fde
1 changed files with 11 additions and 4 deletions

View File

@ -3,7 +3,7 @@
minissdpd \- daemon keeping track of UPnP devices up minissdpd \- daemon keeping track of UPnP devices up
.SH SYNOPSIS .SH SYNOPSIS
.B minissdpd .B minissdpd
[\-d] [\-s socket] [\-p pidfile] \-i address [\-i address] ... .RB [ -d "] [" -6 "] [" "-s \fIsocket" "] [" "-p \fIpidfile" "] [" "-t \fITTL" "] [" "-f \fIdevice" ] " -i \fR<\fIinterface\fR> " [ "-i \fR<\fIinterface2\fR>" "] ..."
.SH DESCRIPTION .SH DESCRIPTION
minissdpd listen for SSDP traffic and keeps track minissdpd listen for SSDP traffic and keeps track
of what are the UPnP devices up on the network. of what are the UPnP devices up on the network.
@ -18,15 +18,22 @@ and do not filter out low priority messages.
.B \-6 .B \-6
IPv6 : Enable IPv6 in addition to IPv4. IPv6 : Enable IPv6 in addition to IPv4.
.TP .TP
.B \-s socket .BI \-s " socket"
path of the unix socket open for communicating with other processes. path of the unix socket open for communicating with other processes.
By default /var/run/minissdpd.sock is used. By default /var/run/minissdpd.sock is used.
.TP .TP
.B \-p pidfile .BI \-p " pidfile"
path of the file where pid is written at startup. path of the file where pid is written at startup.
By default /var/run/minissdpd.pid is used. By default /var/run/minissdpd.pid is used.
.TP .TP
.B \-i interface .BI \-t " TTL"
TTL of the package.
By default 2 is used according to UDA.
.TP
.BI \-f " device"
search/filter a specific device type.
.TP
.BI \-i " interface"
name or IP address of the interface used to listen to SSDP packets name or IP address of the interface used to listen to SSDP packets
coming on port 1900, multicast address 239.255.255.250. coming on port 1900, multicast address 239.255.255.250.
.SH "SEE ALSO" .SH "SEE ALSO"