Skip to content

Commit

Permalink
Merge pull request #297 from wentasah/docs-fixes
Browse files Browse the repository at this point in the history
docs: Fix few typos
  • Loading branch information
wigyori committed Jan 3, 2017
2 parents 3b45b5f + f5c2acd commit cb9d252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/build.tex
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ \subsection{Creating packages}
\item \texttt{PKG\_SOURCE} \\
The filename of the original sources
\item \texttt{PKG\_SOURCE\_URL} \\
Where to download the sources from (no trailing slash), you can add multiple download sources by separating them with a \\ and a carriage return.
Where to download the sources from (no trailing slash), you can add multiple download sources by separating them with a \textbackslash{} and a carriage return.
\item \texttt{PKG\_MD5SUM} \\
A checksum to validate the download
\item \texttt{PKG\_CAT} \\
Expand All @@ -269,7 +269,7 @@ \subsection{Creating packages}

The \texttt{PKG\_*} variables define where to download the package from;
\texttt{@SF} is a special keyword for downloading packages from sourceforge. There is also
another keyword of \texttt{@GNU} for grabbing GNU source releases. If any of the above mentionned download source fails, the OpenWrt mirrors will be used as source.
another keyword of \texttt{@GNU} for grabbing GNU source releases. If any of the above mentioned download source fails, the OpenWrt mirrors will be used as source.

The md5sum (if present) is used to verify the package was downloaded correctly and
\texttt{PKG\_BUILD\_DIR} defines where to find the package after the sources are
Expand Down
4 changes: 2 additions & 2 deletions docs/working.tex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ \subsection{Using quilt inside OpenWrt}

Quilt intends to replace an old workflow, where you would download the new
source file, create an original copy of it, an a working copy, then try to
apply by hand old patches and resolve conflicts manually. Additionnaly, using
apply by hand old patches and resolve conflicts manually. Additionally, using
quilt allows you to update and fold patches into other patches easily.

Quilt is used by default to apply Linux kernel patches, but not for the other
Expand Down Expand Up @@ -95,7 +95,7 @@ \subsubsection{Using quilt with kernel patches}

\subsubsection{Using quilt with packages}

As we mentionned earlier, quilt is enabled by default for kernel patches, but not for
As we mentioned earlier, quilt is enabled by default for kernel patches, but not for
packages. If you want to use quilt in the same way, you should set the QUILT environment
variable to 1, e.g:

Expand Down

0 comments on commit cb9d252

Please sign in to comment.