From ac65fc833d79ad519c114647b3624a733cdd5485 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 7 Sep 2023 10:05:10 +0900 Subject: [PATCH] [DOC] Fix up Process::Status#>> --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.c b/process.c index aaea02a0f808c6..681535d92fd452 100644 --- a/process.c +++ b/process.c @@ -910,7 +910,7 @@ pst_bitand(VALUE st1, VALUE st2) * stat >> 1 # => 128 * stat >> 2 # => 64 * - * Returns zero if +places+ is negative. + * The behavior is unspecified if +places+ is negative. */ static VALUE