Actions
Bug #10862
closedFix shell quoting example in ri.1 manual
Bug #10862:
Fix shell quoting example in ri.1 manual
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-openbsd]
Description
The current example is wrong. The expected output is probably:
ri compact\!
With nroff, you get:
ri compact
With mandoc, you get:
ri compact!
The attached patch (from Ingo Schwarze) fixes the issue. See http://marc.info/?l=openbsd-ports&m=142419879721586&w=2 for details.
Files
Updated by jeremyevans0 (Jeremy Evans) over 10 years ago
- File ruby-ri_1.diff ruby-ri_1.diff added
Updated by jeremyevans0 (Jeremy Evans) about 8 years ago
- Status changed from Open to Closed
Fixed by r58410
Actions