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

ruby-changes:40360

From: nobu <ko1@a...>
Date: Wed, 4 Nov 2015 11:38:32 +0900 (JST)
Subject: [ruby-changes:40360] nobu:r52441 (trunk): process.c: fix rdoc of Process.getsid [ci skip]

nobu	2015-11-04 11:38:25 +0900 (Wed, 04 Nov 2015)

  New Revision: 52441

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52441

  Log:
    process.c: fix rdoc of Process.getsid [ci skip]
    
    * process.c (proc_getsid): [DOC] Fix double word 'for' and typo.
      [Fix GH-1080]

  Modified files:
    trunk/ChangeLog
    trunk/process.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52440)
+++ ChangeLog	(revision 52441)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Nov  4 11:38:23 2015  Jake Worth  <jakeworth82@g...>
+
+	* process.c (proc_getsid): [DOC] Fix double word 'for' and typo.
+	  [Fix GH-1080]
+
 Wed Nov  4 06:01:52 2015  Eric Wong  <e@8...>
 
 	* include/ruby/ruby.h (struct RObject): hide iv_index_tbl type
Index: process.c
===================================================================
--- process.c	(revision 52440)
+++ process.c	(revision 52441)
@@ -4500,7 +4500,7 @@ proc_setpgid(VALUE obj, VALUE pid, VALUE https://github.com/ruby/ruby/blob/trunk/process.c#L4500
  *     Process.getsid()      -> integer
  *     Process.getsid(pid)   -> integer
  *
- *  Returns the session ID for for the given process id. If not give,
+ *  Returns the session ID for the given process id. If not given,
  *  return current process sid. Not available on all platforms.
  *
  *     Process.getsid()                #=> 27422

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

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