From patchwork Thu Jan 11 18:44:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 13517712 Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DAFB553E06 for ; Thu, 11 Jan 2024 18:45:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=networkplumber.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=networkplumber.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=networkplumber-org.20230601.gappssmtp.com header.i=@networkplumber-org.20230601.gappssmtp.com header.b="B/A4IE0s" Received: by mail-pf1-f174.google.com with SMTP id d2e1a72fcca58-6dad22e13dcso3854326b3a.3 for ; Thu, 11 Jan 2024 10:45:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1704998702; x=1705603502; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=N5Qf2MfhYm7DJdrZK8IKsKOHdgH8VUY6AQbfGQfczZE=; b=B/A4IE0slO7CmwBIrTDE/EIIKYFLZBHVi79VzrcCEEQBZeKp9N1jCKmrdkpO0/1ght 8d4jL9m5FF17GjIO22DkpJvlj8zeCitoCGIy5YAzOAVHymnMJWIO9FlNhRiEzz88NXLh yNZ+gvnQ83TpgFZCcQUAFGTL7q8ytLv7REfgU2qjGUVmQ13EwH/2q8lRfyjO1V0k3y9V c6Ytn3TRYj1NE64QVLgUx1UZSwuO7SKiPQujWIbLwHjFJGsvbp6K6GBza8ziZ9ljKxWn soVEOjg/jug7R5oH1EoVmM/bF92S5TODvr0mqaOmhfXBBMEbrPuVIam3FHK1TDJ+G8HW RsuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704998702; x=1705603502; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=N5Qf2MfhYm7DJdrZK8IKsKOHdgH8VUY6AQbfGQfczZE=; b=CRcw2JAyjn7NIArxxmxltjFyRnOORster2qX5ksO+W3HKbSaCZEr3WbXlM1zyjxDGw +0TPJ9iWLogMkq5vxy3NkMZaq8xI6t3/L7J3+DMhq4A9eTZ3fl3rKcFaAIiRHlhlkmjM pTNpOCjz6zPxZnnhcYHHnmXw/4V/FGUmbh94OfN2pcxojy8UXnxu3uM1a6myGWXPRzBX rllA0clt57yf60wNil0Vd4/hsQjRnK8U0vXjZERCvlabn4M+TyvdDqAxfYV2s5WB1jS7 0HxTgZ7TTg2d8KG3W4oWymmKEukXTqZkInjjUh34RJibc1MdaJfxdgEbMN5PfJpqHzzS qPjQ== X-Gm-Message-State: AOJu0YwYICDONTxn5Y5qZuI7XDYQJEMJBpWbyipteCB0LXEVasiGW+55 /VCm0r7z2h+Ky/XWvPRUH+Us+wOxWZyvJsoRIuSOaoFw3qJapw== X-Google-Smtp-Source: AGHT+IFy0TRenOfUIJ/hs5BCYmlzvbuhyuAnpeLMvoN3ud19BHqeT6lvU1KEglVzipXYxHex9+80AA== X-Received: by 2002:a05:6a00:a8f:b0:6d3:a9:51a8 with SMTP id b15-20020a056a000a8f00b006d300a951a8mr195178pfl.59.1704998702071; Thu, 11 Jan 2024 10:45:02 -0800 (PST) Received: from hermes.local (204-195-123-141.wavecable.com. [204.195.123.141]) by smtp.gmail.com with ESMTPSA id v3-20020aa78083000000b006d9b4303f9csm1513460pff.71.2024.01.11.10.45.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Jan 2024 10:45:01 -0800 (PST) From: Stephen Hemminger To: netdev@vger.kernel.org Cc: Stephen Hemminger Subject: [PATCH iproute2-next 0/4] documentations cleanup Date: Thu, 11 Jan 2024 10:44:07 -0800 Message-ID: <20240111184451.48227-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: dsahern@gmail.com Move what is relevant in doc/actions to man pages and drop the rest. Stephen Hemminger (4): man: get rid of doc/actions/mirred-usage man/tc-gact: move generic action documentation to man page doc: remove ifb README doc: remove out dated actions-general doc/actions/actions-general | 256 ------------------------------------ doc/actions/gact-usage | 78 ----------- doc/actions/ifb-README | 125 ------------------ doc/actions/mirred-usage | 164 ----------------------- man/man8/tc-gact.8 | 85 ++++++++++++ man/man8/tc-mirred.8 | 8 ++ man/man8/tc.8 | 1 + 7 files changed, 94 insertions(+), 623 deletions(-) delete mode 100644 doc/actions/actions-general delete mode 100644 doc/actions/gact-usage delete mode 100644 doc/actions/ifb-README delete mode 100644 doc/actions/mirred-usage create mode 100644 man/man8/tc-gact.8 Acked-by: Andrea Claudi