From 542138d47b14dda82fe783b89fefea7b426f9963 Mon Sep 17 00:00:00 2001 From: Warren Block Date: Fri, 25 Mar 2016 03:09:49 +0000 Subject: [PATCH] Edits to simplify wording and reduce sentence length. --- .../books/porters-handbook/slow-porting/chapter.xml | 10 +++++----- .../books/porters-handbook/uses/chapter.xml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml index 7ff9dcd493..4055ad46b0 100644 --- a/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml @@ -24,7 +24,7 @@ bsd.port.mk in another window while reading this really helps to understand it. - But do not worry not many people understand exactly how + But do not worry, not many people understand exactly how bsd.port.mk is working... :-) @@ -442,10 +442,10 @@ DOS2UNIX_REGEX= .*\.([ch]|cpp) USES= dos2unix DOS2UNIX_GLOB= *.c *.cpp *.h - 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. + + 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. USES= dos2unix DOS2UNIX_WRKSRC= ${WRKDIR} diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index 0680dc250a..c98f71be07 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -355,7 +355,7 @@ Possible arguments: (none) The port has files with line endings in - DOS format which need to be converted. Four + DOS format which need to be converted. Several variables can be set to control which files will be converted. The default is to convert all files, including binaries. See DOS2UNIX_WRKSRC: the directory from - which to start doing the conversions, defaults to + which to start the conversions. Defaults to ${WRKSRC}.