From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751265AbdJCVYC (ORCPT ); Tue, 3 Oct 2017 17:24:02 -0400 Received: from ms.lwn.net ([45.79.88.28]:52292 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084AbdJCVYB (ORCPT ); Tue, 3 Oct 2017 17:24:01 -0400 Date: Tue, 3 Oct 2017 15:23:59 -0600 From: Jonathan Corbet To: Tom Saeger Cc: Alexander Viro , Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/2] docs: Update binfmt_misc links Message-ID: <20171003152359.2cd1aaff@lwn.net> In-Reply-To: <908351e10d6d4c724c9597e4fd71c390675e4f3b.1507064472.git.tom.saeger@oracle.com> References: <908351e10d6d4c724c9597e4fd71c390675e4f3b.1507064472.git.tom.saeger@oracle.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 3 Oct 2017 16:16:37 -0500 Tom Saeger wrote: > Documentation/binfmt_misc.txt moved to > Documentation/admin-guide/binfmt-misc.rst > > Signed-off-by: Tom Saeger > --- > Documentation/sysctl/README | 2 +- > Documentation/sysctl/fs.txt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/sysctl/README b/Documentation/sysctl/README > index 91f54ffa0077..d5f24ab0ecc3 100644 > --- a/Documentation/sysctl/README > +++ b/Documentation/sysctl/README > @@ -60,7 +60,7 @@ debug/ > dev/ device specific information (eg dev/cdrom/info) > fs/ specific filesystems > filehandle, inode, dentry and quota tuning > - binfmt_misc > + binfmt_misc I've applied this one, thanks. jon