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
The file contains lines of the form:
.IP
.in 0n
.EX
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)
.EE
.in
.IP
The numbers in parentheses are labels for the descriptions below:
.RS 7
@ -3010,13 +3008,13 @@ The order matches the column number, when starting to count at zero.
.IP
For example on an x86-64 system:
.IP
.in -12n
.RS -12
.EX
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 Normal 216 55 189 101 84 38 37 27 5 3 587
.EE
.in
.RE
.IP
In this example, there is one node containing three zones and there
are 11 different chunk sizes.
@ -3834,7 +3832,7 @@ address resolutions.
It will show both dynamically learned and preprogrammed ARP entries.
The format is:
.IP
.in 7n
.in +4n
.EX
IP address HW type Flags HW address Mask Device
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.
The format is:
.IP
.in 1n
.EX
Inter\-| Receive | Transmit
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
tap0: 7714 81 0 0 0 0 0 0 7714 81 0 0 0 0 0 0
.EE
.in
.\" .TP
.\" .I /proc/net/ipx
.\" No information.
@ -3965,27 +3961,23 @@ The "uid"
field holds the effective UID of the creator of the socket.
The format is:
.IP
.in 1n
.EX
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: 00000000:0801 00000000:0000 0A 00000000:00000000 00:00000000 6F000100 0
1: 00000000:0201 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0
.EE
.in
.TP
.I /proc/net/unix
Lists the UNIX domain sockets present within the system and their
status.
The format is:
.IP
.in 1n
.EX
Num RefCount Protocol Flags Type St Inode Path
0: 00000002 00000000 00000000 0001 03 42
1: 00000001 00000000 00010000 0001 01 1948 /dev/printer
.EE
.in
.IP
The fields are as follows:
.RS
@ -5989,7 +5981,7 @@ This allows multiple readouts.
Sample output from
.IR /proc/timer_stats :
.IP
.in 4n
.in +4n
.EX
.RB $ " cat /proc/timer_stats"
Timer Stats Version: v0.3
@ -6049,7 +6041,7 @@ and
.IR /proc/sys/kernel/version .
For example:
.IP
.in 8n
.in +4n
.EX
Linux version 1.0.9 (quinlan@phaze) #1 Sat May 14 01:51:54 EDT 1994
.EE