summaryrefslogtreecommitdiffstats
path: root/man7/glob.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/glob.7')
-rw-r--r--man7/glob.712
1 files changed, 6 insertions, 6 deletions
diff --git a/man7/glob.7 b/man7/glob.7
index 6217b2c3e..9ab005bf8 100644
--- a/man7/glob.7
+++ b/man7/glob.7
@@ -14,7 +14,7 @@ that would expand wildcard patterns.
Soon afterward this became a shell built-in.
.P
These days there is also a library routine
-.BR glob (3)
+.MR glob 3
that will perform this function for a user program.
.P
The rules are as follows (POSIX.2, 3.13).
@@ -198,8 +198,8 @@ For example, "\fI[[=a=]]\fP" might be equivalent
to "\fI[a\('a\(`a\(:a\(^a]\fP", that is,
to "\fI[a[.a-acute.][.a-grave.][.a-umlaut.][.a-circumflex.]]\fP".
.SH SEE ALSO
-.BR sh (1),
-.BR fnmatch (3),
-.BR glob (3),
-.BR locale (7),
-.BR regex (7)
+.MR sh 1 ,
+.MR fnmatch 3 ,
+.MR glob 3 ,
+.MR locale 7 ,
+.MR regex 7