From: merch-redmine@... Date: 2015-02-17T21:30:18+00:00 Subject: [ruby-core:68159] [Ruby trunk - Bug #10862] Fix shell quoting example in ri.1 manual Issue #10862 has been updated by Jeremy Evans. File ruby-ri_1.diff added ---------------------------------------- Bug #10862: Fix shell quoting example in ri.1 manual https://bugs.ruby-lang.org/issues/10862#change-51535 * Author: Jeremy Evans * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-openbsd] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- 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-------------------------------- ruby-ri_1.diff (259 Bytes) -- https://bugs.ruby-lang.org/