From 0430faacb61d83ea6eaf3100b44e95de2b5f83ff Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sat, 12 Jul 2025 08:20:31 -0600 Subject: [PATCH] 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 2975a93c7fe..e882aa75b8d 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 ,