Sponsored Content
Top Forums UNIX for Advanced & Expert Users End of Life / Life Cycle Information Post 302177669 by fpmurphy on Saturday 22nd of March 2008 10:39:20 AM
Old 03-22-2008
The official end-of-life date for Tru64 UNIX v4.0D was 6/30/2000.
 

3 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

End of life date for errata support for our final Red Hat Linux distribution

Dear Red Hat Linux user, We are approaching the published end of life date for errata support for our final Red Hat Linux distribution. We'd like to remind you of this date and the options available to you for migrating your Red Hat Linux implementations: Red Hat Enterprise Linux and the... (0 Replies)
Discussion started by: google
0 Replies

2. AIX

AIX 5.2 End of Life

Hello, has anyone heard of plans to end of life AIX 5.2? We are currently a 5.2 shop and are bringing in some new servers and are debating using 5.3 on the new boxes. Also, does anyone know of a site or document that show all the advantages of 5.3 over 5.2? Such as better jfs2 support etc. ... (3 Replies)
Discussion started by: zuessh
3 Replies

3. HP-UX

The life cycle of System logfiles

Hi , The log files of the system are located in /var/admin/syslog , I want to know on which way the files are generated. To be more clear for example old log files are deleted automatically from the sytem ( is that configured ? if yes what is the criteria: is it file volume or file date or ..)... (5 Replies)
Discussion started by: enabbou
5 Replies
catgets(3)						     Library Functions Manual							catgets(3)

NAME
catgets - Retrieves a message from a catalog LIBRARY
Standard C Library (libc) SYNOPSIS
#include <nl_types.h> char *catgets( nl_catd cat_descriptor, int set_number, int message_number, const char *string); STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: catgets(): XSH5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. PARAMETERS
Specifies a catalog descriptor that is returned by the catopen() function. Identifies a message set. Identifies a message. In combina- tion, the set_number and message_number identify the particular message in the catalog to retrieve. Specifies the default message string to be returned if catgets() cannot retrieve the message from the catalog. DESCRIPTION
The catgets() function retrieves a message from a catalog after a successful call to the catopen() function. If the catgets() function finds the specified message, a pointer to the message text is returned. Otherwise, the function returns a pointer to the default message string. NOTES
The returned cat_descriptor pointer is not valid once the catclose() function has been called for that cat_descriptor. RETURN VALUES
On successful completion, the catgets() function returns a pointer to the null terminated message string retrieved from the catalog. Oth- erwise, the function returns a pointer to string and sets errno to indicate the error. ERRORS
If the catgets() function fails, it sets errno to one of the following values for the reason specified: [Tru64 UNIX] Search permission is denied for a component of the path to the message catalog or read permission is denied for the catalog. [Tru64 UNIX] This error may occur on the first invocation of catgets(). See catopen(3) for more information. The cat_descriptor value does not identify a message catalog that is open for reading. The cat_descriptor argument is corrupted. [Tru64 UNIX] The process limit for open file descriptors per process has already reached OPEN_MAX. [Tru64 UNIX] This error may occur on the first invocation of catgets(). See catopen(3) for more information. [Tru64 UNIX] The system limit for open file descriptors has been reached. [Tru64 UNIX] The message catalog does not exist. [Tru64 UNIX] This error may occur on the first invocation of catgets(). See catopen(3) for more information. [Tru64 UNIX] Insuf- ficient memory is available. [Tru64 UNIX] This error may occur on the first invocation of catgets(). See catopen(3) for more information. The message identi- fied by set_number and message_number is not in the catalog. RELATED INFORMATION
Functions: catopen(3), catclose(3) Commands: dspcat(1), dspmsg(1), extract(1), gencat(1), mkcatdefs(1), strextract(1), strmerge(1), trans(1) Others: i18n_intro(5), l10n_intro(5), standards(5) Writing Software for the International Market delim off catgets(3)
All times are GMT -4. The time now is 08:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy