On Wed Jul  8 11:02:55 2015, engg.kaus...@gmail.com (Pankaj Kaushik) wrote:
> Hi Team,
> 
> There is documentation bug in make file pdf(see attachement) on Page no 2
> under section 2.2 at below line.
> 
> >>We split each long line into two lines using backslash/
> 
> Bug :- You mentioned forward slash (/) against backslash text.

You are mistaken and you are misquoting.  The text says:

  We split each long line into two lines using backslash/newline;
  this is like using one long line, but is easier to read.

I agree that this '/' is rather cryptic.
It must be read as 'followed by':

  We split each long line into two lines using backslash followed by newline;
  this is like using one long line, but is easier to read.

> Please correct it.

It would be better to write 'followed by' instead of '/'
to avoid this misunderstanding.

> Regards, Pankaj

-- 
Reinier Post

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to