diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 16:40:46 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 16:40:46 +0000 |
| commit | 94e9d9febdb3c68f94bcff26002311fa464837df (patch) | |
| tree | 3a855c552ff4049052ef3cf9dc7c2f68cee7e03e /man5 | |
| parent | 009df872f730972ec53a70652959c7b47c7ece8b (diff) | |
| download | man-pages-94e9d9febdb3c68f94bcff26002311fa464837df.tar.gz | |
Replace "-" by "\-" where a real dash is required.
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 6e2a569d5d..884885ef57 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -895,7 +895,7 @@ the 'local_address' is the local address and protocol number pair. "St" is the internal status of the socket. The "tx_queue" and "rx_queue" are the outgoing and incoming data queue in terms of kernel memory usage. -The "tr", "tm->when", and "rexmits" fields are not used by RAW. +The "tr", "tm\->when", and "rexmits" fields are not used by RAW. The "uid" field holds the effective UID of the creator of the socket. .\" .TP @@ -918,7 +918,7 @@ The "rem_address" is the remote address and port number pair (if connected). 'St' is the internal status of the socket. The 'tx_queue' and 'rx_queue' are the outgoing and incoming data queue in terms of kernel memory usage. -The "tr", "tm->when", and "rexmits" fields hold internal information of +The "tr", "tm\->when", and "rexmits" fields hold internal information of the kernel socket state and are only useful for debugging. The "uid" field holds the effective UID of the creator of the socket. @@ -933,7 +933,7 @@ The "rem_address" is the remote address and port number pair (if connected). "St" is the internal status of the socket. The "tx_queue" and "rx_queue" are the outgoing and incoming data queue in terms of kernel memory usage. -The "tr", "tm->when", and "rexmits" fields +The "tr", "tm\->when", and "rexmits" fields are not used by UDP. The "uid" field holds the effective UID of the creator of the socket. @@ -942,7 +942,7 @@ The format is: .nf .ft CW .in 1n -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: 00000000:0801 00000000:0000 0A 00000000:00000000 00:00000000 6F000100 0 1: 00000000:0201 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 |
