We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f3aa4 commit b09a1e6Copy full SHA for b09a1e6
pages/linux/nethogs.md
@@ -13,7 +13,7 @@
13
14
- Monitor bandwidth on multiple devices:
15
16
-`sudo nethogs {{device1}} {{device2}}`
+`sudo nethogs {{device1 device2 ...}}`
17
18
- Specify refresh rate:
19
pages/osx/diskutil.md
@@ -10,12 +10,12 @@
10
11
- Repair the filesystem data structures of a volume:
12
-`diskutil repairVolume {{/dev/disk_device}}`
+`diskutil repairVolume {{/dev/disk}}`
- Unmount a volume:
-`diskutil unmountDisk {{/dev/disk_device}}`
+`diskutil unmountDisk {{/dev/disk}}`
- Eject a CD/DVD (unmount first):
20
21
-`diskutil eject {{/dev/disk_device1}}`
+`diskutil eject {{/dev/diskX}}`
0 commit comments