summaryrefslogtreecommitdiffstats
path: root/system/eventlog
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 12:11:55 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:06 -0400
commit3503412eca58b48c284ef4032fde042a546467e0 (patch)
tree59eea681c2e27d93778cffcdc21034b28b4ec1f3 /system/eventlog
parent27a0e2c447f834d0bd3c422aa2d849c96b408e9a (diff)
downloadslackbuilds-3503412eca58b48c284ef4032fde042a546467e0.tar.gz
slackbuilds-3503412eca58b48c284ef4032fde042a546467e0.tar.xz
system/eventlog: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/eventlog')
-rw-r--r--system/eventlog/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/system/eventlog/README b/system/eventlog/README
index 2a25c655ea..e328beb884 100644
--- a/system/eventlog/README
+++ b/system/eventlog/README
@@ -1,10 +1,10 @@
-The EventLog library aims to be a replacement of the simple syslog() API
-provided on UNIX systems. The major difference between EventLog and syslog
-is that EventLog tries to add structure to messages.
+The EventLog library aims to be a replacement of the simple syslog()
+API provided on UNIX systems. The major difference between EventLog
+and syslog is that EventLog tries to add structure to messages.
Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.
-EventLog provides an interface to build, format and output an event record.
-The exact format and output method can be customized by the administrator
-via a configuration file.
+EventLog provides an interface to build, format and output an event
+record. The exact format and output method can be customized by the
+administrator via a configuration file.