OSDN Git Service

Initial revision
[pf3gnuchains/sourceware.git] / tcl / doc / eof.n
1 '\"
2 '\" Copyright (c) 1993 The Regents of the University of California.
3 '\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
4 '\"
5 '\" See the file "license.terms" for information on usage and redistribution
6 '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
7 '\" 
8 '\" RCS: @(#) $Id$
9 '\" 
10 .so man.macros
11 .TH eof n 7.5 Tcl "Tcl Built-In Commands"
12 .BS
13 '\" Note:  do not modify the .SH NAME line immediately below!
14 .SH NAME
15 eof \- Check for end of file condition on channel
16 .SH SYNOPSIS
17 \fBeof \fIchannelId\fR
18 .BE
19
20 .SH DESCRIPTION
21 .PP
22 Returns 1 if an end of file condition occurred during the most
23 recent input operation on \fIchannelId\fR (such as \fBgets\fR),
24 0 otherwise.
25
26 .SH KEYWORDS
27 channel, end of file