summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2017-01-01 01:08:12 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2017-01-01 01:08:12 +0000
commitbfa5d15af0413b3a4c93d3283565e2b5e5108df5 (patch)
tree2261352f0d27d4753b3ee490121c741c05a4846b /sbin
parentda18fba4f7fe185bbfacef65c0a6f19b048b73e2 (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 'sbin')
-rw-r--r--sbin/isakmpd/isakmpd.conf.58
-rw-r--r--sbin/route/route.86
2 files changed, 7 insertions, 7 deletions
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5
index c0b90f542fa..ab811a7eee3 100644
--- a/sbin/isakmpd/isakmpd.conf.5
+++ b/sbin/isakmpd/isakmpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isakmpd.conf.5,v 1.132 2015/12/09 21:41:50 naddy Exp $
+.\" $OpenBSD: isakmpd.conf.5,v 1.133 2017/01/01 01:08:11 tb Exp $
.\" $EOM: isakmpd.conf.5,v 1.57 2000/12/21 14:43:17 ho Exp $
.\"
.\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -28,7 +28,7 @@
.\"
.\" Manual page, using -mandoc macros
.\"
-.Dd $Mdocdate: December 9 2015 $
+.Dd $Mdocdate: January 1 2017 $
.Dt ISAKMPD.CONF 5
.Os
.Sh NAME
@@ -41,7 +41,7 @@ is the configuration file for the
daemon, managing security association and key management for the
IPsec layer of the kernel's networking stack.
.Pp
-The file is of a well known type of format called .INI style, named after
+The file is of a well-known type of format called .INI style, named after
the suffix used by an overrated windowing environment for its configuration
files.
This format consists of sections, each beginning with a line looking like:
@@ -383,7 +383,7 @@ authentication and for cross-referencing policies that refer to
Distinguished Names (DNs).
Keeping a separate directory (as opposed to integrating policies
and X.509 CA certificates) allows for maintenance of a list of
-"well known" CAs without actually having to trust all (or any) of them.
+"well-known" CAs without actually having to trust all (or any) of them.
.It Em Cert-directory
A directory containing PEM certificates that we trust to be valid.
These certificates are used in preference to those passed in messages and
diff --git a/sbin/route/route.8 b/sbin/route/route.8
index 2dc16a8eb98..98335b3cc2b 100644
--- a/sbin/route/route.8
+++ b/sbin/route/route.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: route.8,v 1.78 2015/09/11 20:08:40 mpi Exp $
+.\" $OpenBSD: route.8,v 1.79 2017/01/01 01:08:11 tb Exp $
.\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)route.8 8.3 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: September 11 2015 $
+.Dd $Mdocdate: January 1 2017 $
.Dt ROUTE 8
.Os
.Sh NAME
@@ -182,7 +182,7 @@ is specified, only routes with the specified label are shown.
If
.Fl priority
is specified, only routes with the specified (numeric) priority are shown.
-Some well known priorities can be given by name.
+Some well-known priorities can be given by name.
If the priority is negative, then routes that do not match the numeric
priority are shown.
.El