diff options
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: |
