The branch main has been updated by brd: URL: https://cgit.FreeBSD.org/src/commit/?id=0430faacb61d83ea6eaf3100b44e95de2b5f83ff
commit 0430faacb61d83ea6eaf3100b44e95de2b5f83ff Author: Brad Davis <b...@freebsd.org> AuthorDate: 2025-07-12 14:20:31 +0000 Commit: Brad Davis <b...@freebsd.org> CommitDate: 2025-07-12 14:23:48 +0000 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 --- usr.sbin/gstat/gstat.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ,