[ruby/etc] [DOC] Refine Etc::Passwd#passwd description

https://github.com/ruby/etc/commit/17b99fe42e
This commit is contained in:
Nobuyoshi Nakada 2022-01-02 14:26:09 +09:00
Родитель 314effdf77
Коммит bb0a725f1f
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1219,11 +1219,10 @@ Init_etc(void)
* 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.