Index: head/usr.sbin/syslogd/syslogd.8 =================================================================== --- head/usr.sbin/syslogd/syslogd.8 +++ head/usr.sbin/syslogd/syslogd.8 @@ -28,7 +28,7 @@ .\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd December 21, 2016 +.Dd March 2, 2017 .Dt SYSLOGD 8 .Os .Sh NAME @@ -102,21 +102,23 @@ The .Ar allowed_peer option may be any of the following: -.Bl -tag -width "ipaddr/masklen[:service]XX" +.Bl -tag -width "ipaddr[/prefixlen][:service]XX" .It Xo .Sm off .Ar ipaddr -.No / Ar masklen +.Op / Ar masklen +.Op \&: Ar service +.Pp +.Ar ipaddr +.Op / Ar prefixlen .Op \&: Ar service .Sm on .Xc Accept datagrams from +.Ar ipaddr , .Ar ipaddr -(in the usual dotted quad notation) with -.Ar masklen -bits being taken into account when doing the address comparison. -.Ar ipaddr -can be also IPv6 address by enclosing the address with +can be specified as an IPv4 address or as an IPv6 +address enclosed with .Ql \&[ and .Ql \&] . @@ -129,7 +131,7 @@ .Ar service of .Ql \&* -allows packets being sent from any UDP port. +allows packets to be sent from any UDP port. The default .Ar service is @@ -265,7 +267,7 @@ .Pa /var/run/log . When a single .Fl p -options are specified, +option is specified, the default pathname is replaced with the specified one. When two or more .Fl p @@ -282,7 +284,7 @@ .Pa /var/run/logpriv . When a single .Fl S -options are specified, +option is specified, the default pathname is replaced with the specified one. When two or more .Fl S @@ -309,7 +311,7 @@ .It Fl T Always use the local time and date for messages received from the network, instead of the timestamp field supplied in the message by the remote host. -This is useful if some of the originating hosts can't keep time properly +This is useful if some of the originating hosts cannot keep time properly or are unable to generate a correct timestamp. .It Fl u Unique priority logging.