summaryrefslogtreecommitdiffstats
path: root/man3/fnmatch.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fnmatch.3')
-rw-r--r--man3/fnmatch.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/fnmatch.3 b/man3/fnmatch.3
index 978163af5..7f54da4b5 100644
--- a/man3/fnmatch.3
+++ b/man3/fnmatch.3
@@ -26,7 +26,7 @@ function checks whether the
argument matches the
.I pattern
argument, which is a shell wildcard pattern (see
-.BR glob (7)).
+.MR glob 7 ).
.P
The
.I flags
@@ -106,7 +106,7 @@ matches
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).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -134,8 +134,8 @@ GNU.
.BR fnmatch ()
POSIX.1-2001, POSIX.2.
.SH SEE ALSO
-.BR sh (1),
-.BR glob (3),
-.BR scandir (3),
-.BR wordexp (3),
-.BR glob (7)
+.MR sh 1 ,
+.MR glob 3 ,
+.MR scandir 3 ,
+.MR wordexp 3 ,
+.MR glob 7