Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: sharedsubtree: Convert notes to note directive

While a few of the notes are already in reST syntax, others are left
intact (inconsistent). Convert them to reST syntax too.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250819061254.31220-6-bagasdotme@gmail.com

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
ec1a3746 b293fd55

+13 -7
+13 -7
Documentation/filesystems/sharedsubtree.rst
··· 43 43 44 44 # mount --make-shared /mnt 45 45 46 - Note: mount(8) command now supports the --make-shared flag, 47 - so the sample 'smount' program is no longer needed and has been 48 - removed. 46 + .. note:: 47 + mount(8) command now supports the --make-shared flag, 48 + so the sample 'smount' program is no longer needed and has been 49 + removed. 49 50 50 51 :: 51 52 ··· 243 242 The section below explains the detailed semantics of 244 243 bind, rbind, move, mount, umount and clone-namespace operations. 245 244 246 - Note: the word 'vfsmount' and the noun 'mount' have been used 247 - to mean the same thing, throughout this document. 245 + .. Note:: 246 + the word 'vfsmount' and the noun 'mount' have been used 247 + to mean the same thing, throughout this document. 248 248 249 249 a) Mount states 250 250 ··· 887 885 non-NULL, they form a contiguous (ordered) segment of slave list. 888 886 889 887 A example propagation tree looks as shown in the figure below. 890 - [ NOTE: Though it looks like a forest, if we consider all the shared 891 - mounts as a conceptual entity called 'pnode', it becomes a tree]:: 888 + 889 + .. note:: 890 + Though it looks like a forest, if we consider all the shared 891 + mounts as a conceptual entity called 'pnode', it becomes a tree. 892 + 893 + :: 892 894 893 895 894 896 A <--> B <--> C <---> D