Author: ngie
Date: Fri Mar  3 06:13:59 2017
New Revision: 314585
URL: https://svnweb.freebsd.org/changeset/base/314585

Log:
  Correct verb change for service => `*` after r314563
  
  `*` means that packets will be received from a remote peer on any port.
  Since the point of interest is the syslogd instance (not the remote peer),
  the appropriate verb is "received", not "sent".
  
  MFC after:    1 month
  X-MFC with:   r314563
  Sponsored by: Dell EMC Isilon

Modified:
  head/usr.sbin/syslogd/syslogd.8

Modified: head/usr.sbin/syslogd/syslogd.8
==============================================================================
--- head/usr.sbin/syslogd/syslogd.8     Fri Mar  3 06:06:27 2017        
(r314584)
+++ head/usr.sbin/syslogd/syslogd.8     Fri Mar  3 06:13:59 2017        
(r314585)
@@ -131,7 +131,7 @@ A
 .Ar service
 of
 .Ql \&*
-allows packets to be sent from any UDP port.
+allows packets to be received from any UDP port.
 The default
 .Ar service
 is
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to