diff options
| author | kleink <kleink@NetBSD.org> | 1999-03-09 12:54:40 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1999-03-09 12:54:40 +0000 |
| commit | ae8bd3e15548513d7e27b252feda648fe3d3aeba (patch) | |
| tree | fab6766080fe0f4e2644e9e4aa8e8baed6faec66 /gnu | |
| parent | 13bbe6c70e91ceb77777404870f0d9e5d2460d31 (diff) | |
The ANSI/ISO C standard explicitly doesn't cover the program translation
interface; c89(1) isn't part of it but 1003.2.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/egcs/c89/c89.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/egcs/c89/c89.1 b/gnu/usr.bin/egcs/c89/c89.1 index 303486e8020..d0351318aa3 100644 --- a/gnu/usr.bin/egcs/c89/c89.1 +++ b/gnu/usr.bin/egcs/c89/c89.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: c89.1,v 1.3 1999/03/09 09:23:12 ross Exp $ +.\" $NetBSD: c89.1,v 1.4 1999/03/09 12:54:40 kleink Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -82,7 +82,7 @@ C compiler program to use. Defaults to .Sh STANDARDS .Nm conforms to -.St -ansiC . +.St -p1003.2-92 . .Sh HISTORY .Nm appeared in |
