diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2019-08-08 20:37:09 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2019-08-08 20:37:09 +0000 |
commit | 6dfe648c017b68a8995533a1ff2b76e8bf9a596a (patch) | |
tree | 000427565c85706be7637d3724a5538385637f8d | |
parent | 0a71cb11382aa7f8e00682b9623ea03fdb485ea4 (diff) |
Fix a bunch of typos in various man pages.
-rw-r--r-- | share/man/man1/update-plist.1 | 6 | ||||
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/rad/rad.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man1/update-plist.1 b/share/man/man1/update-plist.1 index 29eae515581..2d992e0e549 100644 --- a/share/man/man1/update-plist.1 +++ b/share/man/man1/update-plist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: update-plist.1,v 1.5 2019/05/19 19:47:41 danj Exp $ +.\" $OpenBSD: update-plist.1,v 1.6 2019/08/08 20:37:08 fcambus Exp $ .\" .\" Copyright (c) 2018 Marc Espie <espie@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: May 19 2019 $ +.Dd $Mdocdate: August 8 2019 $ .Dt UPDATE-PLIST 1 .Os .Sh NAME @@ -264,7 +264,7 @@ Using .Ev UPDATE_PLIST_ARGS = Fl c Ar MODPY_COMMENT Fl I Ar MODPY_PYCACHE will result in injecting .Sq ${MODPY_COMMENT} -whereever +wherever .Nm finds a duplicate directory by replacing .Sq ${MODPY_PYCACHE} diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index e837a2edb0f..418124476a4 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.193 2019/08/08 09:15:13 procter Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.194 2019/08/08 20:37:08 fcambus Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -384,7 +384,7 @@ The default is .El .Sh SET CONFIGURATION .Xr bgpd 8 -supports sets for looking up collections in an efficent way. +supports sets for looking up collections in an efficient way. .Ic as-set , .Ic prefix-set , and @@ -573,7 +573,7 @@ The description is used when logging but has no further meaning to The .Xr mpe 4 interface will be used as the outgoing interface for routes to -the VPN, and local networks will be annouced with the MPLS label +the VPN, and local networks will be announced with the MPLS label specified on the interface. The interface can provide VPN connectivity for another rdomain by being configured in that rdomain. diff --git a/usr.sbin/rad/rad.conf.5 b/usr.sbin/rad/rad.conf.5 index f651a715d1a..d4ca72f4639 100644 --- a/usr.sbin/rad/rad.conf.5 +++ b/usr.sbin/rad/rad.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rad.conf.5,v 1.14 2019/01/02 07:45:17 jmc Exp $ +.\" $OpenBSD: rad.conf.5,v 1.15 2019/08/08 20:37:08 fcambus Exp $ .\" .\" Copyright (c) 2018 Florian Obser <florian@openbsd.org> .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -18,7 +18,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 2 2019 $ +.Dd $Mdocdate: August 8 2019 $ .Dt RAD.CONF 5 .Os .Sh NAME @@ -109,7 +109,7 @@ The default is 1800 seconds. .\" XXX .El .Sh INTERFACES -A list of interfaces or interface groups to send advertisments on: +A list of interfaces or interface groups to send advertisements on: .Bd -unfilled -offset indent .Ic interface Ar name Op { prefix list } .Ed diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index 70d8217a8e8..330203834da 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.68 2019/05/31 23:12:08 jmc Exp $ +.\" $OpenBSD: vmctl.8,v 1.69 2019/08/08 20:37:08 fcambus Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@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: May 31 2019 $ +.Dd $Mdocdate: August 8 2019 $ .Dt VMCTL 8 .Os .Sh NAME @@ -104,7 +104,7 @@ image. For the .Fl i option, the size cannot be smaller than the input disk size. -The size can be ommitted with the +The size can be omitted with the .Fl b and .Fl i |