From patchwork Sun Apr 16 05:11:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Torokhov X-Patchwork-Id: 9682511 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0007E60388 for ; Sun, 16 Apr 2017 05:13:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E7A2A280FC for ; Sun, 16 Apr 2017 05:13:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DC8AA28372; Sun, 16 Apr 2017 05:13:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 967F9280FC for ; Sun, 16 Apr 2017 05:13:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755707AbdDPFNM (ORCPT ); Sun, 16 Apr 2017 01:13:12 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:35062 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752138AbdDPFLu (ORCPT ); Sun, 16 Apr 2017 01:11:50 -0400 Received: by mail-pf0-f195.google.com with SMTP id a188so20163757pfa.2; Sat, 15 Apr 2017 22:11:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=xDeCW50mq3uMTtJxLuAm4KcDhWT5odaO0q9S7xXEGKw=; b=Vhyi3ZOOD62gdzlRHuEWKzmmf1ZTpSg7LC3/CFFQcpZT8jXx08e5t2rzOX5g+618qv 8nObG23W+Li7IpnTA59Lie8HJQSvVgp3Gm9P4n+pSL6S9ZNKeTHh2f7xq7l9PY6nPnth 896OLi6GkcfvlCxDb6rQj1bVlwR/+mEdP6p7piwAxaN4pjqJm8Vx2TPyyQyqKbpMJ4L1 N40I/M6BTz6WvqC+3Vxey4oh1YD5jhPZO3TiGNDZzCn+4afbbxvITauyEwsLe+ViLrNw RUw1h9toBZLI2qdmFfufcVKMWvrejjpp4FyJ9Pcrez2MR1tkiZKQ+Di9YLIVSQEfbYw8 Szzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=xDeCW50mq3uMTtJxLuAm4KcDhWT5odaO0q9S7xXEGKw=; b=PBpOpyZoOwZJbt6lfAqwIaS5Y6ZeZSCSbeKFx85kO6G0weOg3bY2754tNdSOPoWz8D 8RS29MtBIP9sprRU2jSwfN8KZt2wi96d8M4mc0Jt4SHR+Go+GXD6KHoEgr8Q3/EKN5DF fxNe7M2JlWmsnJbJFqKrtu6KXitN3LPbxxi6XM2/pUMD8Ldc4MC9lsLWFwBWv5hOyohj UYtIs4uu9239iJJKB8w4h1SF06x0/6mcpUdxnq8PiOgDFqXncVTGygmKD4fp2vlDXjID OIyQBzrrWtYzWvNH8qwRC7nZjM+UtgceC9WS3tnD5H/4tM8KeoBj3O8AXipIjFn/+lTt hqQA== X-Gm-Message-State: AN3rC/7OHz5rmzrDoAh/aGxD5P44H6l4PwBfCZBu16A4rg9D3de89aot RCXKW7JYmyed+w== X-Received: by 10.84.131.129 with SMTP id d1mr7323574pld.121.1492319509306; Sat, 15 Apr 2017 22:11:49 -0700 (PDT) Received: from dtor-ws.mtv.corp.google.com ([172.22.152.34]) by smtp.gmail.com with ESMTPSA id 66sm10889564pfg.14.2017.04.15.22.11.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 15 Apr 2017 22:11:48 -0700 (PDT) From: Dmitry Torokhov To: linux-input@vger.kernel.org Cc: Jonathan Corbet , Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Vojtech Pavlik Subject: [PATCH 3/8] Input: fix "Game console" heading level in joystick documentation Date: Sat, 15 Apr 2017 22:11:40 -0700 Message-Id: <20170416051145.13618-3-dmitry.torokhov@gmail.com> X-Mailer: git-send-email 2.12.2.762.g0e3151a226-goog In-Reply-To: <20170416051145.13618-1-dmitry.torokhov@gmail.com> References: <20170416051145.13618-1-dmitry.torokhov@gmail.com> Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The heading level should be the same as for other devices. Signed-off-by: Dmitry Torokhov --- Documentation/input/joystick.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/input/joystick.rst b/Documentation/input/joystick.rst index 202f5a090675..c9c175ffc2ff 100644 --- a/Documentation/input/joystick.rst +++ b/Documentation/input/joystick.rst @@ -465,7 +465,7 @@ No more joystick types are supported now, but that should change in the future if I get an Amiga in the reach of my fingers. Game console and 8-bit pads and joysticks -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +----------------------------------------- See :ref:`joystick-parport` for more info.