diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-03-12 00:18:56 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-03-12 00:18:56 +0100 |
| commit | b1b42a5dbcaeb973f4c0a5e74fc01b24955ea6ba (patch) | |
| tree | 164be7bfac2a156c1a9af82dc9185756f7e539d7 /man7 | |
| parent | b4c10c038e103c04b4ed1e7446fd2f161e75eaf5 (diff) | |
| download | man-pages-b1b42a5dbcaeb973f4c0a5e74fc01b24955ea6ba.tar.gz | |
man7/: ffix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/network_namespaces.7 | 2 | ||||
| -rw-r--r-- | man7/time_namespaces.7 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man7/network_namespaces.7 b/man7/network_namespaces.7 index 69741f3a15..a256be44ad 100644 --- a/man7/network_namespaces.7 +++ b/man7/network_namespaces.7 @@ -12,7 +12,7 @@ with networking: network devices, IPv4 and IPv6 protocol stacks, IP routing tables, firewall rules, the .I /proc/net directory (which is a symbolic link to -.IR /proc/PID/net ), +.IR /proc/ pid /net ), the .I /sys/class/net directory, various files under diff --git a/man7/time_namespaces.7 b/man7/time_namespaces.7 index 15ec3dbcd9..7080999348 100644 --- a/man7/time_namespaces.7 +++ b/man7/time_namespaces.7 @@ -56,13 +56,13 @@ this symbolic link in a call to .BR setns (2) in order to move into the namespace.) .\" -.SS /proc/PID/timens_offsets +.SS /proc/\fIpid\fP/timens_offsets Associated with each time namespace are offsets, expressed with respect to the initial time namespace, that define the values of the monotonic and boot-time clocks in that namespace. These offsets are exposed via the file -.IR /proc/PID/timens_offsets . +.IR /proc/ pid /timens_offsets . Within this file, the offsets are expressed as lines consisting of three space-delimited fields: |
