Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/syslogd Fix typos.



details:   https://anonhg.NetBSD.org/src/rev/c1cbbed04079
branches:  trunk
changeset: 821911:c1cbbed04079
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Feb 21 18:28:28 2017 +0000

description:
Fix typos.

diffstat:

 usr.sbin/syslogd/syslog.conf.5 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 44b8744cbf30 -r c1cbbed04079 usr.sbin/syslogd/syslog.conf.5
--- a/usr.sbin/syslogd/syslog.conf.5    Tue Feb 21 18:22:15 2017 +0000
+++ b/usr.sbin/syslogd/syslog.conf.5    Tue Feb 21 18:28:28 2017 +0000
@@ -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
 .\"    The Regents of the University of California.  All rights reserved.
@@ -330,7 +330,7 @@
 After the closing bracket a colon
 .Pq Sq \&:
 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
 .Ar subject ,
 .Ar fingerprint ,
@@ -476,7 +476,7 @@
 On any match the client is authenticated.
 .Sh BUFFERING
 .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
 given:
 .Bl -ohang
@@ -590,7 +590,7 @@
 
 # Log all messages of level info or higher to another
 # machine using TLS with an alternative portname and a
-# fingerprint for athentication
+# fingerprint for authentication
 *.info                 @[logserver]:1234(fingerprint="SHA1:01:02:...")
 
 # Root and Eric get alert and higher messages.



Home | Main Index | Thread Index | Old Index