summaryrefslogtreecommitdiff
path: root/ext/etc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-02 14:26:09 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-02 14:52:28 +0900
commitbb0a725f1f0c1c33c0b058e876139c3a9025999c (patch)
treeda57efa887f538b3c72c19853a7e10140cf64768 /ext/etc
parent314effdf77e84aac0e6ffd7bce3af41271463c22 (diff)
[ruby/etc] [DOC] Refine Etc::Passwd#passwd description
https://github.com/ruby/etc/commit/17b99fe42e
Diffstat (limited to 'ext/etc')
-rw-r--r--ext/etc/etc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/etc/etc.c b/ext/etc/etc.c
index 77c32d1ddd..0951d667f7 100644
--- a/ext/etc/etc.c
+++ b/ext/etc/etc.c
@@ -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.