All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Wilk <jwilk@jwilk.net>
To: Alejandro Colomar <alx.manpages@gmail.com>
Cc: David Sletten <david.paul.sletten@gmail.com>,
	<linux-man@vger.kernel.org>,
	Michael Kerrisk <mtk.manpages@gmail.com>
Subject: Re: Error in 'man operator'
Date: Sat, 28 Aug 2021 07:43:55 +0200	[thread overview]
Message-ID: <20210828054326.nh4tsfce3nvlxirc@jwilk.net> (raw)
In-Reply-To: <6666465a-ad5d-d8f7-92b1-35733f645961@gmail.com>

* Alejandro Colomar <alx.manpages@gmail.com>, 2021-08-28, 02:17:
>Hmm, I just came up with some very stupid piece of code that can show 
>the different precedence between "unary operators" and "cast 
>operators":
>
>sizeof(int)x;

Perhaps a more vivid example would be:

   sizeof (int) + 1

which is parsed as 

   (sizeof (int)) + 1

rather than:

   sizeof ((int) +1)

-- 
Jakub Wilk

  parent reply	other threads:[~2021-08-28  6:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-27 18:11 Error in 'man operator' David Sletten
2021-08-27 23:39 ` Alejandro Colomar (man-pages)
2021-08-28  0:01   ` Alejandro Colomar (man-pages)
2021-08-28  0:08     ` David Sletten
2021-08-28 10:56       ` Alejandro Colomar (man-pages)
2021-08-28  0:17     ` Alejandro Colomar (man-pages)
2021-08-28  0:20       ` David Sletten
2021-08-28  5:43       ` Jakub Wilk [this message]
2021-08-28 10:50         ` Alejandro Colomar (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210828054326.nh4tsfce3nvlxirc@jwilk.net \
    --to=jwilk@jwilk.net \
    --cc=alx.manpages@gmail.com \
    --cc=david.paul.sletten@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.