Mercurial > p > roundup > code
diff share/man/man1/roundup-server.1 @ 5138:c54720396f40
issue2550882. Reported by Karl-Philipp Richter. Fixed
installation.txt documentation to include better directions on
starting roundup-server on different ports/ip addresses. Also
updated man page to include default use of localhost for -n and use
of -n 0.0.0.0 to bind to all addresses on the host.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 09 Jul 2016 17:44:20 -0400 |
| parents | a5a9b81f8f6b |
| children | 247f176f9020 |
line wrap: on
line diff
--- a/share/man/man1/roundup-server.1 Sat Jul 09 14:27:24 2016 -0400 +++ b/share/man/man1/roundup-server.1 Sat Jul 09 17:44:20 2016 -0400 @@ -9,7 +9,8 @@ Use options read from the configuration file (see below). .TP \fB-n\fP \fIhostname\fP -Sets the host name or IP address to listen on +Sets the host name or IP address to listen on. Default is localhost +(127.0.0.1). Use 0.0.0.0 to listen on all interfaces on the system. .TP \fB-p\fP \fIport\fP Sets the port to listen on (default: 8080).
