.\" -*- coding: UTF-8 -*- .\" Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH ISATTY 3 "6 Marzo 2019" Linux "Manual del Programador de Linux" .SH NOMBRE isatty \- test whether a file descriptor refers to a terminal .SH SINOPSIS .nf \fB#include \fP .PP \fBint isatty(int \fP\fIfd\fP\fB);\fP .fi .SH DESCRIPCIÓN The \fBisatty\fP() function tests whether \fIfd\fP is an open file descriptor referring to a terminal. .SH "VALOR DEVUELTO" \fBisatty\fP() returns 1 if \fIfd\fP is an open file descriptor referring to a terminal; otherwise 0 is returned, and \fIerrno\fP is set to indicate the error. .SH ERRORES .TP \fBEBADF\fP \fIfd\fP no es un descriptor de fichero válido. .TP \fBENOTTY\fP .\" e.g., FIFOs and pipes on 2.6.32 \fIfd\fP refers to a file other than a terminal. On some older kernels, some types of files resulted in the error \fBEINVAL\fP in this case (which is a violation of POSIX, which specifies the error \fBENOTTY\fP). .SH ATRIBUTOS Para obtener una explicación de los términos usados en esta sección, véase \fBattributes\fP(7). .TS allbox; lb lb lb l l l. Interfaz Atributo Valor T{ \fBisatty\fP() T} Seguridad del hilo Multi\-hilo seguro .TE .SH "CONFORME A" POSIX.1\-2001, POSIX.1\-2008, SVr4, 4.3BSD. .SH "VÉASE TAMBIÉN" \fBfstat\fP(2), \fBttyname\fP(3) .SH COLOFÓN Esta página es parte de la versión 5.10 del proyecto Linux \fIman\-pages\fP. Puede encontrar una descripción del proyecto, información sobre cómo informar errores y la última versión de esta página en \%https://www.kernel.org/doc/man\-pages/. .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Gerardo Aburruzaga García . Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org>. .ME .