Fix typos.
This commit is contained in:
parent
68d0ebc2d9
commit
901279cdf1
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: syslog.conf.5,v 1.22 2016/01/05 00:41:30 khorben Exp $
|
.\" $NetBSD: syslog.conf.5,v 1.23 2017/02/21 18:28:28 abhinav Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1990, 1991, 1993
|
.\" Copyright (c) 1990, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -330,7 +330,7 @@ program on the named host.
|
||||||
After the closing bracket a colon
|
After the closing bracket a colon
|
||||||
.Pq Sq \&:
|
.Pq Sq \&:
|
||||||
and a port or service name may be appended.
|
and a port or service name may be appended.
|
||||||
Additional options are configured in parantheses in the form of key="value".
|
Additional options are configured in parentheses in the form of key="value".
|
||||||
Recognized keywords are
|
Recognized keywords are
|
||||||
.Ar subject ,
|
.Ar subject ,
|
||||||
.Ar fingerprint ,
|
.Ar fingerprint ,
|
||||||
|
@ -476,7 +476,7 @@ and the hashes of the certificates given in
|
||||||
On any match the client is authenticated.
|
On any match the client is authenticated.
|
||||||
.Sh BUFFERING
|
.Sh BUFFERING
|
||||||
.Xr syslogd 8
|
.Xr syslogd 8
|
||||||
is able to buffer temporary not writeable messages in memory.
|
is able to buffer temporary not writable messages in memory.
|
||||||
To limit the memory consumed for this buffering the following optons may be
|
To limit the memory consumed for this buffering the following optons may be
|
||||||
given:
|
given:
|
||||||
.Bl -ohang
|
.Bl -ohang
|
||||||
|
@ -590,7 +590,7 @@ mail.* /var/log/maillog
|
||||||
|
|
||||||
# Log all messages of level info or higher to another
|
# Log all messages of level info or higher to another
|
||||||
# machine using TLS with an alternative portname and a
|
# machine using TLS with an alternative portname and a
|
||||||
# fingerprint for athentication
|
# fingerprint for authentication
|
||||||
*.info @[logserver]:1234(fingerprint="SHA1:01:02:...")
|
*.info @[logserver]:1234(fingerprint="SHA1:01:02:...")
|
||||||
|
|
||||||
# Root and Eric get alert and higher messages.
|
# Root and Eric get alert and higher messages.
|
||||||
|
|
Loading…
Reference in New Issue