Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
L
lxc
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • lxc
  • Repository

Switch branch/tag
  • lxc
  • doc
  • lxc.container.conf.sgml.in
Find file
BlameHistoryPermalink
  • Rachid Koucha's avatar
    Bad sgml/man translation · a5d1aba0
    Rachid Koucha authored Oct 12, 2019
    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: 's avatarRachid Koucha <rachid.koucha@gmail.com>
    a5d1aba0
lxc.container.conf.sgml.in 98.3 KB
EditWeb IDE
×

Replace lxc.container.conf.sgml.in

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.