diff options
author | 2020-04-23 21:10:53 +0000 | |
---|---|---|
committer | 2020-04-23 21:10:53 +0000 | |
commit | 83f11cf357f16fb2e4b168d040d2b861ea3cbb68 (patch) | |
tree | cd38240d861cbb932627007caffda480a203c67b | |
parent | Add support for switching rdomain on IPsec encryption/decryption. (diff) | |
download | wireguard-openbsd-83f11cf357f16fb2e4b168d040d2b861ea3cbb68.tar.xz wireguard-openbsd-83f11cf357f16fb2e4b168d040d2b861ea3cbb68.zip |
replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 14 | ||||
-rw-r--r-- | usr.sbin/hostapd/hostapd.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/httpd/httpd.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/npppd/npppd/npppd.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.conf.5 | 10 | ||||
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 10 | ||||
-rw-r--r-- | usr.sbin/radiusd/radiusd.conf.5 | 8 |
7 files changed, 30 insertions, 30 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index c0730b33c0e..f1f985b6f72 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.202 2020/04/23 16:17:48 claudio Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.203 2020/04/23 21:10:53 jmc Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -285,7 +285,7 @@ where the metric is only compared between peers belonging to the same AS. .It Xo .Ic rde .Ic rib Ar name -.Op Ic no Ic evaluate +.Op Ic no evaluate .Xc .It Xo .Ic rde @@ -297,7 +297,7 @@ Create an additional RIB named The degree to which its routes may be utilized is configurable. They may be excluded from the decision process that selects usable routes with the -.Ic no Ic evaluate +.Ic no evaluate flag, and this precludes their export to any kernel routing table. By default its routes will be evaluated, but not exported to the kernel. They may be both evaluated and exported if associated with a given @@ -1018,7 +1018,7 @@ daemons on both sides, the session should be established. After changing settings a session needs to be reset to use the new keys. .Pp .It Ic local-address Ar address -.It Ic no Ic local-address +.It Ic no local-address When .Xr bgpd 8 initiates the TCP connection to the neighbor system, it normally does not @@ -1559,13 +1559,13 @@ prefix 10.0.0.0/8 prefixlen > 16 .Ic or-longer is a shorthand for: .Bd -literal -offset indent -.Ic prefix Ar address Ns Li / Ns Ar len Ic prefixlen Ic >= Ar len +.Ic prefix Ar address Ns Li / Ns Ar len Ic prefixlen >= Ar len .Ed .Pp .Ic maxlen Ar mlen is a shorthand for: .Bd -literal -offset indent -.Ic prefix Ar address Ns Li / Ns Ar len Ic prefixlen Ic <= Ar mlen +.Ic prefix Ar address Ns Li / Ns Ar len Ic prefixlen <= Ar mlen .Ed .Pp .It Ic prefix-set Ar name Op Ic or-longer @@ -1579,7 +1579,7 @@ the .Em UPDATES will match any prefix in the prefix-set where .Bd -literal -offset indent -.Ic address Ns Li / Ns Ar len Ic prefixlen Ic >= Ar len +.Ic address Ns Li / Ns Ar len Ic prefixlen >= Ar len .Ed .Pp .It Ic quick diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5 index 6abdd1fccf5..aacfebaa820 100644 --- a/usr.sbin/hostapd/hostapd.conf.5 +++ b/usr.sbin/hostapd/hostapd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostapd.conf.5,v 1.47 2020/02/10 13:18:21 schwarze Exp $ +.\" $OpenBSD: hostapd.conf.5,v 1.48 2020/04/23 21:10:53 jmc Exp $ .\" .\" Copyright (c) 2004, 2005, 2006 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 10 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt HOSTAPD.CONF 5 .Os .Sh NAME @@ -477,7 +477,7 @@ The following frames types are supported at present: Send a data frame. This is normally used to encapsulate ordinary IEEE 802.3 frames into IEEE 802.11 wireless frames. -.It Ic type Ic management Ar subtype +.It Ic type management Ar subtype Send a management frame with the specified subtype. Management frames are used to control states and to find access points and IBSS nodes in IEEE 802.11 networks. diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index a9f3fec07c3..1bbac3f3259 100644 --- a/usr.sbin/httpd/httpd.conf.5 +++ b/usr.sbin/httpd/httpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.conf.5,v 1.109 2020/02/25 15:18:41 sthen Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.110 2020/04/23 21:10:53 jmc Exp $ .\" .\" Copyright (c) 2014, 2015 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 25 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -651,7 +651,7 @@ will be used (secure protocols; TLSv1.2-only). Refer to the .Xr tls_config_parse_protocols 3 function for other valid protocol string values. -.It Ic ticket Ic lifetime Ar seconds +.It Ic ticket lifetime Ar seconds Enable TLS session tickets with a .Ar seconds session lifetime. diff --git a/usr.sbin/npppd/npppd/npppd.conf.5 b/usr.sbin/npppd/npppd/npppd.conf.5 index 4bdc9e233e2..a896e2b2901 100644 --- a/usr.sbin/npppd/npppd/npppd.conf.5 +++ b/usr.sbin/npppd/npppd/npppd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: npppd.conf.5,v 1.26 2020/01/23 07:18:36 jmc Exp $ +.\" $OpenBSD: npppd.conf.5,v 1.27 2020/04/23 21:10:54 jmc Exp $ .\" .\" Copyright (c) 2012 YASUOKA Masahiko <yasuoka@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 23 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt NPPPD.CONF 5 .Os .Sh NAME @@ -642,7 +642,7 @@ and .Ar interface settings so that they are used together. .Pp -.Ic bind Ic tunnel from Ar tunnel Ic authenticated by Ar authentication +.Ic bind tunnel from Ar tunnel Ic authenticated by Ar authentication .Ic to Ar ifname .Sh EXAMPLES A very simple configuration example is below: diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5 index f0b108ded60..4238f1d2eca 100644 --- a/usr.sbin/ospf6d/ospf6d.conf.5 +++ b/usr.sbin/ospf6d/ospf6d.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospf6d.conf.5,v 1.22 2020/02/10 13:18:21 schwarze Exp $ +.\" $OpenBSD: ospf6d.conf.5,v 1.23 2020/04/23 21:10:54 jmc Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 10 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt OSPF6D.CONF 5 .Os .Sh NAME @@ -103,7 +103,7 @@ Setting to .Ic \&no will implicitly set the -.Ic stub Ic router +.Ic stub router option to ensure that no traffic tries to transit via this router. .Pp .It Ic rdomain Ar tableid @@ -216,7 +216,7 @@ shortest path first calculations. The default value is 5 seconds; the valid range is 1\-5 seconds. .Pp .It Xo -.Ic stub Ic router +.Ic stub router .Pq Ic yes Ns | Ns Ic no .Xc If set to @@ -225,7 +225,7 @@ all interfaces with active neighbors will have a metric of infinity. This ensures that the other routers prefer routes around this router while still being able to reach directly connected IP prefixes. The -.Ic stub Ic router +.Ic stub router option is automatically enabled if either the .Xr sysctl 8 variable diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 0923c445a97..729dcbeae61 100644 --- a/usr.sbin/ospfd/ospfd.conf.5 +++ b/usr.sbin/ospfd/ospfd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.conf.5,v 1.60 2020/02/10 13:18:21 schwarze Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.61 2020/04/23 21:10:54 jmc Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 10 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt OSPFD.CONF 5 .Os .Sh NAME @@ -103,7 +103,7 @@ Setting to .Ic \&no will implicitly set the -.Ic stub Ic router +.Ic stub router option to ensure that no traffic tries to transit via this router. .Pp .It Ic rdomain Ar tableid @@ -236,7 +236,7 @@ shortest path first calculations. The default value is 5 seconds; the valid range is 10 milliseconds\-5 seconds. .Pp .It Xo -.Ic stub Ic router +.Ic stub router .Pq Ic yes Ns | Ns Ic no .Xc If set to @@ -245,7 +245,7 @@ all interfaces with active neighbors will have a metric of infinity. This ensures that the other routers prefer routes around this router while still being able to reach directly connected IP prefixes. The -.Ic stub Ic router +.Ic stub router option is automatically enabled if either the .Xr sysctl 8 variable diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index 12a108885f2..13a41d3f925 100644 --- a/usr.sbin/radiusd/radiusd.conf.5 +++ b/usr.sbin/radiusd/radiusd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: radiusd.conf.5,v 1.12 2020/02/10 13:18:21 schwarze Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.13 2020/04/23 21:10:54 jmc Exp $ .\" .\" Copyright (c) 2014 Esdenera Networks GmbH .\" Copyright (c) 2014 Internet Initiative Japan Inc. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 10 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt RADIUSD.CONF 5 .Os .Sh NAME @@ -58,7 +58,7 @@ Message authentication is required if .Dq yes is specified. .El -.It Ic module Ic load Ar name path +.It Ic module load Ar name path Load a module from .Ar path @@ -85,7 +85,7 @@ The .Dq radius module provides authentication from upstream RADIUS servers. .El -.It Ic module Ic set Ar module Ar key Ar value ... +.It Ic module set Ar module Ar key Ar value ... Configure the module specific configurations by .Ar key and |