diff options
Diffstat (limited to 'pcap_setdirection.3pcap')
-rw-r--r-- | pcap_setdirection.3pcap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap_setdirection.3pcap b/pcap_setdirection.3pcap index 11945f54..11fef513 100644 --- a/pcap_setdirection.3pcap +++ b/pcap_setdirection.3pcap @@ -59,11 +59,11 @@ This operation is not supported if a ``savefile'' is being read. .B pcap_setdirection() returns 0 on success and \-1 on failure. If \-1 is returned, -.B pcap_geterr() +.B pcap_geterr(3PCAP) or -.B pcap_perror() +.B pcap_perror(3PCAP) may be called with .I p as an argument to fetch or display the error text. .SH SEE ALSO -pcap(3PCAP), pcap_geterr(3PCAP) +pcap(3PCAP) |