mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
gstat(8): Fix typo in example to filter the results
Reported by: rpokala
Fixes: 5652050565 - gstat.8: Add an example of how to filter the results
This commit is contained in:
parent
dedb4d3597
commit
0430faacb6
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ Quit
|
|||
.Ex -std
|
||||
.Sh EXAMPLES
|
||||
To filter the output to only physical disks named ada0 through ada4:
|
||||
.Dl # gstat -f ada0[0-4]$
|
||||
.Dl # gstat -f ada[0-4]$
|
||||
.Sh SEE ALSO
|
||||
.Xr systat 1 ,
|
||||
.Xr geom 4 ,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue