[lxc-devel] [lxd/master] doc: Fix typo in "unix-block" description

suutari on Github lxc-bot at linuxcontainers.org
Thu Jun 9 21:22:42 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 412 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160609/d50fa5c7/attachment.bin>
-------------- next part --------------
From fac0187c927072e69483924110e7599a9f144a3d Mon Sep 17 00:00:00 2001
From: Tuomas Suutari <tuomas.suutari at gmail.com>
Date: Fri, 10 Jun 2016 00:20:33 +0300
Subject: [PATCH] doc: Fix typo in "unix-block" description

Fix the description of the "unix-block" device type to talk about block
devices rather than character devices.

Signed-off-by: Tuomas Suutari <tuomas.suutari at gmail.com>
---
 doc/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/configuration.md b/doc/configuration.md
index 5b6fba4..34dc0fa 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -239,7 +239,7 @@ gid         | int       | 0                 | no        | GID of the device owne
 mode        | int       | 0660              | no        | Mode of the device in the container
 
 ### Type: unix-block
-Unix block device entries simply make the requested character device
+Unix block device entries simply make the requested block device
 appear in the container's /dev and allow read/write operations to it.
 
 The following properties exist:


More information about the lxc-devel mailing list