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.3pcap.in | |
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.3pcap.in')
-rw-r--r-- | pcap.3pcap.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap.3pcap.in b/pcap.3pcap.in index 5608b460..3c93e2df 100644 --- a/pcap.3pcap.in +++ b/pcap.3pcap.in @@ -44,7 +44,7 @@ set the appropriate options on the handle, and then activate it with If .BR pcap_activate () fails, the handle should be closed with -.BR pcap_close() . +.BR pcap_close (). .PP To obtain a list of devices that can be opened for a live capture, call .BR pcap_findalldevs (); @@ -253,7 +253,7 @@ that device. A user can be given that privilege by, for example, adding that privilege to the user's .B defaultpriv key with the -.B usermod (@MAN_ADMIN_COMMANDS@) +.BR usermod (@MAN_ADMIN_COMMANDS@) command. .TP .B Under HP-UX with DLPI: |