rsyslog / rsyslog-doc

documentation for the rsyslog project
Other
98 stars 250 forks source link

add equals sign to example config for PermittedPeer["*.example.net"] #982

Open Jacob-Burckhardt opened 2 years ago

Jacob-Burckhardt commented 2 years ago

This documentation page says:

PermittedPeer["*.example.net"]

Please add an equals sign so it says:

PermittedPeer=["*.example.net"]

This mistake appears in three places on that page.