diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-11-23 20:56:35 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-11-23 20:56:35 -0800 |
commit | 48fbe321170f30de3e0c2aed5927aff9b0893a66 (patch) | |
tree | ca007998219e42ea1660767ff19ebd7c57d9adbb /pcap_geterr.3pcap | |
parent | b262e73dfdda6599b3b08750fcd6ff2a6a5a16c0 (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_geterr.3pcap')
-rw-r--r-- | pcap_geterr.3pcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap_geterr.3pcap b/pcap_geterr.3pcap index 7a7a6be3..72e23e38 100644 --- a/pcap_geterr.3pcap +++ b/pcap_geterr.3pcap @@ -32,7 +32,7 @@ void pcap_perror(pcap_t *p, const char *prefix); .ft .fi .SH DESCRIPTION -.B pcap_geterr() +.BR pcap_geterr () returns the error text pertaining to the last pcap library error. .BR NOTE : the pointer it returns will no longer point to a valid error message @@ -42,7 +42,7 @@ passed to it is closed; you must use or copy the string before closing the .BR pcap_t . .PP -.B pcap_perror() +.BR pcap_perror () prints the text of the last pcap library error on .BR stderr , prefixed by |