summaryrefslogtreecommitdiff
path: root/ext/etc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-06-19 10:45:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-06-19 10:46:50 +0900
commitea387583225f924885f9846d93f6112eb0316bd0 (patch)
treeec7b78a001aa0263f4f71227543e41f37f6a4e34 /ext/etc
parentcc67a11768f3be7be081a2e52f38ac02374d7ae1 (diff)
[ruby/etc] [DOC] Markup string literals
https://github.com/ruby/etc/commit/a8801e07d1
Diffstat (limited to 'ext/etc')
-rw-r--r--ext/etc/etc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/etc/etc.c b/ext/etc/etc.c
index 9087814a1d..51b8ad3e3b 100644
--- a/ext/etc/etc.c
+++ b/ext/etc/etc.c
@@ -1167,8 +1167,9 @@ Init_etc(void)
* contains the short login name of the user as a String.
* passwd::
* contains the encrypted password of the user as a String.
- * an 'x' is returned if shadow passwords are in use. An '*' is returned
- * if the user cannot log in using a password.
+ * an <code>'x'</code> is returned if shadow passwords are in
+ * use. An <code>'*'</code> is returned if the user cannot
+ * log in using a password.
* uid::
* contains the integer user ID (uid) of the user.
* gid::