summaryrefslogtreecommitdiff
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
parentb5b98546cfb07988051877f08f84233665ab5fcd (diff)
Document about syslog at Ruby 3.4
-rw-r--r--doc/maintainers.md8
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md
index 5e117196c7..65ae8f74e5 100644
--- a/doc/maintainers.md
+++ b/doc/maintainers.md
@@ -376,11 +376,6 @@ have commit right, others don't.
* https://github.com/ruby/strscan
* https://rubygems.org/gems/strscan
-#### ext/syslog
-* Akinori MUSHA (knu)
-* https://github.com/ruby/syslog
-* https://rubygems.org/gems/syslog
-
#### ext/win32ole
* Masaki Suketa (suke)
* https://github.com/ruby/win32ole
@@ -470,6 +465,9 @@ have commit right, others don't.
#### nkf
* https://github.com/ruby/nkf
+#### syslog
+* https://github.com/ruby/syslog
+
## Platform Maintainers
### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa)
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