summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1999-06-06 06:57:54 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1999-06-06 06:57:54 +0000
commit34dcd878d6f2e9072d89cd10ade4f31fb744dba1 (patch)
tree62561a74dd74f3958895eb7c0d686ee178a59baf /lib/libc/string
parent44ded7ffda21f64846aeae3dc7e72bb6584b1428 (diff)
Grammatical, spelling, and format fixes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strcat.34
-rw-r--r--lib/libc/string/strchr.34
-rw-r--r--lib/libc/string/strrchr.34
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 8b81e082f20..6a7c51c487c 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -33,13 +33,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strcat.3,v 1.6 1999/06/04 19:14:55 aaron Exp $
+.\" $OpenBSD: strcat.3,v 1.7 1999/06/06 06:57:52 pjanzen Exp $
.\"
.Dd July 8, 1997
.Dt STRCAT 3
.Os
.Sh NAME
-.Nm strcat,
+.Nm strcat ,
.Nm strncat
.Nd concatenate strings
.Sh SYNOPSIS
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3
index f4b4aef9760..2980f9bc873 100644
--- a/lib/libc/string/strchr.3
+++ b/lib/libc/string/strchr.3
@@ -33,14 +33,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strchr.3,v 1.4 1999/06/04 17:26:26 aaron Exp $
+.\" $OpenBSD: strchr.3,v 1.5 1999/06/06 06:57:52 pjanzen Exp $
.\"
.Dd June 29, 1991
.Dt STRCHR 3
.Os
.Sh NAME
.Nm strchr
-.Nd locate first occurence of a character in a string
+.Nd locate first occurrence of a character in a string
.Sh SYNOPSIS
.Fd #include <string.h>
.Ft char *
diff --git a/lib/libc/string/strrchr.3 b/lib/libc/string/strrchr.3
index 4494728bdde..9f288f0b5f2 100644
--- a/lib/libc/string/strrchr.3
+++ b/lib/libc/string/strrchr.3
@@ -33,14 +33,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strrchr.3,v 1.3 1999/06/04 17:26:27 aaron Exp $
+.\" $OpenBSD: strrchr.3,v 1.4 1999/06/06 06:57:52 pjanzen Exp $
.\"
.Dd June 29, 1991
.Dt STRRCHR 3
.Os
.Sh NAME
.Nm strrchr
-.Nd locate last occurence of a character in a string
+.Nd locate last occurrence of a character in a string
.Sh SYNOPSIS
.Fd #include <string.h>
.Ft char *