From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763690AbXHKWu1 (ORCPT ); Sat, 11 Aug 2007 18:50:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762853AbXHKWuJ (ORCPT ); Sat, 11 Aug 2007 18:50:09 -0400 Received: from ug-out-1314.google.com ([66.249.92.173]:1509 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762851AbXHKWuG (ORCPT ); Sat, 11 Aug 2007 18:50:06 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=uh5I0zaWXHg66v+BIwI3ms7JBv2eJq3NfU13mGgQ9+tw2l73KaNBPYz4qKfM94D6uH5taSfk6Ali1bUeCB2FEiDl+dfU1fTmS6Ua6F/NmwBqoyz7h8fXcI8IBGqVVDl7NayKbNrrYpLhux7S84+qc1ZBEDHwCPw7QKttwzkVCe0= From: Jesper Juhl To: linux-doc@vger.kernel.org Subject: [PATCH 3/5] Add a 00-INDEX file to Documentation/sysctl/ Date: Sun, 12 Aug 2007 00:47:46 +0200 User-Agent: KMail/1.9.7 Cc: Rob Landley , Randy Dunlap , Linux Kernel Mailing List , Rik van Riel , Jesper Juhl References: <200708120045.03032.jesper.juhl@gmail.com> In-Reply-To: <200708120045.03032.jesper.juhl@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708120047.46566.jesper.juhl@gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Add a 00-INDEX file to Documentation/sysctl/ Signed-off-by: Jesper Juhl --- 00-INDEX | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) --- /dev/null 2005-11-21 04:22:37.000000000 +0100 +++ linux-2.6/Documentation/sysctl/00-INDEX 2007-08-11 23:52:50.000000000 +0200 @@ -0,0 +1,16 @@ +00-INDEX + - this file. +README + - general information about /proc/sys/ sysctl files. +abi.txt + - documentation for /proc/sys/abi/*. +ctl_unnumbered.txt + - explanation of why one should not add new binary sysctl numbers. +fs.txt + - documentation for /proc/sys/fs/*. +kernel.txt + - documentation for /proc/sys/kernel/*. +sunrpc.txt + - documentation for /proc/sys/sunrpc/*. +vm.txt + - documentation for /proc/sys/vm/*.