]> pd.if.org Git - pdclib.old/commitdiff
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)
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]

diff --git a/man3/clearerr_unlocked.3 b/man3/clearerr_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/feof_unlocked.3 b/man3/feof_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/ferror_unlocked.3 b/man3/ferror_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fflush_unlocked.3 b/man3/fflush_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fgetc_unlocked.3 b/man3/fgetc_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fgetpos_unlocked.3 b/man3/fgetpos_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fgets_unlocked.3 b/man3/fgets_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fprintf_unlocked.3 b/man3/fprintf_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fputc_unlocked.3 b/man3/fputc_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fputs_unlocked.3 b/man3/fputs_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fread_unlocked.3 b/man3/fread_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fscanf_unlocked.3 b/man3/fscanf_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fseek_unlocked.3 b/man3/fseek_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/fsetpos_unlocked.3 b/man3/fsetpos_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/ftell_unlocked.3 b/man3/ftell_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
index e7273ca3f0539cb3b83c0aab235481f85581094d..b33c2ee659da2690a67b685bab0c2ad4a9ede2a8 100644 (file)
@@ -1 +1 @@
-.so man3/ftrylockfile.3
\ No newline at end of file
+.so man3/flockfile.3
diff --git a/man3/fwrite_unlocked.3 b/man3/fwrite_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/getc_unlocked.3 b/man3/getc_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/getchar_unlocked.3 b/man3/getchar_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/printf_unlocked.3 b/man3/printf_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/putc_unlocked.3 b/man3/putc_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/putchar_unlocked.3 b/man3/putchar_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/puts_unlocked.3 b/man3/puts_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/rewind_unlocked.3 b/man3/rewind_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/scanf_unlocked.3 b/man3/scanf_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/ungetc_unlocked.3 b/man3/ungetc_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/vfprintf_unlocked.3 b/man3/vfprintf_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/vfscanf_unlocked.3 b/man3/vfscanf_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/vprintf_unlocked.3 b/man3/vprintf_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file
diff --git a/man3/vscanf_unlocked.3 b/man3/vscanf_unlocked.3
new file mode 100644 (file)
index 0000000..c2b0760
--- /dev/null
@@ -0,0 +1 @@
+.so man3/unlocked_stdio.3
\ No newline at end of file