aboutsummaryrefslogtreecommitdiffstats
path: root/makeenv.5
diff options
context:
space:
mode:
Diffstat (limited to 'makeenv.5')
-rw-r--r--makeenv.510
1 files changed, 5 insertions, 5 deletions
diff --git a/makeenv.5 b/makeenv.5
index 1a35fe3..f62fe47 100644
--- a/makeenv.5
+++ b/makeenv.5
@@ -1,8 +1,8 @@
.TH MAKEENV 5 MAKEENV
.SH NAME
makeenv - Environment for make(1) via makeenv(1)
-.SH SYNPOSIS
-.RB .makeenv
+.SH SYNOPSIS
+.B .makeenv
.SH DESCRIPTION
The
.B makeenv
@@ -17,7 +17,7 @@ that should also be built.
.PP
The
.B makeenv
-file is intepreted line by line, discarding any line
+file is interpreted line by line, discarding any line
that is empty or otherwise blank or whose first non-blank
character is the hash sign
.RB ( # ).
@@ -26,7 +26,7 @@ Lines starting with a dash
.RB ( - )
as its first non-blank character are interpreted as options
that shall be used, the line is split at each whitespace,
-and the empty tokes are discarded and the remaining tokens
+and empty tokens are discarded and the remaining tokens
put in the command line. Note that it is impossible to have
whitespace in an argument as it will split the argument into
two arguments.
@@ -38,7 +38,7 @@ and as targets otherwise. Target lines are separated by
whitespace and each non-empty token is added into the command
line as target. Line that are interpreted as macro lines
have leading and trailing white space removed, and any
-sequence of whitespace around it's first equals sign
+sequence of whitespace around its first equals sign
.RB ( = )
removed.
.SH NOTES