summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-03-10 21:31:49 +0000
committerjmc <jmc@openbsd.org>2019-03-10 21:31:49 +0000
commitd55a83ee243a1a28b53dd9ae65937221d8dade71 (patch)
tree087da6c9bc3e2b8bace964a09debd1a6a558e82d
parentMove adjtimedelta from kern_time.c to kern_tc.c. (diff)
downloadwireguard-openbsd-d55a83ee243a1a28b53dd9ae65937221d8dade71.tar.xz
wireguard-openbsd-d55a83ee243a1a28b53dd9ae65937221d8dade71.zip
fix some cases of spaces before full stops, where none were neccessary;
-rw-r--r--lib/libcrypto/man/EVP_EncryptInit.36
-rw-r--r--share/man/man1/dpb.16
-rw-r--r--share/man/man4/multicast.46
-rw-r--r--share/man/man5/bsd.port.mk.512
-rw-r--r--share/man/man7/ports.76
-rw-r--r--share/man/man9/vwaitforio.96
-rw-r--r--usr.sbin/npppd/npppd/npppd.conf.56
7 files changed, 24 insertions, 24 deletions
diff --git a/lib/libcrypto/man/EVP_EncryptInit.3 b/lib/libcrypto/man/EVP_EncryptInit.3
index 436b1e47e6b..c72db462e4a 100644
--- a/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_EncryptInit.3,v 1.25 2018/09/12 15:09:22 jmc Exp $
+.\" $OpenBSD: EVP_EncryptInit.3,v 1.26 2019/03/10 21:31:49 jmc Exp $
.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
.\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100
.\"
@@ -51,7 +51,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 12 2018 $
+.Dd $Mdocdate: March 10 2019 $
.Dt EVP_ENCRYPTINIT 3
.Os
.Sh NAME
@@ -622,7 +622,7 @@ encryption or decryption with
.Fn EVP_EncryptInit_ex ,
.Fn EVP_DecryptInit_ex ,
or
-EVP_CipherInit_ex .
+.Fn EVP_CipherInit_ex .
By default encryption operations are padded using standard block padding
and the padding is checked and removed when decrypting.
If the
diff --git a/share/man/man1/dpb.1 b/share/man/man1/dpb.1
index c20df05ae3b..b2f31dd54bb 100644
--- a/share/man/man1/dpb.1
+++ b/share/man/man1/dpb.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dpb.1,v 1.10 2018/12/07 18:07:55 danj Exp $
+.\" $OpenBSD: dpb.1,v 1.11 2019/03/10 21:31:49 jmc Exp $
.\"
.\" Copyright (c) 2010-2013 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: December 7 2018 $
+.Dd $Mdocdate: March 10 2019 $
.Dt DPB 1
.Os
.Sh NAME
@@ -617,7 +617,7 @@ Override value for the
property.
.Pp
Run big jobs on several cores on the same host, by using
-MAKE_JOBS=k .
+MAKE_JOBS=k.
.Pp
Once such a job has started,
.Nm
diff --git a/share/man/man4/multicast.4 b/share/man/man4/multicast.4
index d24d4d0210a..46545680f8c 100644
--- a/share/man/man4/multicast.4
+++ b/share/man/man4/multicast.4
@@ -24,10 +24,10 @@
.\" DEALINGS IN THE SOFTWARE.
.\"
.\" $FreeBSD: src/share/man/man4/multicast.4,v 1.4 2004/07/09 09:22:36 ru Exp $
-.\" $OpenBSD: multicast.4,v 1.14 2018/12/05 15:34:52 schwarze Exp $
+.\" $OpenBSD: multicast.4,v 1.15 2019/03/10 21:31:49 jmc Exp $
.\" $NetBSD: multicast.4,v 1.3 2004/09/12 13:12:26 wiz Exp $
.\"
-.Dd $Mdocdate: December 5 2018 $
+.Dd $Mdocdate: March 10 2019 $
.Dt MULTICAST 4
.Os
.\"
@@ -829,7 +829,7 @@ get the forwarded packets statistics with the
mechanism
(see the
.Sx Programming Guide
-section) .
+section).
.Pp
Note that the upcalls for a filter are delivered until the specific
filter is deleted, but no more frequently than once per
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 81936d8324d..30de81ef0a7 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.505 2019/01/11 15:49:08 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.506 2019/03/10 21:31:49 jmc 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: January 11 2019 $
+.Dd $Mdocdate: March 10 2019 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -2319,7 +2319,7 @@ Full list of options used while applying distribution patches.
.It Ev PATCH_DIST_STRIP
Patch option used to strip directory levels while applying distribution
patches.
-Defaults to -p0 .
+Defaults to -p0.
.It Ev PATCH_LIST
Wildcard pattern of patches to select under ${PATCHDIR}.
Defaults to patch-*.
@@ -2333,7 +2333,7 @@ PATCH_LIST=${PORTSDIR}/x11/kde/libs2/patches/p-* patch-*
.Ed
.It Ev PATCH_STRIP
Patch option used to strip directory levels while applying port's patches.
-Defaults to -p0 .
+Defaults to -p0.
.It Ev PERMIT_DISTFILES_FTP , PERMIT_PACKAGE_CDROM , PERMIT_PACKAGE_FTP
Set to
.Sq Yes
@@ -4203,7 +4203,7 @@ if platform did not support shared libraries.
All ports should have a working directory, as this is necessary to store
cookies and keep state.
.It Ev NO_WRKSUBDIR
-The same functionality is obtained by setting WRKDIST=${WRKDIR} .
+The same functionality is obtained by setting WRKDIST=${WRKDIR}.
.It Ev NOCLEANDEPENDS
Use CLEANDEPENDS instead.
.It Ev NOMANCOMPRESS
@@ -4294,7 +4294,7 @@ Used to refer to the full package name, has been superseded by
.Ev FULLPKGNAME-foo ,
for
.Ev SUBPACKAGE
--foo .
+-foo.
.Ev PKGNAME
now holds the package name, not taking multi-packages or flavors
into account.
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 95382c9caa4..3fb2aec1d27 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -23,10 +23,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ports.7,v 1.124 2018/11/16 12:27:32 jmc Exp $
+.\" $OpenBSD: ports.7,v 1.125 2019/03/10 21:31:49 jmc Exp $
.\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $
.\"
-.Dd $Mdocdate: November 16 2018 $
+.Dd $Mdocdate: March 10 2019 $
.Dt PORTS 7
.Os
.Sh NAME
@@ -153,7 +153,7 @@ see
.Xr sh 1
.Dq File name patterns
.Pc ,
-e.g., SKIPDIR='editors/openoffice*' .
+e.g., SKIPDIR='editors/openoffice*'.
.Pp
The variable
.Ev STARTDIR
diff --git a/share/man/man9/vwaitforio.9 b/share/man/man9/vwaitforio.9
index c4564591dcf..009471e5c74 100644
--- a/share/man/man9/vwaitforio.9
+++ b/share/man/man9/vwaitforio.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vwaitforio.9,v 1.14 2015/09/14 15:14:55 schwarze Exp $
+.\" $OpenBSD: vwaitforio.9,v 1.15 2019/03/10 21:31:49 jmc Exp $
.\"
.\" Copyright (c) 2001 Constantine Sapuntzakis
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 14 2015 $
+.Dd $Mdocdate: March 10 2019 $
.Dt VWAITFORIO 9
.Os
.Sh NAME
@@ -47,7 +47,7 @@ The
.Fn vwaitforio
call sleeps at priority
.Dv PRIBIO
-+ 1 .
++ 1.
The
.Fa slpflag ,
.Fa wmesg ,
diff --git a/usr.sbin/npppd/npppd/npppd.conf.5 b/usr.sbin/npppd/npppd/npppd.conf.5
index a31a3e9785c..4cf027cc604 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.22 2018/06/18 06:04:25 jmc Exp $
+.\" $OpenBSD: npppd.conf.5,v 1.23 2019/03/10 21:31:49 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: June 18 2018 $
+.Dd $Mdocdate: March 10 2019 $
.Dt NPPPD.CONF 5
.Os
.Sh NAME
@@ -488,7 +488,7 @@ The address space can be specified by
(e.g. 192.168.0.2-192.168.0.254)
or
.Ar address-mask
-(e.g. 192.168.0.0/24) .
+(e.g. 192.168.0.0/24).
.Ar dynamic
means the address space is reserved for dynamic allocation;
.Ar static