From 95a86c1f7bc1e4690c7607f5bce8f77fd3c8d911 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sun, 10 Jan 2021 11:07:41 -0500 Subject: README: add links, clarify --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8046204..3fefab2 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,11 @@ mount only affects new directory lookups. If a process has its current directory or has files open inside the mount point, it continues to access the original directory, not the overlaid one. Each process also has a cached root directory pointer, which can only be modified by chroot (internally) or -pivot_root (globally). The pivot_root(2) and pivot_root(8) man pages should be -fully read and understood before using tmpoverlay to overmount root. +pivot_root (globally). The pivot_root(2)_ and pivot_root(8)_ man pages should +be fully read and understood before using tmpoverlay to overmount ``/``. + +.. _pivot_root(2): https://man7.org/linux/man-pages/man2/pivot_root.2.html +.. _pivot_root(8): https://man7.org/linux/man-pages/man8/pivot_root.8.html POSIX compliance ---------------- -- cgit v1.2.3-54-g00ecf