]> git.saurik.com Git - apple/libc.git/blob - gen/FreeBSD/isgreater.3.patch
Libc-498.1.1.tar.gz
[apple/libc.git] / gen / FreeBSD / isgreater.3.patch
1 --- _SB/Libc/gen/FreeBSD/isgreater.3 2003-11-12 00:44:46.000000000 -0800
2 +++ _SB/Libc/gen/FreeBSD/isgreater.3.edit 2006-06-28 16:55:51.000000000 -0700
3 @@ -55,11 +55,11 @@
4 .Fn islessequal ,
5 and
6 .Fn islessgreater
7 -take arguments
8 +takes arguments
9 .Fa x
10 and
11 .Fa y
12 -and return a non-zero value if and only if its nominal
13 +and returns a non-zero value if and only if its nominal
14 relation on
15 .Fa x
16 and
17 @@ -74,8 +74,8 @@
18 macro takes arguments
19 .Fa x
20 and
21 -.Fa y
22 -and returns non-zero if and only if neither
23 +.Fa y ,
24 +returning non-zero if and only if neither
25 .Fa x
26 nor
27 .Fa y
28 @@ -97,6 +97,3 @@
29 .Fn isunordered
30 macros conform to
31 .St -isoC-99 .
32 -.Sh HISTORY
33 -The relational macros described above first appeared in
34 -.Fx 5.1 .