diff options
author | 2003-05-24 02:14:03 +0000 | |
---|---|---|
committer | 2003-05-24 02:14:03 +0000 | |
commit | 646f7593b36df2104855260781a9dada44e7d577 (patch) | |
tree | 5dab507b641c358606c39f3d3683060c44aed556 /lib/libc/stdlib | |
parent | remove old swapgeneric.c's (diff) | |
download | wireguard-openbsd-646f7593b36df2104855260781a9dada44e7d577.tar.xz wireguard-openbsd-646f7593b36df2104855260781a9dada44e7d577.zip |
Say POSIX-2001 instead of Single Unix v3. They are the same but we generally
mention POSIX compliance, not Single Unix compliance.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/ecvt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/ecvt.3 b/lib/libc/stdlib/ecvt.3 index 64559ec09ea..8aee2daa70a 100644 --- a/lib/libc/stdlib/ecvt.3 +++ b/lib/libc/stdlib/ecvt.3 @@ -169,4 +169,4 @@ The and .Fn gcvt functions conform to -.St -susv3 . +.St -p1003.1-01 . |