summaryrefslogtreecommitdiff
path: root/pcap_set_protocol_linux.3pcap
Commit message (Collapse)AuthorAgeFilesLines
* man: Format more special constants bold. [skip ci]Denis Ovsienko2020-08-211-1/+3
| | | | | | | Some man pages used bold font for special meaning constants (e.g. -1 for infinity, 0 for false, 1 for true, NULL), but some didn't. Make the formatting consistently bold, but leave ordinary constants (number of packets in a buffer, a timeout, a buffer size) intact.
* Show correct last modified date in all man pages.Denis Ovsienko2020-02-161-1/+1
| | | | | | | | | For clarity, as before, the last modified date stands for changes more substantial than trivial editorial and formatting fixups. That, for example, would be at least a change of the described behaviour, return value, semantics or backward compatibility. [skip ci]
* Style cleanup.Guy Harris2019-11-231-4/+4
| | | | | | | | Use the BSD house style, in which, in foobar() returns 17 on success and 137 on failure. "foobar" is boldfaced but "()" isn't.
* Fix manpage reference formatting to be consistent.Daniel Miller2018-08-241-2/+4
| | | | | | | All manpage references such as pcap_create(3PCAP) will now be formatted with the identifier (e.g. "pcap_create") in **bold** and the section name (e.g. "(3PCAP)") in roman (default) face. This is how most manpages seem to be formatted and makes things more consistent.
* More BACKWARD COMPATIBILITY sections.Guy Harris2018-08-221-0/+2
|
* Refine references in some man pages, round 4.Denis Ovsienko2018-07-181-3/+2
| | | | [skip ci]
* Rename pcap_set_protocol() to pcap_set_protocol_linux().Denis Ovsienko2018-07-111-0/+67
As discussed on tcpdump-workers: emphasize the fact this function is Linux-specific.