diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-30 10:22:23 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-30 10:22:23 +0000 |
| commit | d8283f686693a756b9a0d5e39f15e8bb84849dc7 (patch) | |
| tree | b98fe10d7010eecf46958de35ef588062849ca11 | |
| parent | 2b5a723874baa8b32ebeb5a2d7d83467e41c3f10 (diff) | |
Notes
| -rw-r--r-- | lib/libc/nls/catopen.3 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/nls/catopen.3 b/lib/libc/nls/catopen.3 index 45af7ca3c879..17958f6bb44f 100644 --- a/lib/libc/nls/catopen.3 +++ b/lib/libc/nls/catopen.3 @@ -78,6 +78,12 @@ is set to 0, the .Ev LANG environment variable determines the message catalog locale. +.Pp +A message catalog descriptor +remains valid in a process until that process closes it, or a +successful call to one of the +.Xr exec 3 +functions. .Sh RETURN VALUE Upon successful completion, .Fn catopen |
