diff options
| author | Brad Davis <brd@FreeBSD.org> | 2025-07-12 14:20:31 +0000 |
|---|---|---|
| committer | Brad Davis <brd@FreeBSD.org> | 2025-07-12 14:23:48 +0000 |
| commit | 0430faacb61d83ea6eaf3100b44e95de2b5f83ff (patch) | |
| tree | fd5888054794832b324a54d9e0abd85d2c1808e6 | |
| parent | dedb4d3597e548bf72c380c850b061a8f5bec729 (diff) | |
gstat(8): Fix typo in example to filter the results
Reported by: rpokala
Fixes: 5652050565f7 - gstat.8: Add an example of how to filter the results
| -rw-r--r-- | usr.sbin/gstat/gstat.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/gstat/gstat.8 b/usr.sbin/gstat/gstat.8 index 2975a93c7fef..e882aa75b8d7 100644 --- a/usr.sbin/gstat/gstat.8 +++ b/usr.sbin/gstat/gstat.8 @@ -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 , |
