From patchwork Mon Jul 25 06:34:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Li X-Patchwork-Id: 106608 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3FE4AB6F82 for ; Mon, 25 Jul 2011 16:34:57 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751113Ab1GYGeu (ORCPT ); Mon, 25 Jul 2011 02:34:50 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:35168 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967Ab1GYGes (ORCPT ); Mon, 25 Jul 2011 02:34:48 -0400 Received: by iyb12 with SMTP id 12so4291394iyb.19 for ; Sun, 24 Jul 2011 23:34:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=J/Xi9neqpSEePJbyJ66/W07wolskUe6ccVwbXK46KRQ=; b=QXp7XQpYgm8rC8GNU7JThKSHrwBB94oSHrneHzcOKLbzfxtWnsmcOSBc+pJaKgfxoo GgnNiMIO0UFp7xm/stGCRq5g/2sOwwrvssApETyCkDG+V8dleOI0ktnWZMsOIJ841c66 t2EqsJtSOGaCbF9mDX3rYIUZOFsx+1rZTBmeA= MIME-Version: 1.0 Received: by 10.231.15.77 with SMTP id j13mr1965381iba.65.1311575688138; Sun, 24 Jul 2011 23:34:48 -0700 (PDT) Received: by 10.231.11.205 with HTTP; Sun, 24 Jul 2011 23:34:47 -0700 (PDT) Date: Mon, 25 Jul 2011 14:34:47 +0800 Message-ID: Subject: [PATCH] Fix little error for the man page of 'ip link' From: Bin Li To: netdev@vger.kernel.org Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi, The original patch could found here. http://git.kernel.org/?p=linux/kernel/git/shemminger/iproute2.git;a=commitdiff;h=df33d7a489e13b69caa8b55064e01e99bdabef15 And the below trunk shouldn't be delete. The correct should be "ip link set DEVICE { .. | .. | ..}" instead of "ip link set DEVICE { .. | .. | .." ------------------------------------------------------------------- @@ -68,8 +96,6 @@ ip \- show / manipulate routing, devices, policy routing and tunnels .IR VLAN-QOS " ] ] [" .B rate .IR TXRATE " ]" -.BR " }" - .ti -8 .B ip link show ------------------------------------------------------------------- Please my patch in the attachment or below. Just add it back. Thanks! ------------------------------------------------------------------- ------------------------------------------------------------------- Sincerely Yours, Bin Li http://zh.opensuse.org Index: iproute2/man/man8/ip.8 =================================================================== --- iproute2.orig/man/man8/ip.8 +++ iproute2/man/man8/ip.8 @@ -106,6 +106,8 @@ ip \- show / manipulate routing, devices .IR DEVICE .br .B nomaster +.BR " }" + .ti -8 .B ip link show