diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2015-04-08 17:25:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2015-04-08 17:25:59 +0000 |
commit | c6b610fc161066a045b61314e5832f97e57835c4 (patch) | |
tree | 7e1b160bec6a9c72b75d80931ba63bdb6766f5d0 /usr.sbin/pkg_add/pkg_delete.1 | |
parent | cbc61f7e1af48614c16d5a67450bec55b883b7d5 (diff) |
s/inexistent/nonexistent/
Diffstat (limited to 'usr.sbin/pkg_add/pkg_delete.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_delete.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1 index 9a6674afa94..2569e299018 100644 --- a/usr.sbin/pkg_add/pkg_delete.1 +++ b/usr.sbin/pkg_add/pkg_delete.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_delete.1,v 1.49 2014/09/08 01:27:55 schwarze Exp $ +.\" $OpenBSD: pkg_delete.1,v 1.50 2015/04/08 17:25:58 millert 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: September 8 2014 $ +.Dd $Mdocdate: April 8 2015 $ .Dt PKG_DELETE 1 .Os .Sh NAME @@ -102,7 +102,7 @@ should be waived. Recognized keywords include: .Bl -tag -width "dependenciesXX" .It Ar baddepend -force the deletion of packages even if they reference inexistent dependencies. +force the deletion of packages even if they reference nonexistent dependencies. .It Ar dependencies also delete the whole set of packages that depends upon the requested packages. .It Ar nonroot |