From nobody Thu Apr 2 16:38:13 2026 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 92F3AC54EE9 for ; Tue, 27 Sep 2022 16:08:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232566AbiI0QIO (ORCPT ); Tue, 27 Sep 2022 12:08:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233058AbiI0QHc (ORCPT ); Tue, 27 Sep 2022 12:07:32 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F5031BF0DD; Tue, 27 Sep 2022 09:06:17 -0700 (PDT) Received: from meer.lwn.net (unknown [IPv6:2601:281:8300:73::5f6]) by ms.lwn.net (Postfix) with ESMTPA id 64394844; Tue, 27 Sep 2022 16:06:17 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 64394844 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1664294777; bh=mYEI8X3YQvLK/RUu/d22/5zHkkKnMAgHHDcj2TDiJVY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mb/pw2FS39AP+Af+44V0wdrH25DDwQiNiPhe5hGjVq7MeCtyiRR0kdx3rexffJXL8 ZWZ/EuFJWJOtW1Pm6ibk+COonfqqu6XQQwr8A77AgkhzeIBPVkByjUYNZPV8nxMbBW Z4g62f3NwcIfEgmY6+2eRWbq1B9Cfdqa43IHxJj8f6uNDQUQZV2ysoxiClY73cpG32 NfDprW83mv9xhENMHMHNyhn3AIxvYDTl6oL0YA7L8/M1F52hMsbuYUa4ibevJutw/n FDufSlH3enHKjLMN7n6+FvNTIPm4CJZ6GAVeHGH5QzOsKM+Im6VLkZw2r9CXMc5xQm vwBqYO+kHmoQw== From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Thorsten Leemhuis , Kees Cook , Jani Nikula , Joe Perches , David Vernet , Jonathan Corbet Subject: [PATCH v3 7/7] docs: add a man-pages link to the front page Date: Tue, 27 Sep 2022 10:05:59 -0600 Message-Id: <20220927160559.97154-8-corbet@lwn.net> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220927160559.97154-1-corbet@lwn.net> References: <20220927160559.97154-1-corbet@lwn.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Readers looking for user-oriented information may benefit from it. Signed-off-by: Jonathan Corbet Reviewed-by: David Vernet --- Documentation/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/index.rst b/Documentation/index.rst index 5a700548ae82..85eab6e990ab 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -76,6 +76,8 @@ developers seeking information on the kernel's user-space= APIs. User-space tools userspace-api/index =20 +See also: the `Linux man pages `_, +which are kept separately from the kernel's own documentation. =20 Firmware-related documentation ------------------------------ --=20 2.37.2