From patchwork Sun Apr 2 21:24:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 96586 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp1621978qgd; Sun, 2 Apr 2017 14:24:32 -0700 (PDT) X-Received: by 10.98.197.133 with SMTP id j127mr13800024pfg.238.1491168272567; Sun, 02 Apr 2017 14:24:32 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i4si12024395pfg.109.2017.04.02.14.24.32; Sun, 02 Apr 2017 14:24:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751210AbdDBVYa (ORCPT + 25 others); Sun, 2 Apr 2017 17:24:30 -0400 Received: from ms.lwn.net ([45.79.88.28]:50206 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853AbdDBVY3 (ORCPT ); Sun, 2 Apr 2017 17:24:29 -0400 Received: from tpad.lwn.net (localhost [127.0.0.1]) by ms.lwn.net (Postfix) with ESMTPA id A55A32E2; Sun, 2 Apr 2017 21:24:28 +0000 (UTC) From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH 0/2] Create an initial user-space API manual Date: Sun, 2 Apr 2017 15:24:05 -0600 Message-Id: <20170402212407.12021-1-corbet@lwn.net> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For a bit we have talked about adding another manual for user-space API documentation. This is that manual. I've started by populating it with an ancient document that nobody probably cares about, but it shows the direction I'm thinking of going. Jonathan Corbet (2): docs: Create a user-space API guide docs: Convert unshare.txt to RST and add to the user-space API manual Documentation/index.rst | 12 ++ Documentation/userspace-api/conf.py | 10 ++ Documentation/userspace-api/index.rst | 26 +++ .../{unshare.txt => userspace-api/unshare.rst} | 195 ++++++++++++--------- 4 files changed, 164 insertions(+), 79 deletions(-) create mode 100644 Documentation/userspace-api/conf.py create mode 100644 Documentation/userspace-api/index.rst rename Documentation/{unshare.txt => userspace-api/unshare.rst} (67%) -- 2.9.3