summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2018-04-23 11:11:39 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2018-04-23 11:11:39 +0000
commite77856ae703a58e4f0035d53bfb723d1b48418a2 (patch)
treebdabea675d26082598e30e291abea55121955c50 /share/man/man9
parente21d465f155530657ab3fc9a247b8c02e3236f23 (diff)
tweak previous;
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/imax.94
-rw-r--r--share/man/man9/strcmp.94
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/imax.9 b/share/man/man9/imax.9
index 853e0db86d8..6feff124a95 100644
--- a/share/man/man9/imax.9
+++ b/share/man/man9/imax.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: imax.9,v 1.1 2018/04/23 10:30:39 dlg Exp $
+.\" $OpenBSD: imax.9,v 1.2 2018/04/23 11:11:38 jmc Exp $
.\"
.\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc.
.\" <http://www.csoft.org>
@@ -89,5 +89,5 @@ function computes the absolute value of integer
.Sh STANDARDS
The
.Fn abs
-function conform to
+function conforms to
.St -ansiC .
diff --git a/share/man/man9/strcmp.9 b/share/man/man9/strcmp.9
index 98d49decae3..0cf3b5f783c 100644
--- a/share/man/man9/strcmp.9
+++ b/share/man/man9/strcmp.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strcmp.9,v 1.1 2018/04/23 10:30:39 dlg Exp $
+.\" $OpenBSD: strcmp.9,v 1.2 2018/04/23 11:11:38 jmc Exp $
.\"
.\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc.
.\" <http://www.csoft.org>
@@ -56,7 +56,7 @@
.Ft int
.Fn strncasecmp "const char *s1" "const char *s2" "size_tlen"
.Sh DESCRIPTION
-Those functions have the same semantics as their libc counterparts,
+These functions have the same semantics as their libc counterparts,
.Xr strlen 3 ,
.Xr strncpy 3 ,
.Xr strnlen 3 ,