We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106429f commit 17b99feCopy full SHA for 17b99fe
ext/etc/etc.c
@@ -1219,11 +1219,10 @@ Init_etc(void)
1219
* name::
1220
* contains the name of the group as a String.
1221
* passwd::
1222
- * contains the encrypted password as a String. An 'x' is
+ * contains the encrypted password as a String. An <code>'x'</code> is
1223
* returned if password access to the group is not available; an empty
1224
* string is returned if no password is needed to obtain membership of
1225
* the group.
1226
- *
1227
* Must be compiled with +HAVE_STRUCT_GROUP_GR_PASSWD+.
1228
* gid::
1229
* contains the group's numeric ID as an integer.
0 commit comments