From f4c716f0b0b1f3eaa29d7a9de58f5b7e873d089f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:44:56 +0100 Subject: fix doc text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- makeenv.5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'makeenv.5') 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 -- cgit v1.2.3-70-g09d2