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>
This commit is contained in:
Daniel W. S. Almeida 2020-01-10 20:24:25 -03:00 committed by Jonathan Corbet
parent f9a9349846
commit 0867fb07fa

View file

@ -15,13 +15,14 @@ Mounting the root filesystem via NFS (nfsroot)
In order to use a diskless system, such as an X-terminal or printer server In order to use a diskless system, such as an X-terminal or printer server for
for example, it is necessary for the root filesystem to be present on a example, it is necessary for the root filesystem to be present on a non-disk
non-disk device. This may be an initramfs (see Documentation/filesystems/ramfs-rootfs-initramfs.txt), device. This may be an initramfs (see
a ramdisk (see Documentation/admin-guide/initrd.rst) or a Documentation/filesystems/ramfs-rootfs-initramfs.txt), a ramdisk (see
filesystem mounted via NFS. The following text describes on how to use NFS Documentation/admin-guide/initrd.rst) or a filesystem mounted via NFS. The
for the root filesystem. For the rest of this text 'client' means the following text describes on how to use NFS for the root filesystem. For the rest
diskless system, and 'server' means the NFS server. of this text 'client' means the diskless system, and 'server' means the NFS
server.