diff options
author | jmc <> | 2011-07-25 07:51:30 +0000 |
---|---|---|
committer | jmc <> | 2011-07-25 07:51:30 +0000 |
commit | 181126dbb80c6c0458397a56422e607de912d5ba (patch) | |
tree | 64a2ea19ff6f09df81057e288bc5d91399a8e554 /src/lib/libc/string/strcmp.3 | |
parent | 339c056f856313e215baab8ddc4bc0ce064b4571 (diff) | |
download | openbsd-181126dbb80c6c0458397a56422e607de912d5ba.tar.gz openbsd-181126dbb80c6c0458397a56422e607de912d5ba.tar.bz2 openbsd-181126dbb80c6c0458397a56422e607de912d5ba.zip |
tweak previous;
Diffstat (limited to 'src/lib/libc/string/strcmp.3')
-rw-r--r-- | src/lib/libc/string/strcmp.3 | 4 |
1 files changed, 2 insertions, 2 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 |