summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-01 16:44:04 +0000
committerru <ru@FreeBSD.org>2001-02-01 16:44:04 +0000
commit66cd8f698eee895c4da383fadb4b96550cc19ccd (patch)
treeefb92661e8583b2bb0d620c324f4873ee0c94ab9 /usr.sbin/syslogd
parent0b32553f8976489cd5ee11687f70c18b25edafec (diff)
downloadFreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.zip
FreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.tar.gz
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'usr.sbin/syslogd')
-rw-r--r--usr.sbin/syslogd/syslog.conf.53
-rw-r--r--usr.sbin/syslogd/syslogd.822
2 files changed, 19 insertions, 6 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5
index d77e6b2..c441423 100644
--- a/usr.sbin/syslogd/syslog.conf.5
+++ b/usr.sbin/syslogd/syslog.conf.5
@@ -117,8 +117,7 @@ may be used to specify exactly what is logged.
The default set of comparison flags are
.Dq =>
(or, if you prefer,
-.Do >=
-.Dc ),
+.Dq >= ) ,
which means that messages from the specified
.Em facility
list of a priority
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8
index 6e4611d..83cf993 100644
--- a/usr.sbin/syslogd/syslogd.8
+++ b/usr.sbin/syslogd/syslogd.8
@@ -81,7 +81,13 @@ options may be specified.
.Ar Allowed_peer
can be any of the following:
.Bl -tag -width "ipaddr/masklen[:service]XX"
-.It Ar ipaddr/masklen Ns Op Ar :service
+.It Xo
+.Sm off
+.Ar ipaddr
+.No / Ar masklen
+.Op : Ar service
+.Sm on
+.Xc
Accept datagrams from
.Ar ipaddr
(in the usual dotted quad notation) with
@@ -116,13 +122,21 @@ by 24 otherwise. If
is IPv6 address, a missing
.Ar masklen
will be substituted by 128.
-.It Ar domainname Ns Op Ar :service
+.It Xo
+.Sm off
+.Ar domainname Op : Ar service
+.Sm on
+.Xc
Accept datagrams where the reverse address lookup yields
.Ar domainname
for the sender address. The meaning of
.Ar service
is as explained above.
-.It Ar *domainname Ns Op Ar :service
+.It Xo
+.Sm off
+.No * Ar domainname Op : Ar service
+.Sm on
+.Xc
Same as before, except that any source host whose name
.Em ends
in
@@ -218,7 +232,7 @@ The message sent to
should consist of a single line.
The message can contain a priority code, which should be a preceding
decimal number in angle braces, for example,
-.Sq Aq 5.
+.Sq Aq 5 .
This priority code should map into the priorities defined in the
include file
.Aq Pa sys/syslog.h .
OpenPOWER on IntegriCloud