diff options
author | dd <dd@FreeBSD.org> | 2001-06-28 19:27:02 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-28 19:27:02 +0000 |
commit | bd3a809aecea6032137dbba0bacdd359e24f42b3 (patch) | |
tree | a2dd2d8bbf17afe4fcf484c42b4e3d618b47fa63 | |
parent | 111d2769845191e9d37e0f7cd5d9c83f08d4bdaa (diff) | |
download | FreeBSD-src-bd3a809aecea6032137dbba0bacdd359e24f42b3.zip FreeBSD-src-bd3a809aecea6032137dbba0bacdd359e24f42b3.tar.gz |
getcwd(3) is defined by POSIX, not ISO C.
Approved by: bde
-rw-r--r-- | lib/libc/gen/getcwd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index b81740e..b9d4790 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -138,7 +138,7 @@ The .Fn getcwd function conforms to -.St -isoC . +.St -p1003.1-90 . The ability to specify a .Dv NULL pointer and have |