summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man3/fnmatch.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/debian-unstable/man3/fnmatch.3
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man3/fnmatch.3')
-rw-r--r--upstream/debian-unstable/man3/fnmatch.37
1 files changed, 3 insertions, 4 deletions
diff --git a/upstream/debian-unstable/man3/fnmatch.3 b/upstream/debian-unstable/man3/fnmatch.3
index 3de81178..7e09383b 100644
--- a/upstream/debian-unstable/man3/fnmatch.3
+++ b/upstream/debian-unstable/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 2023-07-20 "Linux man-pages 6.05.01"
+.TH fnmatch 3 2024-05-02 "Linux man-pages 6.8"
.SH NAME
fnmatch \- match filename or pathname
.SH LIBRARY
@@ -15,7 +15,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <fnmatch.h>
-.PP
+.P
.BI "int fnmatch(const char *" "pattern" ", const char *" string ", int " flags );
.fi
.SH DESCRIPTION
@@ -27,7 +27,7 @@ argument matches the
.I pattern
argument, which is a shell wildcard pattern (see
.BR glob (7)).
-.PP
+.P
The
.I flags
argument modifies the behavior; it is the bitwise OR of zero or more
@@ -118,7 +118,6 @@ T{
.BR fnmatch ()
T} Thread safety MT-Safe env locale
.TE
-.sp 1
.SH STANDARDS
.TP
.BR fnmatch ()