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

ruby-changes:70701

From: Nobuyoshi <ko1@a...>
Date: Sun, 2 Jan 2022 15:05:50 +0900 (JST)
Subject: [ruby-changes:70701] bb0a725f1f (master): [ruby/etc] [DOC] Refine Etc::Passwd#passwd description

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

From bb0a725f1f0c1c33c0b058e876139c3a9025999c Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 2 Jan 2022 14:26:09 +0900
Subject: [ruby/etc] [DOC] Refine Etc::Passwd#passwd description

https://github.com/ruby/etc/commit/17b99fe42e
---
 ext/etc/etc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ext/etc/etc.c b/ext/etc/etc.c
index 77c32d1ddd8..0951d667f77 100644
--- a/ext/etc/etc.c
+++ b/ext/etc/etc.c
@@ -1219,11 +1219,10 @@ Init_etc(void) https://github.com/ruby/ruby/blob/trunk/ext/etc/etc.c#L1219
      * name::
      *	    contains the name of the group as a String.
      * passwd::
-     *	    contains the encrypted password as a String. An 'x' is
+     *	    contains the encrypted password as a String. An <code>'x'</code> is
      *	    returned if password access to the group is not available; an empty
      *	    string is returned if no password is needed to obtain membership of
      *	    the group.
-     *
      *	    Must be compiled with +HAVE_STRUCT_GROUP_GR_PASSWD+.
      * gid::
      *	    contains the group's numeric ID as an integer.
-- 
cgit v1.2.1


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

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