From abf508853752e3a79b8a99bdfeb929b94a490dce Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Fri, 24 Aug 2018 23:55:03 -0500 Subject: Fix manpage reference formatting to be consistent. 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. --- pcap_dump_flush.3pcap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pcap_dump_flush.3pcap') diff --git a/pcap_dump_flush.3pcap b/pcap_dump_flush.3pcap index 5d174745..142e786f 100644 --- a/pcap_dump_flush.3pcap +++ b/pcap_dump_flush.3pcap @@ -34,7 +34,7 @@ int pcap_dump_flush(pcap_dumper_t *p); .B pcap_dump_flush() flushes the output buffer to the ``savefile,'' so that any packets written with -.B pcap_dump(3PCAP) +.BR pcap_dump (3PCAP) but not yet written to the ``savefile'' will be written. .SH RETURN VALUE .B pcap_dump_flush() @@ -42,4 +42,5 @@ returns 0 on success and .B PCAP_ERROR on failure. .SH SEE ALSO -pcap(3PCAP), pcap_dump_open(3PCAP) +.BR pcap (3PCAP), +.BR pcap_dump_open (3PCAP) -- cgit v1.2.1