From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 11 Jul 2011 03:58:11 +0100 From: Alasdair G Kergon Message-ID: <20110711025811.GF7857@agk-dp.fab.redhat.com> References: <4E1A526F.9090700@tlinx.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4E1A526F.9090700@tlinx.org> Subject: Re: [linux-lvm] Inconsistent naming...? Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Linda A. Walsh" Cc: LVM general discussion and development On Sun, Jul 10, 2011 at 06:31:27PM -0700, Linda A. Walsh wrote: > Notice the device name. notice how the single dashes are now displayed > as two dashes?!?! Roughly: a dash is the separator we chose, and we double it to escape a real dash. But we still need to extend our escaping mechanism to handle characters that udev states it doesn't support in primary device names but which the old /dev did used to support (and so we still do). Alasdair