diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-11-30 19:06:25 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-11-30 19:06:25 +0900 |
commit | 89774a938a5681193297c5346eeab4ee1dac563b (patch) | |
tree | 7b2792202ae5e3843e50d077428ed62f262ef7eb /man | |
parent | b4e21ce25cfa6bf8a04cdeba8875215c5aabfaf1 (diff) |
[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.1 | 2 |
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 |