diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-01-29 09:27:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-01-29 09:27:24 +0000 |
commit | e6e9fb749a5821ecd443d2350b2c510465af2ed4 (patch) | |
tree | a3184bbfa156d0353315c574aed99808f7a4297f /lib/libc/locale | |
parent | eedb2dfec35689e2fda9422ffa0217dc0077cfd1 (diff) | |
download | src-e6e9fb749a5821ecd443d2350b2c510465af2ed4.tar.gz src-e6e9fb749a5821ecd443d2350b2c510465af2ed4.zip |
Add reference to environ(7)
Notes
Notes:
svn path=/head/; revision=125190
Diffstat (limited to 'lib/libc/locale')
-rw-r--r-- | lib/libc/locale/setlocale.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index c70cf326edf3..7e4ff851dc32 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -171,7 +171,8 @@ and the category .Xr strxfrm 3 , .Xr euc 5 , .Xr utf2 5 , -.Xr utf8 5 +.Xr utf8 5 , +.Xr environ 7 .Sh STANDARDS The .Fn setlocale |