git: 8fa4a4eb705c - main - service: Fix repeated -v in man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jun 2025 13:29:21 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=8fa4a4eb705ccaece5aac4ae1201034001f21313
commit 8fa4a4eb705ccaece5aac4ae1201034001f21313
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-06-12 13:25:44 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-06-12 13:28:37 +0000
service: Fix repeated -v in man page
Fix accidental repeated -v for -q.
Fixes: 37983aef7c70
Noticed by: Gary Jennejohn
---
usr.sbin/service/service.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/service/service.8 b/usr.sbin/service/service.8
index b8917138f478..06f8cd989bfc 100644
--- a/usr.sbin/service/service.8
+++ b/usr.sbin/service/service.8
@@ -116,7 +116,7 @@ as in
above, but list all of the files, not just what is enabled.
.It Fl v
Be slightly more verbose.
-.It Fl v
+.It Fl q
Be quiet, redirecting output to /dev/null.
.El
.Sh ENVIRONMENT