diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-06-11 02:18:22 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-06-13 23:54:51 +0200 |
| commit | a660bbdd85ebf434f36df0004e88a1abcc63a804 (patch) | |
| tree | fe829283ff555431c359b8197354254ec2a00a4b /man/man7 | |
| parent | 38658f54478947ec7ed8f86bdf787c32cb78822a (diff) | |
| parent | 2f857efc374e1c52a2084c77bf52b06ac371b129 (diff) | |
| download | man-pages-a660bbdd85ebf434f36df0004e88a1abcc63a804.tar.gz | |
ioctl_ns.2, ioctl_nsfs.2: Rename page, and make sashimi
Diffstat (limited to 'man/man7')
| -rw-r--r-- | man/man7/namespaces.7 | 4 | ||||
| -rw-r--r-- | man/man7/pid_namespaces.7 | 2 | ||||
| -rw-r--r-- | man/man7/user_namespaces.7 | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/man/man7/namespaces.7 b/man/man7/namespaces.7 index bdcdde3c80..5cf0546658 100644 --- a/man/man7/namespaces.7 +++ b/man/man7/namespaces.7 @@ -107,7 +107,7 @@ Various .BR ioctl (2) operations can be used to discover information about namespaces. These operations are described in -.BR ioctl_ns (2). +.BR ioctl_nsfs (2). .P Creation of new namespaces using .BR clone (2) @@ -400,7 +400,7 @@ and .BR readlink (1), .BR unshare (1), .BR clone (2), -.BR ioctl_ns (2), +.BR ioctl_nsfs (2), .BR setns (2), .BR unshare (2), .BR proc (5), diff --git a/man/man7/pid_namespaces.7 b/man/man7/pid_namespaces.7 index c886a034d3..e7fb66c963 100644 --- a/man/man7/pid_namespaces.7 +++ b/man/man7/pid_namespaces.7 @@ -182,7 +182,7 @@ The .BR ioctl (2) operation can be used to discover the parental relationship between PID namespaces; see -.BR ioctl_ns (2). +.BR ioctl_nsfs (2). .\" .\" ============================================================ .\" diff --git a/man/man7/user_namespaces.7 b/man/man7/user_namespaces.7 index ddeb669c30..bd6720b0bb 100644 --- a/man/man7/user_namespaces.7 +++ b/man/man7/user_namespaces.7 @@ -90,7 +90,7 @@ The .BR ioctl (2) operation can be used to discover the parental relationship between user namespaces; see -.BR ioctl_ns (2). +.BR ioctl_nsfs (2). .P A task that changes one of its effective IDs will have its dumpability reset to the value in @@ -218,7 +218,7 @@ The .BR ioctl (2) operation can be used to discover the user ID of the owner of the namespace; see -.BR ioctl_ns (2). +.BR ioctl_nsfs (2). .\" .\" ============================================================ .\" @@ -364,7 +364,7 @@ The .BR ioctl (2) operation can be used to discover the user namespace that owns a nonuser namespace; see -.BR ioctl_ns (2). +.BR ioctl_nsfs (2). .\" .\" ============================================================ .\" |
