1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 22:38:23 +01:00

Replacing service name by directly mentioning port num

This commit is contained in:
Agniva De Sarker 2016-11-16 22:50:58 +05:30
parent e5d5572548
commit 72461cfd7d
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
`echo {{log_entry}} | logger`
- Send the output to a remote syslog server running at a given port. Default port is `syslog`:
- Send the output to a remote syslog server running at a given port. Default port is 514:
`echo {{log_entry}} | logger --server {{hostname}} --port {{port}}`

View file

@ -10,7 +10,7 @@
`echo {{log_entry}} | logger`
- Send the output to a remote syslog server running at a given port. Default port is `syslog`:
- Send the output to a remote syslog server running at a given port. Default port is 514:
`echo {{log_entry}} | logger -h {{hostname}} -P {{port}}`