Skip to content

Commit 1a8fe77

Browse files
authored
# slight wording changes to the parted and gparted sections. (#1218)
1 parent 6f35be6 commit 1a8fe77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/books/admin_guide/07-file-systems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ sudo fdisk -l /dev/sdc2
102102

103103
### `parted` command
104104

105-
The `parted` (_partition editor_) command is able to partition a disk, it solves the shortcomings of `fdisk`, so we recommend that you use the `parted` command instead of `fdisk`.
105+
The `parted` (_partition editor_) command is able to partition a disk without the drawbacks of `fdisk`.
106106

107107
The `parted` command can be used either on the command-line or interactively. It also has a recovery function capable of rewriting a deleted partition table.
108108

@@ -114,7 +114,7 @@ Under graphical interface, there is the very complete `gparted` tool: *G*nome *P
114114

115115
The `gparted -l` command lists all logical devices on a computer.
116116

117-
The `gparted` command alone will return to an interactive mode with its own internal options:
117+
The `gparted` command, when run without any arguments, will show an interactive mode with its internal options:
118118

119119
* `help` or an incorrect command will display these options.
120120
* `print all` in this mode will have the same result as `gparted -l` on the command line.

0 commit comments

Comments
 (0)