diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-18 15:27:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-18 15:27:10 +0000 |
commit | 99a656a0d2722114c061de772ff59cad1e5fae83 (patch) | |
tree | 06220019d61a32644b32cde15ff91ad9628d49f0 /lib/libpcap/pcap.3 | |
parent | 82da6d2a15ce8064ece35480e8877b0c6367b86a (diff) |
- new sentence, new line
- avoid Xr to self
- lookup(n.) -> look up(v.)
Diffstat (limited to 'lib/libpcap/pcap.3')
-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. |