diff options
Diffstat (limited to 'makeenv.5')
| -rw-r--r-- | makeenv.5 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
