diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-07-25 16:32:12 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2018-07-25 16:32:49 +0000 |
commit | 6e15abcfff9504c9c26c249db56179c4c26c1b16 (patch) | |
tree | 4d31617d075291e961a4f26ba01797698421e5e9 /pcap_dump_flush.3pcap | |
parent | f19ee14e460e63143c2ba4e4442b7226c769f79c (diff) |
Spell PCAP_ERROR and PCAP_ERROR_BREAK in the man pages.
[skip ci]
Diffstat (limited to 'pcap_dump_flush.3pcap')
-rw-r--r-- | pcap_dump_flush.3pcap | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pcap_dump_flush.3pcap b/pcap_dump_flush.3pcap index a2bd1418..5d174745 100644 --- a/pcap_dump_flush.3pcap +++ b/pcap_dump_flush.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_DUMP_FLUSH 3PCAP "3 January 2014" +.TH PCAP_DUMP_FLUSH 3PCAP "25 July 2018" .SH NAME pcap_dump_flush \- flush to a savefile packets dumped .SH SYNOPSIS @@ -38,6 +38,8 @@ written with but not yet written to the ``savefile'' will be written. .SH RETURN VALUE .B pcap_dump_flush() -returns 0 on success and \-1 on failure. +returns 0 on success and +.B PCAP_ERROR +on failure. .SH SEE ALSO pcap(3PCAP), pcap_dump_open(3PCAP) |