diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2017-01-01 01:08:12 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2017-01-01 01:08:12 +0000 |
commit | bfa5d15af0413b3a4c93d3283565e2b5e5108df5 (patch) | |
tree | 2261352f0d27d4753b3ee490121c741c05a4846b /usr.sbin/pkg_add/pkg_add.1 | |
parent | da18fba4f7fe185bbfacef65c0a6f19b048b73e2 (diff) |
Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known'
if they precede the noun and omit hyphens otherwise.
ok tj
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
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 4f3383795c8..7614aa480ba 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.139 2016/10/03 14:24:18 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.140 2017/01/01 01:08:11 tb 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: October 3 2016 $ +.Dd $Mdocdate: January 1 2017 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -732,7 +732,7 @@ Once a suitable update candidate has been found, .Nm checks the package dependencies. If necessary, it will install or update them first. -Once all dependencies are up-to-date, +Once all dependencies are up to date, .Nm will update the package. .El |