Skip to content

Commit 17b99fe

Browse files
committed
[DOC] Refine Etc::Passwd#passwd description
1 parent 106429f commit 17b99fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/etc/etc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,11 +1219,10 @@ Init_etc(void)
12191219
* name::
12201220
* contains the name of the group as a String.
12211221
* passwd::
1222-
* contains the encrypted password as a String. An 'x' is
1222+
* contains the encrypted password as a String. An <code>'x'</code> is
12231223
* returned if password access to the group is not available; an empty
12241224
* string is returned if no password is needed to obtain membership of
12251225
* the group.
1226-
*
12271226
* Must be compiled with +HAVE_STRUCT_GROUP_GR_PASSWD+.
12281227
* gid::
12291228
* contains the group's numeric ID as an integer.

0 commit comments

Comments
 (0)