From patchwork Tue Mar 22 14:32:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Claudi X-Patchwork-Id: 12788586 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6301C433F5 for ; Tue, 22 Mar 2022 14:32:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237395AbiCVOdp (ORCPT ); Tue, 22 Mar 2022 10:33:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237267AbiCVOdo (ORCPT ); Tue, 22 Mar 2022 10:33:44 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 0EBA86A07A for ; Tue, 22 Mar 2022 07:32:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647959536; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=018YLwsfYAW9jC5Fkg7eDftLo30xU64uzzIwA+xgMQM=; b=Gz25gSwX8yojQeQSHFmoT2PzMgSuajo3f1bM5OpZCv8xcpEA+2DVP+G2PiAM0wGHD834Yx KjrTeSEXOzJYCbWQvMZT49tVOao2/YzsTTiQNNQDUd6UHSFHSDhPMCaroJ8lotIcw/vU0N t8EVeIo/vkfm7WV56KieAdVgMQRDSGk= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-623-BRzLJJshNRepwgEHWywuTw-1; Tue, 22 Mar 2022 10:32:14 -0400 X-MC-Unique: BRzLJJshNRepwgEHWywuTw-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4E52418A6584; Tue, 22 Mar 2022 14:32:14 +0000 (UTC) Received: from renaissance-vector.redhat.com (unknown [10.39.196.58]) by smtp.corp.redhat.com (Postfix) with ESMTP id 902CC4B8D42; Tue, 22 Mar 2022 14:32:13 +0000 (UTC) From: Andrea Claudi To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, dsahern@gmail.com Subject: [PATCH iproute2 0/3] Fix some typos in doc and man pages Date: Tue, 22 Mar 2022 15:32:02 +0100 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: dsahern@gmail.com As per description, this series contains some typo fixes on doc an man pages. - patch 1/3 fixes a typo in a devlink example - patch 2/3 fixes typos on some man pages - patch 3/3 fixes a typo in the tc actions doc Andrea Claudi (3): man: devlink-region: fix typo in example man: fix some typos doc: fix 'infact' --> 'in fact' typo doc/actions/actions-general | 2 +- man/man8/dcb-app.8 | 2 +- man/man8/dcb-dcbx.8 | 2 +- man/man8/devlink-dev.8 | 2 +- man/man8/devlink-region.8 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)