diff options
author | ru <ru@FreeBSD.org> | 2001-02-26 13:23:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-26 13:23:47 +0000 |
commit | 3ff23f918dd67299ef3b436b8d11a7f00478b44a (patch) | |
tree | 17d2b7bbd0f315d0b73e7641b0272bcca335cc9f /lib/libc/gen | |
parent | de6017833f3b6211a63c635f199de7f71f9ca4df (diff) | |
download | FreeBSD-src-3ff23f918dd67299ef3b436b8d11a7f00478b44a.zip FreeBSD-src-3ff23f918dd67299ef3b436b8d11a7f00478b44a.tar.gz |
.St -ansiC -> .St -isoC
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 |