[lxc-devel] [lxd/master] doc: Typo and formatting improvements

tomponline on Github lxc-bot at linuxcontainers.org
Mon Mar 2 16:00:13 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 361 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200302/238045a7/attachment.bin>
-------------- next part --------------
From 19ba4d2f5009cf632bcf5cafcb487465af2890d9 Mon Sep 17 00:00:00 2001
From: Thomas Parrott <thomas.parrott at canonical.com>
Date: Mon, 2 Mar 2020 15:59:37 +0000
Subject: [PATCH] doc: Typo and formatting improvements

Signed-off-by: Thomas Parrott <thomas.parrott at canonical.com>
---
 doc/instances.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/instances.md b/doc/instances.md
index 8e2828da1a..15f572b773 100644
--- a/doc/instances.md
+++ b/doc/instances.md
@@ -180,7 +180,7 @@ LXD will always provide the instance with the basic devices which are required
 for a standard POSIX system to work. These aren't visible in instance or
 profile configuration and may not be overridden.
 
-Those includes:
+Those include:
 
  - `/dev/null` (character device)
  - `/dev/zero` (character device)
@@ -571,6 +571,7 @@ either be a bind-mount of an existing file or directory on the host, or
 if the source is a block device, a regular mount.
 
 LXD supports the following additional source types:
+
 - Ceph-rbd: Mount from existing ceph RBD device that is externally managed. LXD can use ceph to manage an internal file system for the instance, but in the event that a user has a previously existing ceph RBD that they would like use for this instance, they can use this command.
 Example command
 ```


More information about the lxc-devel mailing list