proc.5: ffix + srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-29 16:26:52 +02:00
parent 3cf6149060
commit e3fb1b6bfc
1 changed files with 5 additions and 13 deletions

View File

@ -1423,12 +1423,10 @@ failure to distinguish per-mount versus per-superblock options).
.IP .IP
The file contains lines of the form: The file contains lines of the form:
.IP .IP
.in 0n
.EX .EX
36 35 98:0 /mnt1 /mnt2 rw,noatime master:1 \- ext3 /dev/root rw,errors=continue 36 35 98:0 /mnt1 /mnt2 rw,noatime master:1 \- ext3 /dev/root rw,errors=continue
(1)(2)(3) (4) (5) (6) (7) (8) (9) (10) (11) (1)(2)(3) (4) (5) (6) (7) (8) (9) (10) (11)
.EE .EE
.in
.IP .IP
The numbers in parentheses are labels for the descriptions below: The numbers in parentheses are labels for the descriptions below:
.RS 7 .RS 7
@ -3010,13 +3008,13 @@ The order matches the column number, when starting to count at zero.
.IP .IP
For example on an x86-64 system: For example on an x86-64 system:
.IP .IP
.in -12n .RS -12
.EX .EX
Node 0, zone DMA 1 1 1 0 2 1 1 0 1 1 3 Node 0, zone DMA 1 1 1 0 2 1 1 0 1 1 3
Node 0, zone DMA32 65 47 4 81 52 28 13 10 5 1 404 Node 0, zone DMA32 65 47 4 81 52 28 13 10 5 1 404
Node 0, zone Normal 216 55 189 101 84 38 37 27 5 3 587 Node 0, zone Normal 216 55 189 101 84 38 37 27 5 3 587
.EE .EE
.in .RE
.IP .IP
In this example, there is one node containing three zones and there In this example, there is one node containing three zones and there
are 11 different chunk sizes. are 11 different chunk sizes.
@ -3834,7 +3832,7 @@ address resolutions.
It will show both dynamically learned and preprogrammed ARP entries. It will show both dynamically learned and preprogrammed ARP entries.
The format is: The format is:
.IP .IP
.in 7n .in +4n
.EX .EX
IP address HW type Flags HW address Mask Device IP address HW type Flags HW address Mask Device
192.168.0.50 0x1 0x2 00:50:BF:25:68:F3 * eth0 192.168.0.50 0x1 0x2 00:50:BF:25:68:F3 * eth0
@ -3862,7 +3860,6 @@ These are used by the
program to report device status. program to report device status.
The format is: The format is:
.IP .IP
.in 1n
.EX .EX
Inter\-| Receive | Transmit Inter\-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
@ -3871,7 +3868,6 @@ Inter\-| Receive | Transmit
ppp0: 1622270 5552 1 0 0 0 0 0 354130 5669 0 0 0 0 0 0 ppp0: 1622270 5552 1 0 0 0 0 0 354130 5669 0 0 0 0 0 0
tap0: 7714 81 0 0 0 0 0 0 7714 81 0 0 0 0 0 0 tap0: 7714 81 0 0 0 0 0 0 7714 81 0 0 0 0 0 0
.EE .EE
.in
.\" .TP .\" .TP
.\" .I /proc/net/ipx .\" .I /proc/net/ipx
.\" No information. .\" No information.
@ -3965,27 +3961,23 @@ The "uid"
field holds the effective UID of the creator of the socket. field holds the effective UID of the creator of the socket.
The format is: The format is:
.IP .IP
.in 1n
.EX .EX
sl local_address rem_address st tx_queue rx_queue tr rexmits tm\->when uid sl local_address rem_address st tx_queue rx_queue tr rexmits tm\->when uid
1: 01642C89:0201 0C642C89:03FF 01 00000000:00000001 01:000071BA 00000000 0 1: 01642C89:0201 0C642C89:03FF 01 00000000:00000001 01:000071BA 00000000 0
1: 00000000:0801 00000000:0000 0A 00000000:00000000 00:00000000 6F000100 0 1: 00000000:0801 00000000:0000 0A 00000000:00000000 00:00000000 6F000100 0
1: 00000000:0201 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 1: 00000000:0201 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0
.EE .EE
.in
.TP .TP
.I /proc/net/unix .I /proc/net/unix
Lists the UNIX domain sockets present within the system and their Lists the UNIX domain sockets present within the system and their
status. status.
The format is: The format is:
.IP .IP
.in 1n
.EX .EX
Num RefCount Protocol Flags Type St Inode Path Num RefCount Protocol Flags Type St Inode Path
0: 00000002 00000000 00000000 0001 03 42 0: 00000002 00000000 00000000 0001 03 42
1: 00000001 00000000 00010000 0001 01 1948 /dev/printer 1: 00000001 00000000 00010000 0001 01 1948 /dev/printer
.EE .EE
.in
.IP .IP
The fields are as follows: The fields are as follows:
.RS .RS
@ -5989,7 +5981,7 @@ This allows multiple readouts.
Sample output from Sample output from
.IR /proc/timer_stats : .IR /proc/timer_stats :
.IP .IP
.in 4n .in +4n
.EX .EX
.RB $ " cat /proc/timer_stats" .RB $ " cat /proc/timer_stats"
Timer Stats Version: v0.3 Timer Stats Version: v0.3
@ -6049,7 +6041,7 @@ and
.IR /proc/sys/kernel/version . .IR /proc/sys/kernel/version .
For example: For example:
.IP .IP
.in 8n .in +4n
.EX .EX
Linux version 1.0.9 (quinlan@phaze) #1 Sat May 14 01:51:54 EDT 1994 Linux version 1.0.9 (quinlan@phaze) #1 Sat May 14 01:51:54 EDT 1994
.EE .EE