[前][次][番号順一覧][スレッド一覧]

ruby-changes:59449

From: Marcus <ko1@a...>
Date: Tue, 24 Dec 2019 21:06:54 +0900 (JST)
Subject: [ruby-changes:59449] 54083fd41b (master): [DOC] Fix grammar in Process module docs

https://git.ruby-lang.org/ruby.git/commit/?id=54083fd41b

From 54083fd41bf876b42e1a97acdc7574c8edbb87ed Mon Sep 17 00:00:00 2001
From: Marcus Stollsteimer <sto.mar@w...>
Date: Tue, 24 Dec 2019 13:01:47 +0100
Subject: [DOC] Fix grammar in Process module docs


diff --git a/process.c b/process.c
index 60d1523..3ea6eb2 100644
--- a/process.c
+++ b/process.c
@@ -418,13 +418,13 @@ parent_redirect_close(int fd) https://github.com/ruby/ruby/blob/trunk/process.c#L418
  *
  * The module contains several groups of functionality for handling OS processes:
  *
- * * Low-level property introspection and management of current process, like
+ * * Low-level property introspection and management of the current process, like
  *   Process.argv0, Process.pid;
  * * Low-level introspection of other processes, like Process.getpgid, Process.getpriority;
- * * Management of the current process: Process.abort, Process.exit, Process.daemon etc.
- *   (for convenience, most of those are also available as a global functions,
+ * * Management of the current process: Process.abort, Process.exit, Process.daemon, etc.
+ *   (for convenience, most of those are also available as global functions
  *   and module functions of Kernel);
- * * Creation and management of child processes: Process.fork, Process.spawn and
+ * * Creation and management of child processes: Process.fork, Process.spawn, and
  *   related methods;
  * * Management of low-level system clock: Process.times and Process.clock_gettime,
  *   which could be important for proper benchmarking and other elapsed
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]