diff options
author | 2005-11-18 15:27:09 +0000 | |
---|---|---|
committer | 2005-11-18 15:27:09 +0000 | |
commit | 732dfc758636a1d20fbda956c74f4d76f464049c (patch) | |
tree | 3951117308e4c925cd488b20cf35b2da7daf08a9 | |
parent | do not devide by zero (diff) | |
download | wireguard-openbsd-732dfc758636a1d20fbda956c74f4d76f464049c.tar.xz wireguard-openbsd-732dfc758636a1d20fbda956c74f4d76f464049c.zip |
- new sentence, new line
- avoid Xr to self
- lookup(n.) -> look up(v.)
-rw-r--r-- | lib/libpcap/pcap.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libpcap/pcap.3 b/lib/libpcap/pcap.3 index e144afd32cb..3a4c30774ee 100644 --- a/lib/libpcap/pcap.3 +++ b/lib/libpcap/pcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap.3,v 1.26 2005/11/18 11:05:39 djm Exp $ +.\" $OpenBSD: pcap.3,v 1.27 2005/11/18 15:27:09 jmc Exp $ .\" .\" Copyright (c) 1994, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -165,7 +165,8 @@ fails and returns .Fn pcap_dump_open is called to open a .Dq savefile -for writing. The name +for writing. +The name .Ql - is a synonym for .Dv stdin . @@ -421,12 +422,11 @@ other functions in libpcap. It is typically used when just using libpcap for compiling BPF code. .Pp .Fn pcap_lib_version -returns a string describing the version of -.Xr pcap 3 . +returns a string describing the version of libpcap. .Fn pcap_datalink_val_to_name and .Fn pcap_datalink_val_to_description -lookup the name or description of a datalink type by number. +look up the name or description of a datalink type by number. These functions return .Dv NULL if the specified datalink type is not known. |