diff --git a/io.c b/io.c index cc69119917..21b32ef3e0 100644 --- a/io.c +++ b/io.c @@ -10668,7 +10668,7 @@ argf_readlines(int argc, VALUE *argv, VALUE argf) * $ `date` # => "Wed Apr 9 08:56:30 CDT 2003\n" * $ `echo oops && exit 99` # => "oops\n" * $ $? # => # - * $ $?.status # => 99> + * $ $?.exitstatus # => 99> * * The built-in syntax %x{...} uses this method. *