aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2021-07-28 22:19:49 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-08-07 23:40:29 +0200
commit57fb49f9ae4f2135098f2cc94993be42a536b110 (patch)
treefef28994d294ecead8bc469e531f12046f41d8ec
parent36e6250f145ec7283ece3a1ef2914b3d0b403b13 (diff)
downloadman-pages-57fb49f9ae4f2135098f2cc94993be42a536b110.tar.gz
user_namespaces.7: Fix a reference to a kernel document
The file being referred to no longer exists, as it was moved to *.rst first (commit 20a78ae9ed297f2) and then to under admin-guide (commit bf6b7a742e3f82b). Both those commits are from 2019 (Linux 5.3). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/user_namespaces.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7
index f2e02c9788..518e7a3bb3 100644
--- a/man7/user_namespaces.7
+++ b/man7/user_namespaces.7
@@ -1383,4 +1383,4 @@ main(int argc, char *argv[])
.BR pid_namespaces (7)
.PP
The kernel source file
-.IR Documentation/namespaces/resource\-control.txt .
+.IR Documentation/admin\-guide/namespaces/resource\-control.rst .