rlk (Ryan Koppenhaver)
- Login: rlk
- Email: ryan.koppenhaver@gmail.com
- Registered on: 10/31/2015
- Last sign in: 05/04/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/31/2015
-
04:12 AM Ruby Bug #11641 (Closed): ruby(1) manpage shows extraneous space for -F option
- The manual page for the ruby executable describes the -F option as:
~~~
-F pattern Specifies input field separator ($;).
~~~
This (and the corresponding item in the synopsis) should be `-Fpattern`, with no space. The ou...