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_lib_version.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_lib_version.3pcap')
-rw-r--r-- | pcap_lib_version.3pcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap_lib_version.3pcap b/pcap_lib_version.3pcap index cd1b9472..73ed2b88 100644 --- a/pcap_lib_version.3pcap +++ b/pcap_lib_version.3pcap @@ -31,7 +31,7 @@ const char *pcap_lib_version(void); .ft .fi .SH DESCRIPTION -.B pcap_lib_version() +.BR pcap_lib_version () returns a pointer to a string giving information about the version of the libpcap library being used; note that it contains more information than just a version number. |