From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6E5BECE588 for ; Tue, 15 Oct 2019 15:43:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B3A00205F4 for ; Tue, 15 Oct 2019 15:43:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733265AbfJOPny (ORCPT ); Tue, 15 Oct 2019 11:43:54 -0400 Received: from fourcot.fr ([217.70.191.14]:37546 "EHLO olfflo.fourcot.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731230AbfJOPnx (ORCPT ); Tue, 15 Oct 2019 11:43:53 -0400 X-Greylist: delayed 472 seconds by postgrey-1.27 at vger.kernel.org; Tue, 15 Oct 2019 11:43:53 EDT From: Florent Fourcot To: netdev@vger.kernel.org Cc: Florent Fourcot , Romain Bellan Subject: [PATCH iproute2] man: remove "defaut group" sentence on ip link Date: Tue, 15 Oct 2019 17:35:50 +0200 Message-Id: <20191015153550.29010-1-florent.fourcot@wifirst.fr> X-Mailer: git-send-email 2.11.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org By default, all devices are listed, not only the default group. Signed-off-by: Florent Fourcot Signed-off-by: Romain Bellan --- man/man8/ip-link.8.in | 1 - 1 file changed, 1 deletion(-) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index a8ae72d2..31051c52 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -2364,7 +2364,6 @@ Commands: .BI dev " NAME " (default) .I NAME specifies the network device to show. -If this argument is omitted all devices in the default group are listed. .TP .BI group " GROUP " -- 2.20.1