summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-22 15:26:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-22 15:59:40 +0900
commit8bcc764f71c8bb93871dc6a7526319ca78242518 (patch)
tree636dcb6d816aae71e102c2e00d4719147fa311e6 /doc/standard_library.rdoc
parentb5b98546cfb07988051877f08f84233665ab5fcd (diff)
Document about syslog at Ruby 3.4
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index c099ea5c71..709358fcda 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -90,7 +90,6 @@ Pathname:: Representation of the name of a file or directory on the filesystem
Psych:: A YAML parser and emitter for Ruby
StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String
-Syslog:: Ruby interface for the POSIX system logging facility
WIN32OLE:: Provides an interface for OLE Automation in Ruby
Zlib:: Ruby interface for the zlib compression/decompression library
@@ -130,3 +129,4 @@ resolv-replace.rb:: Replace Socket DNS with Resolv
Rinda:: The Linda distributed computing paradigm in Ruby
DRb:: Distributed object system for Ruby
NKF:: Ruby extension for Network Kanji Filter
+Syslog:: Ruby interface for the POSIX system logging facility