summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
diff options
context:
space:
mode:
authorLandry Breuil <landry@cvs.openbsd.org>2022-08-12 10:38:38 +0000
committerLandry Breuil <landry@cvs.openbsd.org>2022-08-12 10:38:38 +0000
commit88f7f9b0a4ba35fdbcd64029618c7c714f4a64a1 (patch)
tree4799ddcb31c6316249cfa919d99d807d07df3c81 /usr.sbin/pkg_add
parente623be4b81335c3cb4972a23bba6fb365685ae80 (diff)
pkg_add.1: fix typo in pkg stem with flavor example
from Frederic Nowak, thanks !
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r--usr.sbin/pkg_add/pkg_add.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1
index 391c3e23ff9..0b7e9cf2e31 100644
--- a/usr.sbin/pkg_add/pkg_add.1
+++ b/usr.sbin/pkg_add/pkg_add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_add.1,v 1.166 2022/05/15 12:49:55 espie Exp $
+.\" $OpenBSD: pkg_add.1,v 1.167 2022/08/12 10:38:37 landry Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -15,7 +15,7 @@
.\" Jordan K. Hubbard
.\"
.\"
-.Dd $Mdocdate: May 15 2022 $
+.Dd $Mdocdate: August 12 2022 $
.Dt PKG_ADD 1
.Os
.Sh NAME
@@ -203,7 +203,7 @@ supports
that is, a stem separated from flavors with a double dash.
For instance, the previous ambiguity could be resolved by using
.Sq Nm Ar vim--no_x11
-(matches only the gtk3 flavor)
+(matches only the no_x11 flavor)
or
.Sq Nm Ar vim--gtk3
(matches only the gtk3 flavor).