Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754032AbcJZKLr (ORCPT ); Wed, 26 Oct 2016 06:11:47 -0400 Received: from mail.osadl.at ([92.243.35.153]:60721 "EHLO mail.osadl.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750720AbcJZKLq (ORCPT ); Wed, 26 Oct 2016 06:11:46 -0400 Date: Wed, 26 Oct 2016 10:11:26 +0000 From: Nicholas Mc Guire To: Brian Norris Cc: Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [DOC] Missing completions-design.txt? Message-ID: <20161026101126.GA1223@osadl.at> References: <20161025195000.GA17604@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161025195000.GA17604@localhost> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1510 Lines: 36 On Tue, Oct 25, 2016 at 12:50:01PM -0700, Brian Norris wrote: > Hi, > > It looks like Nicholas submitted this doc a while back as patch 2/2: > > "[PATCH 2/2] doc: detailed documentation for completion" > http://lkml.iu.edu/hypermail/linux/kernel/1412.2/03676.html > > where patch 1/2 got merged as this: > > 202799be447b doc: brief user documentation for completion > > References in the introduced completion.txt doc have pointed lost souls > at an elusive completion-design.txt: > > "for details on completion design and implementation see > completions-design.txt" > > Since as we well know, most developers are religious readers of > documentation, presumably there are people out there waiting expectantly > for such a file to appear in their otherwise exhaustive Documentation/. > Can you help such lost souls out? > If I remember correctly it was Jonathan Corbet that suggested to merge the two and atleast the usage part got merged in the current completion.txt The path descriptions were not included as it was not clear how long such a path documentation would actually hold - so that was deliberately dropped The design goals/rational was more or less lost or not seen as relevant here as were the references/history and RT notes. As far as I remember it was a deliberate decision to drop these parts as they were not seen to be necessary. Those missing bits could be merged into the current completion.txt I do not think it makes much sense to have it in a seperate file. thx! hofrat