aboutsummaryrefslogtreecommitdiff
path: root/pcap_dump.3pcap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-11-23 20:56:35 -0800
committerGuy Harris <guy@alum.mit.edu>2019-11-23 20:56:35 -0800
commit48fbe321170f30de3e0c2aed5927aff9b0893a66 (patch)
treeca007998219e42ea1660767ff19ebd7c57d9adbb /pcap_dump.3pcap
parentb262e73dfdda6599b3b08750fcd6ff2a6a5a16c0 (diff)
Style cleanup.
Use the BSD house style, in which, in foobar() returns 17 on success and 137 on failure. "foobar" is boldfaced but "()" isn't.
Diffstat (limited to 'pcap_dump.3pcap')
-rw-r--r--pcap_dump.3pcap4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap_dump.3pcap b/pcap_dump.3pcap
index 7e974218..ba7f75ad 100644
--- a/pcap_dump.3pcap
+++ b/pcap_dump.3pcap
@@ -33,7 +33,7 @@ u_char *sp);
.ft
.fi
.SH DESCRIPTION
-.B pcap_dump()
+.BR pcap_dump ()
outputs a packet to the ``savefile'' opened with
.BR pcap_dump_open (3PCAP).
Note that its calling arguments are suitable for use with
@@ -45,6 +45,6 @@ If called directly, the
parameter is of type
.B pcap_dumper_t
as returned by
-.BR pcap_dump_open() .
+.BR pcap_dump_open ().
.SH SEE ALSO
.BR pcap (3PCAP)