summaryrefslogtreecommitdiffstats
path: root/man3/fnmatch.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fnmatch.3')
-rw-r--r--man3/fnmatch.326
1 files changed, 17 insertions, 9 deletions
diff --git a/man3/fnmatch.3 b/man3/fnmatch.3
index 80c708f8e..3de811780 100644
--- a/man3/fnmatch.3
+++ b/man3/fnmatch.3
@@ -6,7 +6,7 @@
.\" Modified Sat Jul 24 19:35:54 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Mon Oct 16 00:16:29 2000 following Joseph S. Myers
.\"
-.TH fnmatch 3 2022-12-15 "Linux man-pages 6.03"
+.TH fnmatch 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
fnmatch \- match filename or pathname
.SH LIBRARY
@@ -107,25 +107,33 @@ if there is no match or another nonzero value if there is an error.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR fnmatch ()
T} Thread safety MT-Safe env locale
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, POSIX.2.
-The
-.BR FNM_FILE_NAME ", " FNM_LEADING_DIR ", and " FNM_CASEFOLD
-flags are GNU extensions.
+.TP
+.BR fnmatch ()
+POSIX.1-2008.
+.TP
+.B FNM_FILE_NAME
+.TQ
+.B FNM_LEADING_DIR
+.TQ
+.B FNM_CASEFOLD
+GNU.
+.SH HISTORY
+.TP
+.BR fnmatch ()
+POSIX.1-2001, POSIX.2.
.SH SEE ALSO
.BR sh (1),
.BR glob (3),