From 89774a938a5681193297c5346eeab4ee1dac563b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 30 Nov 2020 19:06:25 +0900 Subject: [DOC] Update -l option [ci skip] `-l` option has used `chomp!` since Ruby 2.5. [Bug #12926] --- man/ruby.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.1