diff options
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 | ||
