diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-07-17 12:57:49 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2018-07-17 13:06:12 +0000 |
commit | a710ddc83c9ec174d417c695d5f0ada310ff9660 (patch) | |
tree | dd398bc774192de423f3bc8e97ab00936a98afa3 /pcap_dump_file.3pcap | |
parent | 04b703adb76af5bade242f22c2b2c557c6ab1161 (diff) | |
download | libpcap-a710ddc83c9ec174d417c695d5f0ada310ff9660.tar.gz |
Refine references in some man pages, round 1.
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]
Diffstat (limited to 'pcap_dump_file.3pcap')
-rw-r--r-- | pcap_dump_file.3pcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap_dump_file.3pcap b/pcap_dump_file.3pcap index 8fea610a..d2074312 100644 --- a/pcap_dump_file.3pcap +++ b/pcap_dump_file.3pcap @@ -33,6 +33,6 @@ FILE *pcap_dump_file(pcap_dumper_t *p); .SH DESCRIPTION .B pcap_dump_file() returns the standard I/O stream of the ``savefile'' opened by -.BR pcap_dump_open() . +.BR pcap_dump_open(3PCAP) . .SH SEE ALSO pcap(3PCAP) |