]> pd.if.org Git - pdclib/commit
Add alias manpages for all the unlocked stdio functions
authorOwen Shepherd <owen.shepherd@e43.eu>
Sun, 30 Dec 2012 12:25:38 +0000 (12:25 +0000)
committerOwen Shepherd <owen.shepherd@e43.eu>
Sun, 30 Dec 2012 12:25:38 +0000 (12:25 +0000)
commitd7f27d5325d7c44d93be00662b13aa9ffdec76b1
tree035be379865148b92315bb6b260667e35c6f0d00
parentf25359e65c7d631b1eaab91a0ad41e7c5f6a6841
Add alias manpages for all the unlocked stdio functions
30 files changed:
man3/clearerr_unlocked.3 [new file with mode: 0644]
man3/feof_unlocked.3 [new file with mode: 0644]
man3/ferror_unlocked.3 [new file with mode: 0644]
man3/fflush_unlocked.3 [new file with mode: 0644]
man3/fgetc_unlocked.3 [new file with mode: 0644]
man3/fgetpos_unlocked.3 [new file with mode: 0644]
man3/fgets_unlocked.3 [new file with mode: 0644]
man3/fprintf_unlocked.3 [new file with mode: 0644]
man3/fputc_unlocked.3 [new file with mode: 0644]
man3/fputs_unlocked.3 [new file with mode: 0644]
man3/fread_unlocked.3 [new file with mode: 0644]
man3/fscanf_unlocked.3 [new file with mode: 0644]
man3/fseek_unlocked.3 [new file with mode: 0644]
man3/fsetpos_unlocked.3 [new file with mode: 0644]
man3/ftell_unlocked.3 [new file with mode: 0644]
man3/ftrylockfile.3
man3/fwrite_unlocked.3 [new file with mode: 0644]
man3/getc_unlocked.3 [new file with mode: 0644]
man3/getchar_unlocked.3 [new file with mode: 0644]
man3/printf_unlocked.3 [new file with mode: 0644]
man3/putc_unlocked.3 [new file with mode: 0644]
man3/putchar_unlocked.3 [new file with mode: 0644]
man3/puts_unlocked.3 [new file with mode: 0644]
man3/rewind_unlocked.3 [new file with mode: 0644]
man3/scanf_unlocked.3 [new file with mode: 0644]
man3/ungetc_unlocked.3 [new file with mode: 0644]
man3/vfprintf_unlocked.3 [new file with mode: 0644]
man3/vfscanf_unlocked.3 [new file with mode: 0644]
man3/vprintf_unlocked.3 [new file with mode: 0644]
man3/vscanf_unlocked.3 [new file with mode: 0644]