diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/maintainers.md | 8 | ||||
| -rw-r--r-- | doc/standard_library.rdoc | 2 |
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 |
