commit | 4291754ec19fe2225de829dd8cc2ffe4433f695d | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Nov 27 02:27:19 2009 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Dec 08 19:10:10 2009 +0300 |
tree | 6dc398dcd83cec7f5253c859cd80400c83b9c823 | |
parent | 2fb77642a6705c7578e56d32492f34e08cf1749d [diff] |
man/vzlist.8: fix disappeared ONBOOT Inside a table we can not use two tabs, because the tab is a field separator. There was two tabs before ONBOOT so it was considered to be the contents of the third, not the second row. Because of that it was invisible and groff was complaining about extra contents. The fix is just to remove one tab. tbl is so sensitive. Signed-off-by: Kir Kolyshkin <kir@openvz.org>