summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-01-10 11:07:41 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-01-10 11:07:41 -0500
commit95a86c1f7bc1e4690c7607f5bce8f77fd3c8d911 (patch)
tree95a008dd04dc330b94302e075c37297b872d0cb1
parent29f8e0bd3021ecc2bd1113321ffad56db07642d2 (diff)
downloadtmpoverlay-95a86c1f7bc1e4690c7607f5bce8f77fd3c8d911.tar.xz
tmpoverlay-95a86c1f7bc1e4690c7607f5bce8f77fd3c8d911.zip
README: add links, clarify
-rw-r--r--README.rst7
1 files 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
----------------