Re: [PATCH 22/24] membarrier.2: Note that glibc does not provide a wrapper
From: Alejandro Colomar
Date: Sun Sep 27 2020 - 16:05:19 EST
Hi Branden,
* G. Branden Robinson via linux-man:
1)
> .EX
> .B int fstat(int \c
> .IB fd , \~\c
> .B struct stat *\c
> .IB statbuf );
> .EE
2)
> .EX
> .BI "int fstat(int " fd ", struct stat *" statbuf );
> .EE
3)
> .EX
> .BI "int fstat(int\~" fd ", struct stat *" statbuf );
> .EE
I'd say number 2 is best. Rationale: grep :)
I agree it's visually somewhat harder, but grepping is way easier.
Regards,
Alex