summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2011-07-25 07:51:30 +0000
committerjmc <>2011-07-25 07:51:30 +0000
commit181126dbb80c6c0458397a56422e607de912d5ba (patch)
tree64a2ea19ff6f09df81057e288bc5d91399a8e554 /src
parent339c056f856313e215baab8ddc4bc0ce064b4571 (diff)
downloadopenbsd-181126dbb80c6c0458397a56422e607de912d5ba.tar.gz
openbsd-181126dbb80c6c0458397a56422e607de912d5ba.tar.bz2
openbsd-181126dbb80c6c0458397a56422e607de912d5ba.zip
tweak previous;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/string/strcmp.34
-rw-r--r--src/lib/libc/string/wcschr.34
-rw-r--r--src/lib/libc/string/wcslcpy.34
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/string/strcmp.3 b/src/lib/libc/string/strcmp.3
index aea2023b7b..5b0794208a 100644
--- a/src/lib/libc/string/strcmp.3
+++ b/src/lib/libc/string/strcmp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strcmp.3,v 1.11 2011/07/25 00:38:53 schwarze Exp $ 1.\" $OpenBSD: strcmp.3,v 1.12 2011/07/25 07:51:30 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" All rights reserved. 4.\" All rights reserved.
@@ -78,7 +78,7 @@ is greater than
78.Xr strcasecmp 3 , 78.Xr strcasecmp 3 ,
79.Xr strcoll 3 , 79.Xr strcoll 3 ,
80.Xr strxfrm 3 , 80.Xr strxfrm 3 ,
81.Xr wcscmp 81.Xr wcscmp 3
82.Sh STANDARDS 82.Sh STANDARDS
83The 83The
84.Fn strcmp 84.Fn strcmp
diff --git a/src/lib/libc/string/wcschr.3 b/src/lib/libc/string/wcschr.3
index ffe42f7ae6..ca2c0ed743 100644
--- a/src/lib/libc/string/wcschr.3
+++ b/src/lib/libc/string/wcschr.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: wcschr.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $ 1.\" $OpenBSD: wcschr.3,v 1.3 2011/07/25 07:51:30 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" All rights reserved. 4.\" All rights reserved.
@@ -77,7 +77,7 @@ function conforms to
77and was first introduced in 77and was first introduced in
78.St -isoC-amd1 . 78.St -isoC-amd1 .
79.Sh HISTORY 79.Sh HISTORY
80The 80The
81.Fn wcschr 81.Fn wcschr
82function was ported from 82function was ported from
83.Nx 83.Nx
diff --git a/src/lib/libc/string/wcslcpy.3 b/src/lib/libc/string/wcslcpy.3
index ed6de07cbe..98ecf0aabc 100644
--- a/src/lib/libc/string/wcslcpy.3
+++ b/src/lib/libc/string/wcslcpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: wcslcpy.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $ 1.\" $OpenBSD: wcslcpy.3,v 1.3 2011/07/25 07:51:30 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -143,5 +143,5 @@ The
143.Fn wcslcpy 143.Fn wcslcpy
144and 144and
145.Fn wcslcat 145.Fn wcslcat
146functions are based on code by 146functions are based on code by
147.An Todd C. Miller Aq Todd.Miller@courtesan.com . 147.An Todd C. Miller Aq Todd.Miller@courtesan.com .