diff options
author | millert <> | 2003-05-24 02:14:03 +0000 |
---|---|---|
committer | millert <> | 2003-05-24 02:14:03 +0000 |
commit | a669bb7b887d6d7187efb880fa33ef9a3ece9134 (patch) | |
tree | cf25edf8768903d85a6d048358ab6f8a76291b0b /src/lib | |
parent | 562310c81469da0af76dfaa59981692b0f3710f3 (diff) | |
download | openbsd-a669bb7b887d6d7187efb880fa33ef9a3ece9134.tar.gz openbsd-a669bb7b887d6d7187efb880fa33ef9a3ece9134.tar.bz2 openbsd-a669bb7b887d6d7187efb880fa33ef9a3ece9134.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 'src/lib')
-rw-r--r-- | src/lib/libc/stdlib/ecvt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/ecvt.3 b/src/lib/libc/stdlib/ecvt.3 index 64559ec09e..8aee2daa70 100644 --- a/src/lib/libc/stdlib/ecvt.3 +++ b/src/lib/libc/stdlib/ecvt.3 | |||
@@ -169,4 +169,4 @@ The | |||
169 | and | 169 | and |
170 | .Fn gcvt | 170 | .Fn gcvt |
171 | functions conform to | 171 | functions conform to |
172 | .St -susv3 . | 172 | .St -p1003.1-01 . |