diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-09-16 12:42:20 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-09-16 12:42:20 +0200 |
| commit | 6f858d5cccae4f4fc7cb224da68bda7f0190571d (patch) | |
| tree | fd70c37dfaeb47036592a108c5d1dba29f3b02a7 /man5/proc.5 | |
| parent | 956e74b43f741abe865cc0b1629b996d56d9be20 (diff) | |
| download | man-pages-6f858d5cccae4f4fc7cb224da68bda7f0190571d.tar.gz | |
lirc.4, proc.5, netlink.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5/proc.5')
| -rw-r--r-- | man5/proc.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index a3709b5abe..f727e034c5 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -3387,10 +3387,10 @@ that commences with the character '@'. .RE .TP .I /proc/net/netfilter/nfnetlink_queue -This file contains information about netfilter userspace queueing, if used. +This file contains information about netfilter user-space queueing, if used. Each line represents a queue. Queues that have not been subscribed to -by userspace are not shown. +by user space are not shown. .nf 1 4207 0 2 65535 0 0 0 1 @@ -3423,16 +3423,16 @@ the application. (4) The copy mode of the queue. It is either 1 (metadata only) or 2 -(also copy payload data to userspace). +(also copy payload data to user space). .TP (5) Copy range; that is, how many bytes of packet payload should be copied to -userspace at most. +user space at most. .TP (6) queue dropped. Number of packets that had to be dropped by the kernel because -too many packets are already waiting for userspace to send back the mandatory +too many packets are already waiting for user space to send back the mandatory accept/drop verdicts. .TP (7) @@ -3440,7 +3440,7 @@ queue user dropped. Number of packets that were dropped within the netlink subsystem. Such drops usually happen when the corresponding socket buffer is -full; that is, userspace is not able to read messages fast enough. +full; that is, user space is not able to read messages fast enough. .TP (8) sequence number. |
