diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-06 19:17:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 11:28:34 +0100 |
commit | d4a82b30b7d3622d5e3101aeb333bbdb31622176 (patch) | |
tree | ad8ebb64f0363ad685ad6d6163cc4bf2ce4f535f /documentation/dev-manual/qemu.rst | |
parent | f3540fc691c12aca637ddea71bd0090ddcc40e19 (diff) | |
download | poky-d4a82b30b7d3622d5e3101aeb333bbdb31622176.tar.gz |
manuals: reduce verbosity related to "the following" expression
(From yocto-docs rev: da9d1cfb5c084d172eff3cb10ec3631dd8266260)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/qemu.rst')
-rw-r--r-- | documentation/dev-manual/qemu.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst index 2b6d3d76c7..f7366938dd 100644 --- a/documentation/dev-manual/qemu.rst +++ b/documentation/dev-manual/qemu.rst | |||
@@ -219,15 +219,15 @@ using an NFS server. | |||
219 | Should you need to start, stop, or restart the NFS share, you can use | 219 | Should you need to start, stop, or restart the NFS share, you can use |
220 | the following commands: | 220 | the following commands: |
221 | 221 | ||
222 | - The following command starts the NFS share:: | 222 | - To start the NFS share:: |
223 | 223 | ||
224 | runqemu-export-rootfs start file-system-location | 224 | runqemu-export-rootfs start file-system-location |
225 | 225 | ||
226 | - The following command stops the NFS share:: | 226 | - To stop the NFS share:: |
227 | 227 | ||
228 | runqemu-export-rootfs stop file-system-location | 228 | runqemu-export-rootfs stop file-system-location |
229 | 229 | ||
230 | - The following command restarts the NFS share:: | 230 | - To restart the NFS share:: |
231 | 231 | ||
232 | runqemu-export-rootfs restart file-system-location | 232 | runqemu-export-rootfs restart file-system-location |
233 | 233 | ||