Skip to content

Commit b09a1e6

Browse files
authored
nethogs, diskutil: fix device path (#17557)
1 parent e2f3aa4 commit b09a1e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/linux/nethogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
- Monitor bandwidth on multiple devices:
1515

16-
`sudo nethogs {{device1}} {{device2}}`
16+
`sudo nethogs {{device1 device2 ...}}`
1717

1818
- Specify refresh rate:
1919

pages/osx/diskutil.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
- Repair the filesystem data structures of a volume:
1212

13-
`diskutil repairVolume {{/dev/disk_device}}`
13+
`diskutil repairVolume {{/dev/disk}}`
1414

1515
- Unmount a volume:
1616

17-
`diskutil unmountDisk {{/dev/disk_device}}`
17+
`diskutil unmountDisk {{/dev/disk}}`
1818

1919
- Eject a CD/DVD (unmount first):
2020

21-
`diskutil eject {{/dev/disk_device1}}`
21+
`diskutil eject {{/dev/diskX}}`

0 commit comments

Comments
 (0)