diff options
Diffstat (limited to 'src/lib/libc/string/strcmp.3')
-rw-r--r-- | src/lib/libc/string/strcmp.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libc/string/strcmp.3 b/src/lib/libc/string/strcmp.3 index 156021b08c..63dc7fed2d 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.13 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: strcmp.3,v 1.14 2013/07/17 05:42:11 schwarze 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. |
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: June 5 2013 $ | 34 | .Dd $Mdocdate: July 17 2013 $ |
35 | .Dt STRCMP 3 | 35 | .Dt STRCMP 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -89,7 +89,9 @@ functions conform to | |||
89 | .Sh HISTORY | 89 | .Sh HISTORY |
90 | The | 90 | The |
91 | .Fn strcmp | 91 | .Fn strcmp |
92 | and | 92 | function first appeared in the Programmer's Workbench (PWB/UNIX) |
93 | and was ported to | ||
94 | .At v7 ; | ||
93 | .Fn strncmp | 95 | .Fn strncmp |
94 | functions first appeared in | 96 | first appeared in |
95 | .At v7 . | 97 | .At v7 . |