mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
- Fix build for lang/slib with new texinfo [1] - Convert slib-guile @exec/@unexec directives to post install/deinstall scripts - Add new port slib-guile2 based on slib-guile - Remove dirrms MFH: 2014Q4
21 lines
749 B
Text
21 lines
749 B
Text
--- dirs.txi.orig 2013-05-12 04:47:55 UTC
|
|
+++ dirs.txi
|
|
@@ -26,14 +26,15 @@
|
|
each file in @var{directory}. The dynamic order in which @var{proc} is
|
|
applied to the filenames is unspecified. The value returned by
|
|
@samp{directory-for-each} is unspecified.
|
|
+@end defun
|
|
|
|
|
|
-@defunx directory-for-each proc directory pred
|
|
+@defun directory-for-each proc directory pred
|
|
Applies @var{proc} only to those filenames for which the procedure
|
|
@var{pred} returns a non-false value.
|
|
+@end defun
|
|
|
|
-
|
|
-@defunx directory-for-each proc directory match
|
|
+@defun directory-for-each proc directory match
|
|
Applies @var{proc} only to those filenames for which
|
|
@code{(filename:match?? @var{match})} would return a non-false value
|
|
(@pxref{Filenames, , , slib, SLIB}).
|