aboutsummaryrefslogtreecommitdiff
path: root/pcap_create.3pcap
Commit message (Collapse)AuthorAgeFilesLines
* man: Address more C types formatting issues. [skip ci]Denis Ovsienko2023-03-051-1/+1
|
* Style cleanup.Guy Harris2019-11-231-2/+2
| | | | | | | | 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/+2
| | | | | | | 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.
* Refine references in some man pages, round 1.Denis Ovsienko2018-07-171-2/+2
| | | | | | | | | | | | | When a man page text for the first time refers to a libpcap function that is not a topic of the man page, make sure it points to the 3PCAP section. This way the reference becomes a hyperlink in the HTML version and the web-site cohesion improves. Make sure the SEE ALSO section does not list references already present in the main text. This way the references that appear only in SEE ALSO are much easier to notice, and cohesion remains the same. [skip ci]
* update last modified date in man page(s)Denis Ovsienko2015-12-181-1/+1
|
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
| | | | | | This change removes CVS keywords that express that the file belongs to libpcap repository. All such keywords represented the revision and timestamp by the end of 2008 or even older.
* Document the new API's, move a bunch of information about libpcapguy2008-04-061-0/+74
concepts to the pcap(3PCAP) man page, refer people to the pcap(3PCAP) man page from the man pages for libpcap functions, and clean up some errors.