Update names in SEE ALSO block

This commit is contained in:
deadwood 2024-04-13 20:03:09 +02:00
parent 5ede7edb1a
commit 532d5d8ffe
31 changed files with 34 additions and 34 deletions

View File

@ -48,7 +48,7 @@
This is still TODO.
SEE ALSO
__posixc_get_environptr(), __posixc_getenv(), setenv()
__posixc_get_environptr(), getenv(), setenv()
INTERNALS
@ -98,7 +98,7 @@
BUGS
SEE ALSO
__posixc_set_environptr()
__progonly_set_environptr()
INTERNALS

View File

@ -34,7 +34,7 @@
BUGS
SEE ALSO
__posixc_ferror()
ferror()
INTERNALS

View File

@ -55,7 +55,7 @@
BUGS
SEE ALSO
open(), __posixc_fclose(), fileno()
open(), fclose(), fileno()
INTERNALS

View File

@ -35,7 +35,7 @@
BUGS
SEE ALSO
__posixc_ferror(), clearerr()
ferror(), clearerr()
INTERNALS

View File

@ -43,7 +43,7 @@
BUGS
SEE ALSO
getc(), __posixc_fputc(), putc()
getc(), fputc(), putc()
INTERNALS

View File

@ -55,7 +55,7 @@
BUGS
SEE ALSO
fopen(), __posixc_fputs()
fopen(), fputs()
INTERNALS

View File

@ -71,8 +71,8 @@
Most modes are not supported right now.
SEE ALSO
__posixc_fclose(), __posixc_fread(), __posixc_fwrite(), open(),
__posixc_fgets(), fgetc(), __posixc_fputs(), __posixc_fputc(),
fclose(), fread(), fwrite(), open(),
fgets(), fgetc(), fputs(), fputc(),
getc(), putc()
INTERNALS

View File

@ -37,7 +37,7 @@
BUGS
SEE ALSO
__posixc_puts(), __posixc_fputc(), putc()
puts(), fputc(), putc()
INTERNALS

View File

@ -46,7 +46,7 @@
BUGS
SEE ALSO
fopen(), __posixc_fwrite()
fopen(), fwrite()
INTERNALS

View File

@ -48,7 +48,7 @@
BUGS
SEE ALSO
open(), __posixc_fclose(), fileno()
open(), fclose(), fileno()
INTERNALS

View File

@ -37,7 +37,7 @@
BUGS
SEE ALSO
__posixc_scanf()
scanf()
INTERNALS

View File

@ -53,7 +53,7 @@
implementation fails with EISDIR for directory file descriptors.
SEE ALSO
fopen(), __posixc_fwrite()
fopen(), fwrite()
INTERNALS

View File

@ -53,7 +53,7 @@
modes
SEE ALSO
__posixc_fseek()
fseek()
INTERNALS

View File

@ -37,7 +37,7 @@
BUGS
SEE ALSO
fopen(), __posixc_fseek(), __posixc_fwrite()
fopen(), fseek(), fwrite()
INTERNALS

View File

@ -31,7 +31,7 @@
BUGS
SEE ALSO
fgetc(), __posixc_fputc(), putc()
fgetc(), fputc(), putc()
INTERNALS
getc() is an alias for fgetc().

View File

@ -39,7 +39,7 @@
BUGS
SEE ALSO
getc(), __posixc_fputc(), putc()
getc(), fputc(), putc()
INTERNALS

View File

@ -42,7 +42,7 @@
BUGS
SEE ALSO
fgetc(), getc(), __posixc_fputc(), putc()
fgetc(), getc(), fputc(), putc()
INTERNALS

View File

@ -44,7 +44,7 @@
if it has not encountered a newline or EOF yet. Use fgets() instead.
SEE ALSO
__posixc_fgets()
fgets()
INTERNALS

View File

@ -30,7 +30,7 @@
BUGS
SEE ALSO
__posixc_fread()
fread()
INTERNALS

View File

@ -54,7 +54,7 @@
implementation fails with EISDIR for directory file descriptors.
SEE ALSO
fopen(), __posixc_fwrite()
fopen(), fwrite()
INTERNALS

View File

@ -54,7 +54,7 @@
implementation fails with EISDIR for directory file descriptors.
SEE ALSO
fopen(), __posixc_fwrite()
fopen(), fwrite()
INTERNALS

View File

@ -56,7 +56,7 @@
BUGS
SEE ALSO
__posixc_fclose(), __posixc_fread(), __posixc_fwrite(), pipe(), pclose()
fclose(), fread(), fwrite(), pipe(), pclose()
INTERNALS

View File

@ -255,7 +255,7 @@
often impossible to assure.
SEE ALSO
__posixc_fprintf(), __posixc_vprintf(), __posixc_vfprintf(),
fprintf(), vprintf(), vfprintf(),
stdc.library/sprintf(), stdc.library/vsprintf(), stdc.library/vsnprintf()
INTERNALS

View File

@ -32,7 +32,7 @@
BUGS
SEE ALSO
__posixc_fputc()
fputc()
INTERNALS
putc() is an alias for fputc()

View File

@ -39,8 +39,8 @@
BUGS
SEE ALSO
__posixc_fputs(), __posixc_printf(), __posixc_fprintf(),
putc(), __posixc_fputc()
fputs(),printf(), fprintf(),
putc(), fputc()
INTERNALS

View File

@ -31,7 +31,7 @@
BUGS
SEE ALSO
__posixc_fwrite()
fwrite()
INTERNALS

View File

@ -42,7 +42,7 @@
BUGS
SEE ALSO
open(), read(), __posixc_fread()
open(), read(), fread()
INTERNALS

View File

@ -29,7 +29,7 @@
BUGS
SEE ALSO
fopen(), __posixc_fwrite(), __posixc_fseek()
fopen(), fwrite(), fseek()
INTERNALS

View File

@ -32,7 +32,7 @@
BUGS
SEE ALSO
__posixc_fscanf(), __posixc_vscanf(), __posixc_vfscanf(),
fscanf(), vscanf(), vfscanf(),
stdc.library/sscanf(), stdc.library/vsscanf()
INTERNALS

View File

@ -32,7 +32,7 @@
BUGS
SEE ALSO
__posixc_setvbuf()
setvbuf()
INTERNALS
This function is part of the static link lib and not in

View File

@ -45,7 +45,7 @@
BUGS
SEE ALSO
fgetc(), getc(), __posixc_fputc(), putc()
fgetc(), getc(), fputc(), putc()
INTERNALS