From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422715AbcHEO74 (ORCPT ); Fri, 5 Aug 2016 10:59:56 -0400 Received: from tex.lwn.net ([70.33.254.29]:34839 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934849AbcHEO7z (ORCPT ); Fri, 5 Aug 2016 10:59:55 -0400 Date: Fri, 5 Aug 2016 08:59:50 -0600 From: Jonathan Corbet To: Linus Torvalds Cc: LKML , linux-doc@vger.kernel.org Subject: [PULL] Docs fixes Message-ID: <20160805085950.241e1d0a@lwn.net> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) 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 A handful of documentation fixes. You'll get a conflict on Documentation/DocBook/Makefile due to the changes from the drm and media trees. Resolution is pretty easy - just take the docs-next side - but I also have a resolution in the docs-next-merge branch if that's useful to you. Thanks, jon The following changes since commit a88b1672d4ddf9895eb53e6980926d5e960dea8e: doc-rst: kernel-doc: fix handling of address_space tags (2016-07-22 15:34:24 -0600) are available in the git repository at: git://git.lwn.net/linux.git tags/doc-4.8-fixes for you to fetch changes up to bdf107d87eb8ce1d1313fee40f3de1a1029a3eca: DocBook: use DOCBOOKS="" to ignore DocBooks instead of IGNORE_DOCBOOKS=1 (2016-08-04 16:51:33 -0600) ---------------------------------------------------------------- Three fixes for the docs build, including removing an annoying warning on "make help" if sphinx isn't present. ---------------------------------------------------------------- Jani Nikula (2): Documentation/sphinx: do not warn about missing tools in 'make help' DocBook: use DOCBOOKS="" to ignore DocBooks instead of IGNORE_DOCBOOKS=1 seokhoon.yoon (1): Documenation: update cgroup's document path Documentation/DocBook/Makefile | 26 ++++++++++---------------- Documentation/Makefile.sphinx | 4 ++-- Documentation/cgroup-v1/cgroups.txt | 4 ++-- Documentation/cgroup-v1/cpusets.txt | 2 +- Documentation/cgroup-v1/memcg_test.txt | 4 ++-- Documentation/filesystems/tmpfs.txt | 2 +- Documentation/kernel-parameters.txt | 4 ++-- Documentation/kernel-per-CPU-kthreads.txt | 2 +- Documentation/scheduler/sched-deadline.txt | 2 +- Documentation/scheduler/sched-design-CFS.txt | 2 +- Documentation/scheduler/sched-rt-group.txt | 2 +- Documentation/vm/numa | 4 ++-- Documentation/vm/numa_memory_policy.txt | 2 +- Documentation/vm/page_migration | 2 +- Documentation/vm/unevictable-lru.txt | 2 +- Documentation/x86/x86_64/fake-numa-for-cpusets | 4 ++-- 16 files changed, 31 insertions(+), 37 deletions(-)