aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3type/FILE.3type (renamed from man3/FILE.3)7
1 files changed, 4 insertions, 3 deletions
diff --git a/man3/FILE.3 b/man3type/FILE.3type
index 596cf0ed68..82000d837f 100644
--- a/man3/FILE.3
+++ b/man3type/FILE.3type
@@ -4,7 +4,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH FILE 3 (date) "Linux man-pages (unreleased)"
+.TH FILE 3type (date) "Linux man-pages (unreleased)"
.SH NAME
FILE \- input/output stream
.SH LIBRARY
@@ -14,12 +14,13 @@ Standard C library
.nf
.B #include <stdio.h>
.PP
-.BR typedef " /* ... */ " FILE;
+.BR typedef " /* ... */ " FILE;
.fi
.SH DESCRIPTION
An object type used for streams.
.SH STANDARDS
-C99 and later; POSIX.1-2001 and later.
+C99 and later;
+POSIX.1-2001 and later.
.SH NOTES
The following header also provides this type:
.IR <wchar.h> .