Skip to content

Commit

Permalink
Merge tag 'docs-5.6-fixes' of git://git.lwn.net/linux
Browse files Browse the repository at this point in the history
Pull documentation fixes from Jonathan Corbet:
 "A pair of docs-build fixes"

* tag 'docs-5.6-fixes' of git://git.lwn.net/linux:
  docs: Fix empty parallelism argument
  docs: remove MPX from the x86 toc
  • Loading branch information
Linus Torvalds committed Feb 27, 2020
2 parents ed5fa55 + adc10f5 commit e46bfab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/sphinx/parallel-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ if [ -n "$parallel" ] ; then
parallel="-j$parallel"
fi

exec "$sphinx" "$parallel" "$@"
exec "$sphinx" $parallel "$@"
1 change: 0 additions & 1 deletion Documentation/x86/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ x86-specific Documentation
tlb
mtrr
pat
intel_mpx
intel-iommu
intel_txt
amd-memory-encryption
Expand Down

0 comments on commit e46bfab

Please sign in to comment.