From patchwork Sun May 12 09:30:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neutron Soutmun X-Patchwork-Id: 243164 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 7AF832C00A2 for ; Sun, 12 May 2013 19:31:06 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753281Ab3ELJbF (ORCPT ); Sun, 12 May 2013 05:31:05 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:45932 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752216Ab3ELJbE (ORCPT ); Sun, 12 May 2013 05:31:04 -0400 Received: by mail-pa0-f48.google.com with SMTP id kp6so3882666pab.7 for ; Sun, 12 May 2013 02:31:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=CaoEan3h5sG02Hjvs5APuJ2dr8ix4lssJH0dfA4IcgE=; b=oXOyo20I9KkyjWhGuMv2ZdcTVJBjl9uK6XUepieeaWvuAucyiPLKuMhhsykSCfpccO Yl1VzMelzrhowiElReg30Ou6H2oBu6zAd6sXpIAqufwxHhQFnFUC3buXjkE9+nVWc6FF Vt+6dnSkgaLRfKmchUvZrYxkAUhjdZIAt1WesZBTNfWqrTXSXnPgNH79tPZ0LsQv5AxA 7Og3Q3FJclkbV1ZFyXVxAK9AGjf2KlxaF31RIHNO71+vmNbVs5mAzdxHMaDlAgAiRJdf 3cik/nWesHtMInsi/nX/jjrI8fqDnFilSqDzu5fohQ3STfGhf215YPzPZbR5HDo7IxVG kiZQ== X-Received: by 10.68.212.35 with SMTP id nh3mr24497221pbc.40.1368351063362; Sun, 12 May 2013 02:31:03 -0700 (PDT) Received: from nitrogen.neutroncom.local ([223.207.32.145]) by mx.google.com with ESMTPSA id uq10sm9576219pbc.5.2013.05.12.02.31.01 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 12 May 2013 02:31:02 -0700 (PDT) Date: Sun, 12 May 2013 16:30:57 +0700 From: Neutron Soutmun To: kadlec@blackhole.kfki.hu Cc: netfilter-devel@vger.kernel.org, neo.neutron@gmail.com Subject: [PATCH] ipset: Fix hyphen used as minus sign in manpage Message-ID: <20130512093057.GB9286@nitrogen.neutroncom.local> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Signed-off-by: Neutron Soutmun --- src/ipset.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipset.8 b/src/ipset.8 index 6e627a2..7bb55e1 100644 --- a/src/ipset.8 +++ b/src/ipset.8 @@ -278,7 +278,7 @@ ipset create test hash:ip timeout 300 .IP ipset add test 192.168.0.1 timeout 60 .IP -ipset -exist add test 192.168.0.1 timeout 600 +ipset \-exist add test 192.168.0.1 timeout 600 .PP .SS nomatch The \fBhash\fR set types which can store \fBnet\fR type of data (i.e. hash:*net*)