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 /share/man | |
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 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 | ||||
-rw-r--r-- | share/man/man8/release.8 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3962d236522..e278104866d 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.441 2016/11/03 17:13:40 danj Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.442 2017/01/01 01:08:11 tb Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 3 2016 $ +.Dd $Mdocdate: January 1 2017 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2567,7 +2567,7 @@ will be used to ensure those files are put in the proper order. The files are assumed to be under .Pa ${WRKSRC} . The notation /file can be used to ask for a recursive search, e.g., -to make sure that all Makefile.in are up-to-date. +to make sure that all Makefile.in are up to date. See .Pa ${PORTSDIR}/infrastructure/mk/automake.dep for an example. @@ -3876,7 +3876,7 @@ Used to set a requirement on a specific revision of needed by a port. No longer needed as .Nm -should always be kept up-to-date. +should always be kept up to date. .It Ev NO_CONFIGURE If ${CONFIGURE_SCRIPT} does not exist, no automatic configuration will be done anyway. diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 71e89cbe20e..a94efb430b0 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.82 2016/11/27 16:49:17 tb Exp $ +.\" $OpenBSD: release.8,v 1.83 2017/01/01 01:08:11 tb Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: November 27 2016 $ +.Dd $Mdocdate: January 1 2017 $ .Dt RELEASE 8 .Os .Sh NAME @@ -143,7 +143,7 @@ using and .Xr MAKEDEV 8 . .Pp -At this point, the system is up-to-date and running the code that will be +At this point, the system is up to date and running the code that will be made into a release. .Ss 4. Make and validate the system release The system release consists of at least one generic kernel, |