summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-05-24 02:14:03 +0000
committermillert <millert@openbsd.org>2003-05-24 02:14:03 +0000
commit646f7593b36df2104855260781a9dada44e7d577 (patch)
tree5dab507b641c358606c39f3d3683060c44aed556 /lib/libc
parentremove old swapgeneric.c's (diff)
downloadwireguard-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')
-rw-r--r--lib/libc/stdlib/ecvt.32
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 .