[lxc-devel] [lxd/master] doc: fix broken table

kurochan on Github lxc-bot at linuxcontainers.org
Wed Mar 22 12:09:16 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 618 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170322/ee984b98/attachment.bin>
-------------- next part --------------
From 682f56d177cd26c753a9584aaf2379beb2841262 Mon Sep 17 00:00:00 2001
From: kurochan <kuro at kurochan.org>
Date: Wed, 22 Mar 2017 20:54:11 +0900
Subject: [PATCH] doc: fix broken table

---
 doc/production-setup.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/production-setup.md b/doc/production-setup.md
index 07f604f..a12a45d 100644
--- a/doc/production-setup.md
+++ b/doc/production-setup.md
@@ -22,12 +22,12 @@ using containers that require tens of thousands of file operations.
 
 Domain  | Type  | Item    | Value     | Default   | Description
 :-----  | :---  | :----   | :-------- | :-------- | :----------
-*       | soft  | nofile  | 1048576   | unset     | maximum number of open files
-*       | hard  | nofile  | 1048576   | unset     | maximum number of open files
+\*      | soft  | nofile  | 1048576   | unset     | maximum number of open files
+\*      | hard  | nofile  | 1048576   | unset     | maximum number of open files
 root    | soft  | nofile  | 1048576   | unset     | maximum number of open files
 root    | hard  | nofile  | 1048576   | unset     | maximum number of open files
-*       | soft  | memlock | unlimited | unset     | maximum locked-in-memory address space (KB)
-*       | hard  | memlock | unlimited | unset     | maximum locked-in-memory address space (KB)
+\*      | soft  | memlock | unlimited | unset     | maximum locked-in-memory address space (KB)
+\*      | hard  | memlock | unlimited | unset     | maximum locked-in-memory address space (KB)
 
 
 ## /etc/sysctl.conf


More information about the lxc-devel mailing list