From 48fbe321170f30de3e0c2aed5927aff9b0893a66 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 23 Nov 2019 20:56:35 -0800 Subject: 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. --- pcap_geterr.3pcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcap_geterr.3pcap') 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 -- cgit v1.2.3