- Fix typo:
"It's argument is a find compatible regular expression." --> "Its argument is a find compatible regular expression." PR: docs/110156 Submitted by: Martin Münch <martin@martin.100megs12.com> Approved by: keramida (mentor)
This commit is contained in:
parent
f21eaf86d5
commit
4685c2960b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29784
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
|
|||
<programlisting>USE_DOS2UNIX= util.c util.h</programlisting>
|
||||
|
||||
<para>If you want to convert a group of files across subdirectories,
|
||||
<makevar>DOS2UNIX_REGEX</makevar> can be used. It's argument is
|
||||
<makevar>DOS2UNIX_REGEX</makevar> can be used. Its argument is
|
||||
a <command>find</command> compatible regular expression. More on
|
||||
the format is in &man.re.format.7;. This option is useful for
|
||||
converting all files of a given extension, for example all source
|
||||
|
|
Loading…
Reference in a new issue