From patchwork Sat Jan 12 17:22:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Kahn Gillmor X-Patchwork-Id: 10761005 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A0CCB1515 for ; Sat, 12 Jan 2019 17:29:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8644A28D2E for ; Sat, 12 Jan 2019 17:29:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 799D228D8C; Sat, 12 Jan 2019 17:29:06 +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.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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 0B3E128D2E for ; Sat, 12 Jan 2019 17:29:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725851AbfALR3F (ORCPT ); Sat, 12 Jan 2019 12:29:05 -0500 Received: from che.mayfirst.org ([162.247.75.118]:49321 "EHLO che.mayfirst.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725842AbfALR3F (ORCPT ); Sat, 12 Jan 2019 12:29:05 -0500 X-Greylist: delayed 402 seconds by postgrey-1.27 at vger.kernel.org; Sat, 12 Jan 2019 12:29:05 EST Received: from fifthhorseman.net (unknown [IPv6:2001:470:1f07:60d:b4c1:b6ff:fe27:67bb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id A0593F99A for ; Sat, 12 Jan 2019 12:22:22 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id E4ED82054B; Sat, 12 Jan 2019 12:22:19 -0500 (EST) From: Daniel Kahn Gillmor To: linux-modules@vger.kernel.org Subject: [kmod] Fix typo Date: Sat, 12 Jan 2019 12:22:19 -0500 Message-Id: <20190112172219.13152-1-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: owner-linux-modules@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP --- man/modprobe.d.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/modprobe.d.xml b/man/modprobe.d.xml index 47878e2..211af84 100644 --- a/man/modprobe.d.xml +++ b/man/modprobe.d.xml @@ -63,7 +63,7 @@ module commands as underscore conversion happens automatically. - The format of and files under modprobe.d is + The format of files under modprobe.d is simple: one command per line, with blank lines and lines starting with '#' ignored (useful for adding comments). A '\' at the end of a line causes it to continue on the next line, which makes the