Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2025 14:24:04 GMT
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0430faacb61d - main - gstat(8): Fix typo in example to filter the results
Message-ID:  <202507121424.56CEO4F6082534@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brd:

URL: https://cgit.FreeBSD.org/src/commit/?id=0430faacb61d83ea6eaf3100b44e95de2b5f83ff

commit 0430faacb61d83ea6eaf3100b44e95de2b5f83ff
Author:     Brad Davis <brd@FreeBSD.org>
AuthorDate: 2025-07-12 14:20:31 +0000
Commit:     Brad Davis <brd@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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507121424.56CEO4F6082534>