ruby-changes:72234
From: Nobuyoshi <ko1@a...>
Date: Sun, 19 Jun 2022 10:47:51 +0900 (JST)
Subject: [ruby-changes:72234] ea38758322 (master): [ruby/etc] [DOC] Markup string literals
https://git.ruby-lang.org/ruby.git/commit/?id=ea38758322 From ea387583225f924885f9846d93f6112eb0316bd0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 19 Jun 2022 10:45:11 +0900 Subject: [ruby/etc] [DOC] Markup string literals https://github.com/ruby/etc/commit/a8801e07d1 --- ext/etc/etc.c | 5 +++-- 1 file 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) https://github.com/ruby/ruby/blob/trunk/ext/etc/etc.c#L1167 * 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:: -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/