From 8dcdd694e879451d7b68e45587772757f8d7da87 Mon Sep 17 00:00:00 2001 From: Jon Schipp Date: Sun, 24 Nov 2013 15:44:47 +0100 Subject: man: bpfc: corrected sentence by adding the word "other" When viewing the bpfc man page I noticed a mistake saying that the BPF compiler included in the pcap library is the *only* compiler. I changed it to say the *only other* compiler since bpfc is also a BPF compiler. Signed-off-by: Jon Schipp Signed-off-by: Tobias Klauser --- bpfc.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bpfc.8 b/bpfc.8 index c65fbec..5661ccb 100644 --- a/bpfc.8 +++ b/bpfc.8 @@ -29,8 +29,8 @@ space for further analysis first. Meanwhile, BPF constructs also find application in other areas such as in the communication between user and kernel space like system call sand-boxing. .PP -At the time of writing this man page, the only available BPF compiler is -part of the pcap(3) library and accessible through a high-level filter +At the time of writing this man page, the only other available BPF compiler +is part of the pcap(3) library and accessible through a high-level filter language that might be familiar to many people as tcpdump-like filters. .PP However, it is quite often useful to bypass that compiler and write -- cgit v1.2.3-54-g00ecf