diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-03 14:31:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-03 14:31:02 +0000 |
commit | d86ff53c2f6693c7445399488d519aa1120d2ee9 (patch) | |
tree | 5bb4cae6f4dc1b3d18237f86e94997dc239af9bb /lib/libc/stdio | |
parent | 9a3a2d30fe784b1aa311cfae0892634df9c64246 (diff) |
.Bl always requires .It, even in .Bl -column;
syntax errors found by mandoc(1), also required to fix the mandoc build;
feedback and ok jmc@ and sobrado@
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 134 |
1 files changed, 67 insertions, 67 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 020dd872d97..27fe4eefdde 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.19 2007/05/31 19:19:31 jmc Exp $ +.\" $OpenBSD: stdio.3,v 1.20 2010/01/03 14:31:01 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 3 2010 $ .Dt STDIO 3 .Os .Sh NAME @@ -212,71 +212,71 @@ exist and will be used if the macro definitions are explicitly removed. .Sh LIST OF FUNCTIONS .Bl -column "Description" -.Sy Function Description -asprintf formatted output conversion with allocation -clearerr check and reset stream status -fclose close a stream -fdopen stream open functions -feof check and reset stream status -ferror check and reset stream status -fflush flush a stream -fgetc get next character or word from input stream -fgetln get a line from a stream -fgetpos reposition a stream -fgets get a line from a stream -fileno get a stream's underlying file descriptor -fopen stream open functions -fprintf formatted output conversion -fpurge flush a stream -fputc output a character or word to a stream -fputs output a line to a stream -fread binary stream input/output -freopen stream open functions -fropen open a stream -fscanf input format conversion -fseek reposition a stream -fsetpos reposition a stream -ftell reposition a stream -funopen open a stream -fwopen open a stream -fwrite binary stream input/output -getc get next character or word from input stream -getchar get next character or word from input stream -gets get a line from a stream -getw get next character or word from input stream -mkstemp create unique temporary file -mktemp create unique temporary file -perror system error messages -printf formatted output conversion -putc output a character or word to a stream -putchar output a character or word to a stream -puts output a line to a stream -putw output a character or word to a stream -remove remove directory entry -rewind reposition a stream -scanf input format conversion -setbuf stream buffering operations -setbuffer stream buffering operations -setlinebuf stream buffering operations -setvbuf stream buffering operations -snprintf formatted output conversion -sprintf formatted output conversion -sscanf input format conversion -strerror system error messages -sys_errlist system error messages -sys_nerr system error messages -tempnam temporary file routines -tmpfile temporary file routines -tmpnam temporary file routines -ungetc un-get character from input stream -vasprintf formatted output conversion with allocation -vfprintf formatted output conversion -vfscanf input format conversion -vprintf formatted output conversion -vscanf input format conversion -vsnprintf formatted output conversion -vsprintf formatted output conversion -vsscanf input format conversion +.It Sy Function Description +.It asprintf formatted output conversion with allocation +.It clearerr check and reset stream status +.It fclose close a stream +.It fdopen stream open functions +.It feof check and reset stream status +.It ferror check and reset stream status +.It fflush flush a stream +.It fgetc get next character or word from input stream +.It fgetln get a line from a stream +.It fgetpos reposition a stream +.It fgets get a line from a stream +.It fileno get a stream's underlying file descriptor +.It fopen stream open functions +.It fprintf formatted output conversion +.It fpurge flush a stream +.It fputc output a character or word to a stream +.It fputs output a line to a stream +.It fread binary stream input/output +.It freopen stream open functions +.It fropen open a stream +.It fscanf input format conversion +.It fseek reposition a stream +.It fsetpos reposition a stream +.It ftell reposition a stream +.It funopen open a stream +.It fwopen open a stream +.It fwrite binary stream input/output +.It getc get next character or word from input stream +.It getchar get next character or word from input stream +.It gets get a line from a stream +.It getw get next character or word from input stream +.It mkstemp create unique temporary file +.It mktemp create unique temporary file +.It perror system error messages +.It printf formatted output conversion +.It putc output a character or word to a stream +.It putchar output a character or word to a stream +.It puts output a line to a stream +.It putw output a character or word to a stream +.It remove remove directory entry +.It rewind reposition a stream +.It scanf input format conversion +.It setbuf stream buffering operations +.It setbuffer stream buffering operations +.It setlinebuf stream buffering operations +.It setvbuf stream buffering operations +.It snprintf formatted output conversion +.It sprintf formatted output conversion +.It sscanf input format conversion +.It strerror system error messages +.It sys_errlist system error messages +.It sys_nerr system error messages +.It tempnam temporary file routines +.It tmpfile temporary file routines +.It tmpnam temporary file routines +.It ungetc un-get character from input stream +.It vasprintf formatted output conversion with allocation +.It vfprintf formatted output conversion +.It vfscanf input format conversion +.It vprintf formatted output conversion +.It vscanf input format conversion +.It vsnprintf formatted output conversion +.It vsprintf formatted output conversion +.It vsscanf input format conversion .El .Sh SEE ALSO .Xr close 2 , |