Replaced hyphens by minus in man pages
This commit is contained in:
parent
7846aaa4c2
commit
ba27a5b5d9
|
@ -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] ...
|
[\-d] [\-s socket] [\-p pidfile] \-i address [\-i address] ...
|
||||||
.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.
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
miniupnpd \- UPnP Internet Gateway Device Daemon
|
miniupnpd \- UPnP Internet Gateway Device Daemon
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B miniupnpd
|
.B miniupnpd
|
||||||
[-f file] [-i interface] [-o address]
|
[\-f file] [\-i interface] [\-o address]
|
||||||
[-a address] [-p port] [-d] [-L] [-U]
|
[\-a address] [\-p port] [\-d] [\-L] [\-U]
|
||||||
[-u uuid] [-s serial] [-m model_number]
|
[\-u uuid] [\-s serial] [\-m model_number]
|
||||||
[-q queue]
|
[\-q queue]
|
||||||
[-t interval] [-P file]
|
[\-t interval] [\-P file]
|
||||||
[-B down up] [-w url]
|
[\-B down up] [\-w url]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
miniupnpd act as a UPnP Internet Gateway Device. It is designed
|
miniupnpd act as a UPnP Internet Gateway Device. It is designed
|
||||||
to run on the gateway between the internet and a NAT'ed LAN. It provides
|
to run on the gateway between the internet and a NAT'ed LAN. It provides
|
||||||
|
|
Loading…
Reference in New Issue