From: Collin Funk Date: Thu, 19 Jun 2025 04:22:10 +0000 (-0700) Subject: man/man3/ftime.3: SYNOPSIS: Declare ftime with [[deprecated]] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dda55e540c71a973fa24bd44adcebdc5fb189ce;p=thirdparty%2Fman-pages.git man/man3/ftime.3: SYNOPSIS: Declare ftime with [[deprecated]] This function was marked as legacy in POSIX.1-2001 and has been removed from many systems, including glibc. Signed-off-by: Collin Funk Message-ID: <5924c3b09d8e373be6ac1b5ca663b8ad7d106d93.1750306917.git.collin.funk1@gmail.com> Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/ftime.3 b/man/man3/ftime.3 index c3d9a9984..11ebeceea 100644 --- a/man/man3/ftime.3 +++ b/man/man3/ftime.3 @@ -13,7 +13,7 @@ Standard C library .nf .B "#include " .P -.BI "int ftime(struct timeb *" tp ); +.BI "[[deprecated]] int ftime(struct timeb *" tp ); .fi .SH DESCRIPTION .BR NOTE :