diff options
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/clock.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/frexp.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/getcwd.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/ldexp.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/modf.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/raise.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/setjmp.3 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/gen/clock.3 b/lib/libc/gen/clock.3 index 72f2b04..a3b6c92 100644 --- a/lib/libc/gen/clock.3 +++ b/lib/libc/gen/clock.3 @@ -68,4 +68,4 @@ case the return value is \-1. The .Fn clock function conforms to -.St -ansiC . +.St -isoC . diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 959df84..b903182 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -85,4 +85,4 @@ is zero, both parts of the result are zero. The .Fn frexp function conforms to -.St -ansiC . +.St -isoC . diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index 4e08fab..b81740e 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -138,7 +138,7 @@ The .Fn getcwd function conforms to -.St -ansiC . +.St -isoC . The ability to specify a .Dv NULL pointer and have diff --git a/lib/libc/gen/ldexp.3 b/lib/libc/gen/ldexp.3 index e340d0f..e8fe770 100644 --- a/lib/libc/gen/ldexp.3 +++ b/lib/libc/gen/ldexp.3 @@ -77,4 +77,4 @@ is returned. The .Fn ldexp function conforms to -.St -ansiC . +.St -isoC . diff --git a/lib/libc/gen/modf.3 b/lib/libc/gen/modf.3 index f403315..b60d060 100644 --- a/lib/libc/gen/modf.3 +++ b/lib/libc/gen/modf.3 @@ -72,4 +72,4 @@ function returns the signed fractional part of The .Fn modf function conforms to -.St -ansiC . +.St -isoC . diff --git a/lib/libc/gen/raise.3 b/lib/libc/gen/raise.3 index 793759e..2177fa4 100644 --- a/lib/libc/gen/raise.3 +++ b/lib/libc/gen/raise.3 @@ -77,4 +77,4 @@ The .Fn raise function conforms to -.St -ansiC . +.St -isoC . diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3 index 54b6c59..1c4800c 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -167,7 +167,7 @@ The and .Fn longjmp functions conform to -.St -ansiC . +.St -isoC . The .Fn sigsetjmp and |