The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3282

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
At line #140 device type _nic_ is written as _ic_.
From 8126c14e11393bda89c32fd614ca3e5450c5feba Mon Sep 17 00:00:00 2001
From: fieryvova <[email protected]>
Date: Thu, 4 May 2017 13:06:49 +0300
Subject: [PATCH] Correct device type name

At line #140 device type _nic_ is written as _ic_.
---
 doc/containers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/containers.md b/doc/containers.md
index af2f354..d9ad43f 100644
--- a/doc/containers.md
+++ b/doc/containers.md
@@ -137,7 +137,7 @@ LXD supports the following device types:
 ID (database)   | Name          | Description
 :--             | :--           | :--
 0               | none          | Inheritance blocker
-1               | ic            | Network interface
+1               | nic           | Network interface
 2               | disk          | Mountpoint inside the container
 3               | unix-char     | Unix character device
 4               | unix-block    | Unix block device
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to