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:
Brad Davis 2025-07-12 08:20:31 -06:00
parent dedb4d3597
commit 0430faacb6

View file

@ -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 ,