OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / glob.3
index 66935b2..e4bf7b6 100644 (file)
@@ -159,7 +159,8 @@ functions.
 .B GLOB_BRACE
 Expand
 .BR csh (1)
-style brace expressions of the form \fB{a,b}\fR.
+style brace expressions of the form
+.BR {a,b} .
 Brace expressions can be nested.
 Thus, for example, specifying the pattern
 "{foo/{,cat,dog},bar}" would return the same results as four separate
@@ -253,7 +254,9 @@ on the second and later invocations.
 .PP
 As a GNU extension,
 .I pglob\->gl_flags
-is set to the flags specified, \fBor\fRed with
+is set to the flags specified,
+.BR or ed
+with
 .B GLOB_MAGCHAR
 if any metacharacters were found.
 .SH RETURN VALUE