Skip to content

Commit e46bfab

Browse files
committed
Merge tag 'docs-5.6-fixes' of git://git.lwn.net/linux
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
2 parents ed5fa55 + adc10f5 commit e46bfab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Documentation/sphinx/parallel-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ if [ -n "$parallel" ] ; then
3030
parallel="-j$parallel"
3131
fi
3232

33-
exec "$sphinx" "$parallel" "$@"
33+
exec "$sphinx" $parallel "$@"

Documentation/x86/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ x86-specific Documentation
1919
tlb
2020
mtrr
2121
pat
22-
intel_mpx
2322
intel-iommu
2423
intel_txt
2524
amd-memory-encryption

0 commit comments

Comments
 (0)