Edits to simplify wording and reduce sentence length.
This commit is contained in:
parent
3afaec0139
commit
542138d47b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48468
2 changed files with 7 additions and 7 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<filename>bsd.port.mk</filename> in another window while
|
||||
reading this really helps to understand it.</para>
|
||||
|
||||
<para>But do not worry not many people understand exactly how
|
||||
<para>But do not worry, not many people understand exactly how
|
||||
<filename>bsd.port.mk</filename> is working...
|
||||
<!-- smiley --><emphasis>:-)</emphasis></para>
|
||||
|
||||
|
|
@ -442,10 +442,10 @@ DOS2UNIX_REGEX= .*\.([ch]|cpp)</programlisting>
|
|||
<programlisting>USES= dos2unix
|
||||
DOS2UNIX_GLOB= *.c *.cpp *.h</programlisting>
|
||||
|
||||
<para>If there are more than one distribution file and some
|
||||
other than the default need to have files converted, the base
|
||||
directory for the conversions can be changed so that they are
|
||||
also converted.</para>
|
||||
|
||||
<para>The base directory for the conversion can be set. This
|
||||
is useful when there are multiple distfiles and several
|
||||
contain files which require line-ending conversion.</para>
|
||||
|
||||
<programlisting>USES= dos2unix
|
||||
DOS2UNIX_WRKSRC= ${WRKDIR}</programlisting>
|
||||
|
|
|
|||
|
|
@ -355,7 +355,7 @@
|
|||
<para>Possible arguments: (none)</para>
|
||||
|
||||
<para>The port has files with line endings in
|
||||
<acronym>DOS</acronym> format which need to be converted. Four
|
||||
<acronym>DOS</acronym> format which need to be converted. Several
|
||||
variables can be set to control which files will be converted.
|
||||
The default is to convert <emphasis>all</emphasis> files,
|
||||
including binaries. See <xref
|
||||
|
|
@ -380,7 +380,7 @@
|
|||
|
||||
<listitem>
|
||||
<para><varname>DOS2UNIX_WRKSRC</varname>: the directory from
|
||||
which to start doing the conversions, defaults to
|
||||
which to start the conversions. Defaults to
|
||||
<literal>${WRKSRC}</literal>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue