aboutsummaryrefslogtreecommitdiffstats
diff options
authorCollin Funk <collin.funk1@gmail.com>2025-06-22 19:44:56 -0700
committerAlejandro Colomar <alx@kernel.org>2025-06-28 16:51:42 +0200
commit4e5a253a1b75f448c768905eafcbadae501ee9c6 (patch)
treeca57c3198fea16c9d38915016010533e58036fa7
parentaefbd603d14612032c5a296746125e30b4ee696e (diff)
downloadman-pages-4e5a253a1b75f448c768905eafcbadae501ee9c6.tar.gz
man/man3/ftime.3: Reorder and clarify STANDARDS
Put 4.2BSD first and mention that POSIX.1-2001 marked this function as LEGACY. Signed-off-by: Collin Funk <collin.funk1@gmail.com> Message-ID: <fcc66f4d8694f933a71688ad529e6f4f43024658.1750646692.git.collin.funk1@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man3/ftime.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man3/ftime.3 b/man/man3/ftime.3
index a34b158887..c3d9a99847 100644
--- a/man/man3/ftime.3
+++ b/man/man3/ftime.3
@@ -83,9 +83,10 @@ T} Thread safety MT-Safe
.SH STANDARDS
None.
.SH HISTORY
+4.2BSD.
+Marked as LEGACY in POSIX.1-2001;
+removed in POSIX.1-2008.
Removed in glibc 2.33.
-4.2BSD, POSIX.1-2001.
-Removed in POSIX.1-2008.
.P
This function is obsolete.
Don't use it.