From: landry Date: Fri, 12 Aug 2022 10:38:37 +0000 (+0000) Subject: pkg_add.1: fix typo in pkg stem with flavor example X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0db915da90421b42e626c62754290eb8ea66580e;p=openbsd pkg_add.1: fix typo in pkg stem with flavor example from Frederic Nowak, thanks ! --- 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).