From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mart Frauenlob Subject: [PATCH] - libxt_bpf: use correct shell term in man page description Date: Mon, 08 Apr 2013 10:14:17 +0200 Message-ID: <51627C59.6010407@chello.at> Reply-To: mart.frauenlob@chello.at Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080007080300090805080805" To: netfilter-devel@vger.kernel.org Return-path: Received: from fep16.mx.upcmail.net ([62.179.121.36]:35097 "EHLO fep16.mx.upcmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934367Ab3DHIPE (ORCPT ); Mon, 8 Apr 2013 04:15:04 -0400 Received: from edge03.upcmail.net ([192.168.13.238]) by viefep16-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130408081502.DEEB20733.viefep16-int.chello.at@edge03.upcmail.net> for ; Mon, 8 Apr 2013 10:15:02 +0200 Sender: netfilter-devel-owner@vger.kernel.org List-ID: This is a multi-part message in MIME format. --------------080007080300090805080805 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello, use 'command substitution' as correct shell term instead of 'backticks'. Also mention backquotes and `$()' form. btw: After compiling in the git directory the nfbpf_compile binary is shown as new file by git. Should that be so? Best regards Mart --------------080007080300090805080805 Content-Type: text/plain; charset=windows-1252; name="libxt_bpf.man-Use-correct-shell-term-in-man-page.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="libxt_bpf.man-Use-correct-shell-term-in-man-page.patch" >>From 536c34c67b4149e7c83f474350d8a5fbaaa0fa6d Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Mon, 8 Apr 2013 10:03:22 +0200 Subject: [PATCH] libxt_bpf.man: Use correct shell term in man page. --- extensions/libxt_bpf.man | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extensions/libxt_bpf.man b/extensions/libxt_bpf.man index 4120a23..675effd 100644 --- a/extensions/libxt_bpf.man +++ b/extensions/libxt_bpf.man @@ -2,7 +2,7 @@ Match using Linux Socket Filter. Expects a BPF program in decimal format. This is the format generated by the \fBnfbpf_compile\fP utility. .TP \fB\-\-bytecode\fP \fIcode\fP -Pass the code in backtick format as argument. +Pass the code as argument using command substitution (backquotes or `$()' form). .PP The code format is similar to the output of the tcpdump -ddd command: one line that stores the number of instructions, followed by one line for each -- 1.7.2.5 --------------080007080300090805080805--