diff options
-rw-r--r-- | src/lib/libc/string/strcmp.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/string/wcschr.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/string/wcslcpy.3 | 4 |
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 |
83 | The | 83 | The |
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 | |||
77 | and was first introduced in | 77 | and was first introduced in |
78 | .St -isoC-amd1 . | 78 | .St -isoC-amd1 . |
79 | .Sh HISTORY | 79 | .Sh HISTORY |
80 | The | 80 | The |
81 | .Fn wcschr | 81 | .Fn wcschr |
82 | function was ported from | 82 | function 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 |
144 | and | 144 | and |
145 | .Fn wcslcat | 145 | .Fn wcslcat |
146 | functions are based on code by | 146 | functions 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 . |