]> git.ipfire.org Git - thirdparty/lxc.git/commit
Bad sgml/man translation 3159/head
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Sat, 12 Oct 2019 11:05:50 +0000 (13:05 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2019 11:05:50 +0000 (13:05 +0200)
commit767bd70a6ba86b5ec0675b227761bb5924ad3e27
treeb675180d88134c9139b5b26045f9237a1dc24882
parentce150929956940052648e77d7f3c89569d2de8c7
Bad sgml/man translation

When calling "man lxc.container.conf", an internal "man" keyword is displayed :

$ man lxc.container.conf
[...]
lxc.mount.entry
              Specify a mount point corresponding to a line in the fstab format.  Moreover lxc supports mount  propagation,  such  as
              rslave  or  rprivate, and adds three additional mount options.  optional don't fail if mount does not work.  create=dir
              or create=file to create dir (or file) when the point will be mounted.  relative source path is taken to be relative to
              the mounted container root. For instance,

dev/null proc/kcore none bind,relative 0 0
              .fi     <-----------------------------------UNEXPECTED KEYWORD !!!!

The problem seems to come from the missing blanks before "dev/null proc/kcore none bind,relative 0 0"

Moreover, for homogeneity purposes, it is better to use the "programlisting" tag used in the rest of the text instead of  "screen".

Signed-off-by: Rachid Koucha <rachid.koucha@gmail.com>
doc/lxc.container.conf.sgml.in