OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / fnmatch.3
index eeb4034..05c2183 100644 (file)
@@ -72,7 +72,8 @@ or if both
 is set and the period immediately follows a slash.
 .TP
 .B FNM_FILE_NAME
-This is a GNU synonym for \fBFNM_PATHNAME\fR.
+This is a GNU synonym for
+.BR FNM_PATHNAME .
 .TP
 .B FNM_LEADING_DIR
 If this flag (a GNU extension) is set, the pattern is considered to be
@@ -80,7 +81,7 @@ matched if it matches an initial segment of
 .I string
 which is followed by a slash.
 This flag is mainly for the internal
-use of glibc and is only implemented in certain cases.
+use of glibc and is implemented only in certain cases.
 .TP
 .B FNM_CASEFOLD
 If this flag (a GNU extension) is set, the pattern is matched
@@ -103,3 +104,12 @@ flags are GNU extensions.
 .BR scandir (3),
 .BR wordexp (3),
 .BR glob (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.