From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933484AbcIVLtu (ORCPT ); Thu, 22 Sep 2016 07:49:50 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:56860 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934015AbcIVLt0 (ORCPT ); Thu, 22 Sep 2016 07:49:26 -0400 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Linux Kernel Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab Subject: [PATCH 00/17] More files converted to ReST format Date: Wed, 21 Sep 2016 16:09:27 -0300 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series contain conversion of other files that, IMHO, belong to the development-process book or to an user manual book. Patch 1 is actually just a fixup; Patch 2 is actually patch 28/29 from my past series that weren' t applied because it was merging file renames on it; Patch 3 add ReST cross references for the already converted patches; patches 4, 5 and 6 convert README, REPORTING-BUGS and kernel-parameter.txt to be the basis of a Linux Kernel User' s manual; patch 7 add the already converted text files that are meant to be read by Linux developers at the development-process book; patch 8 creates the Linux Kernel User' s manual. The remaining patches convert generic documentation that, IMHO, belongs to either the "user" or "develoment" book. I'll keep working on converting those files, but we have already enough patches to be flushed to linux-doc and LKML :) Mauro Carvalho Chehab (17): Documentation/applying-patches.txt: fix a bad external link Documentation/email-clients.txt: convert it to ReST markup docs-rst: add inter-document cross references REPORTING-BUGS: convert to ReST markup README: convert it to ReST markup Documentation/kernel-parameters.txt: convert to ReST markup docs-rst: add documents to development-process docs-rst: create an user's manual book Documentation/adding-syscalls.txt: convert it to ReST markup Documentation/bad_memory.txt: convert it to ReST markup Documentation/basic_profiling.rst: convert to ReST markup Documentation/binfmt_misc.txt: convert it to ReST markup Documentation/serial-console.txt: convert it to ReST markup Documentation/braille-console: convert it to ReST markup Documentation/BUG-HUNTING: convert to ReST markup CodeOfConflict: add it to the development-process book Documentation/devices.rst: convert it to ReST markup Documentation/BUG-HUNTING | 162 +-- Documentation/CodeOfConflict | 1 + Documentation/SecurityBugs | 12 +- Documentation/SubmitChecklist | 10 +- Documentation/SubmittingDrivers | 7 +- Documentation/SubmittingPatches | 24 +- Documentation/adding-syscalls.txt | 263 ++--- Documentation/applying-patches.txt | 2 +- Documentation/bad_memory.txt | 26 +- Documentation/basic_profiling.txt | 59 +- Documentation/binfmt_misc.txt | 134 ++- Documentation/braille-console.txt | 30 +- Documentation/development-process/Changes.rst | 1 + .../development-process/CodeOfConflict.rst | 1 + Documentation/development-process/CodingStyle.rst | 1 + Documentation/development-process/HOWTO.rst | 1 + .../development-process/ManagementStyle.rst | 1 + .../development-process/SubmitChecklist.rst | 1 + .../development-process/SubmittingDrivers.rst | 1 + .../development-process/SubmittingPatches.rst | 1 + .../development-process/adding-syscalls.rst | 1 + .../development-process/applying-patches.rst | 1 + .../development-process/development-process.rst | 2 + .../development-process/email-clients.rst | 1 + Documentation/development-process/index.rst | 21 + Documentation/development-process/kernel-docs.rst | 1 + .../development-process/stable_api_nonsense.rst | 1 + .../development-process/stable_kernel_rules.rst | 1 + Documentation/devices.txt | 1090 ++++++++++---------- Documentation/email-clients.txt | 208 ++-- Documentation/index.rst | 1 + Documentation/kernel-parameters.txt | 33 +- Documentation/serial-console.txt | 68 +- Documentation/stable_kernel_rules.txt | 7 +- Documentation/user/BUG-HUNTING.rst | 1 + Documentation/user/README.rst | 1 + Documentation/user/REPORTING-BUGS.rst | 1 + Documentation/user/SecurityBugs.rst | 1 + Documentation/user/bad_memory.rst | 1 + Documentation/user/basic_profiling.rst | 1 + Documentation/user/binfmt_misc.rst | 1 + Documentation/user/braile-console.rst | 1 + Documentation/user/devices.rst | 1 + Documentation/user/index.rst | 20 + Documentation/user/kernel-parameters.rst | 1 + Documentation/user/serial-console.rst | 1 + README | 105 +- REPORTING-BUGS | 66 +- 48 files changed, 1297 insertions(+), 1079 deletions(-) create mode 120000 Documentation/development-process/Changes.rst create mode 120000 Documentation/development-process/CodeOfConflict.rst create mode 120000 Documentation/development-process/CodingStyle.rst create mode 120000 Documentation/development-process/HOWTO.rst create mode 120000 Documentation/development-process/ManagementStyle.rst create mode 120000 Documentation/development-process/SubmitChecklist.rst create mode 120000 Documentation/development-process/SubmittingDrivers.rst create mode 120000 Documentation/development-process/SubmittingPatches.rst create mode 120000 Documentation/development-process/adding-syscalls.rst create mode 120000 Documentation/development-process/applying-patches.rst create mode 120000 Documentation/development-process/email-clients.rst create mode 120000 Documentation/development-process/kernel-docs.rst create mode 120000 Documentation/development-process/stable_api_nonsense.rst create mode 120000 Documentation/development-process/stable_kernel_rules.rst create mode 120000 Documentation/user/BUG-HUNTING.rst create mode 120000 Documentation/user/README.rst create mode 120000 Documentation/user/REPORTING-BUGS.rst create mode 120000 Documentation/user/SecurityBugs.rst create mode 120000 Documentation/user/bad_memory.rst create mode 120000 Documentation/user/basic_profiling.rst create mode 120000 Documentation/user/binfmt_misc.rst create mode 120000 Documentation/user/braile-console.rst create mode 120000 Documentation/user/devices.rst create mode 100644 Documentation/user/index.rst create mode 120000 Documentation/user/kernel-parameters.rst create mode 120000 Documentation/user/serial-console.rst -- 2.7.4