aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-30 19:06:25 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-30 19:06:25 +0900
commit89774a938a5681193297c5346eeab4ee1dac563b (patch)
tree7b2792202ae5e3843e50d077428ed62f262ef7eb /man
parentb4e21ce25cfa6bf8a04cdeba8875215c5aabfaf1 (diff)
downloadruby-89774a938a5681193297c5346eeab4ee1dac563b.tar.gz
[DOC] Update -l option [ci skip]
`-l` option has used `chomp!` since Ruby 2.5. [Bug #12926]
Diffstat (limited to 'man')
-rw-r--r--man/ruby.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index 1888312d26..9f0ae05ee9 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -313,7 +313,7 @@ Enables automatic line-ending processing, which means to firstly set
to the value of
.Li "$/" ,
and secondly chops every line read using
-.Li chop! .
+.Li chomp! .
.Pp
.It Fl n
Causes Ruby to assume the following loop around your script, which