From 121c8de01732bc36daea563edf5764bd3f0f8720 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Tue, 11 Apr 2023 16:55:17 +0200 Subject: fts.3: SYNOPSIS: Fix nullability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Ahelenia ZiemiaƄska Signed-off-by: Alejandro Colomar --- man3/fts.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/fts.3 b/man3/fts.3 index 49a8507e7..523ad6f9e 100644 --- a/man3/fts.3 +++ b/man3/fts.3 @@ -23,8 +23,8 @@ Standard C library .B #include .B #include .PP -.BI "FTS *fts_open(char * const *" path_argv ", int " options , -.BI " int (*" compar ")(const FTSENT **, const FTSENT **));" +.BI "FTS *fts_open(char *const *" path_argv ", int " options , +.BI " int (*_Nullable " compar ")(const FTSENT **, const FTSENT **));" .PP .BI "FTSENT *fts_read(FTS *" ftsp ); .PP -- cgit v1.2.3