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

Documentation: nfsroot.rst: COSMETIC: refill a paragraph

Refill a paragraph to eliminate long lines.

Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Link: https://lore.kernel.org/r/58c50f6ba94a0a2f212c4d2a42f64ffb40336b68.1578697871.git.dwlsalmeida@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Daniel W. S. Almeida and committed by
Jonathan Corbet
0867fb07 f9a93498

+8 -7
+8 -7
Documentation/admin-guide/nfs/nfsroot.rst
··· 15 15 16 16 17 17 18 - In order to use a diskless system, such as an X-terminal or printer server 19 - for example, it is necessary for the root filesystem to be present on a 20 - non-disk device. This may be an initramfs (see Documentation/filesystems/ramfs-rootfs-initramfs.txt), 21 - a ramdisk (see Documentation/admin-guide/initrd.rst) or a 22 - filesystem mounted via NFS. The following text describes on how to use NFS 23 - for the root filesystem. For the rest of this text 'client' means the 24 - diskless system, and 'server' means the NFS server. 18 + In order to use a diskless system, such as an X-terminal or printer server for 19 + example, it is necessary for the root filesystem to be present on a non-disk 20 + device. This may be an initramfs (see 21 + Documentation/filesystems/ramfs-rootfs-initramfs.txt), a ramdisk (see 22 + Documentation/admin-guide/initrd.rst) or a filesystem mounted via NFS. The 23 + following text describes on how to use NFS for the root filesystem. For the rest 24 + of this text 'client' means the diskless system, and 'server' means the NFS 25 + server. 25 26 26 27 27 28