]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/ftime.3: SYNOPSIS: Declare ftime with [[deprecated]]
authorCollin Funk <collin.funk1@gmail.com>
Thu, 19 Jun 2025 04:22:10 +0000 (21:22 -0700)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 11:26:41 +0000 (12:26 +0100)
This function was marked as legacy in POSIX.1-2001 and has been removed
from many systems, including glibc.

Signed-off-by: Collin Funk <collin.funk1@gmail.com>
Message-ID: <5924c3b09d8e373be6ac1b5ca663b8ad7d106d93.1750306917.git.collin.funk1@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/ftime.3

index 0a69706897904abfcce732ce8794a2d4c41bd02f..5a5e61df922d4c3d7366a95b197f189d38b2dc37 100644 (file)
@@ -13,7 +13,7 @@ Standard C library
 .nf
 .B "#include <sys/timeb.h>"
 .P
-.BI "int ftime(struct timeb *" tp );
+.BI "[[deprecated]] int ftime(struct timeb *" tp );
 .fi
 .SH DESCRIPTION
 .BR NOTE :