*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: check_utility_compat | Section: 3 | Source: FreeBSD | File: check_utility_compat.3.gz
CHECK_UTILITY_COMPAT(3) FreeBSD Library Functions Manual NAME check_utility_compat - determine whether a utility should be compatible LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <unistd.h> int check_utility_compat(const char *utility); DESCRIPTION The check_utility_compat() function checks whether utility should behave in a traditional (FreeBSD 4.7-compatible) manner, or in accordance with IEEE Std 1003.1-2001 ("POSIX.1"). The configuration is given as a comma- separated list of utility names; if the list is present but empty, all supported utilities assume their most compatible mode. The check_utility_compat() function first checks for an environment variable named _COMPAT_FreeBSD_4. If that environment variable does not exist, then check_utility_compat() will attempt to read the contents of a symbolic link named /etc/compat-FreeBSD-4-util. If no configuration is found, compatibility mode is disabled. RETURN VALUES The check_utility_compat() function returns zero if utility should implement strict IEEE Std 1003.1-2001 ("POSIX.1") behavior, and nonzero otherwise. FILES /etc/compat-FreeBSD-4-util If present, a symbolic link whose expansion gives system-wide default settings for the check_utility_compat() function. ERRORS No errors are detected. HISTORY The check_utility_compat() function first appeared in FreeBSD 5.0. AUTHORS This manual page was written by Garrett Wollman <[email protected]>. FreeBSD 14.1-RELEASE-p8 October 27, 2002 FreeBSD 14.1-RELEASE-p8

Navigation Options