From: merch-redmine@... Date: 2015-02-17T21:29:39+00:00 Subject: [ruby-core:68158] [Ruby trunk - Bug #10862] [Open] Fix shell quoting example in ri.1 manual Issue #10862 has been reported by Jeremy Evans. ---------------------------------------- Bug #10862: Fix shell quoting example in ri.1 manual https://bugs.ruby-lang.org/issues/10862 * 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. -- https://bugs.ruby-lang.org/