Re: [PATCH v3 5/9] adjtimex.2, clone.2, mprotect.2, open.2, syscall.2, regex.3: ffix, wfix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 2023-04-20T15:03:24+0200, Alejandro Colomar wrote:
> BTW, another thing you might find useful is this:
> 
> $ cat ~/.config/git/attributes 
> *.[1-8]* diff=man
> 
> 
> And then in your .gitconfig:
> 
> [diff "man"]
> 	xfuncname = "^\\.S[SH] .*$"

Nice trick!  How on Earth have I been living without this?

> You may want to use a regex that also works for mdoc(7).

I reckon you could sweep up mdoc(7) pages as well with:

	xfuncname = "^\\.S[HShs] .*$"

> >>  .BR ntp_adjtime ()
> >>  are equivalent but differently named.)
> >>  It is a bit mask containing a
> >> -.RI bitwise- or
> >> +bitwise OR
> >>  combination of zero or more of the following bits:

Discussion of Boolean-algebraic operations is common enough among
programmers that it might be a good idea to settle on a specific style
recommendation for typesetting them.

I think either quotation (e.g., \[lq]or\[rq]) or shouting capitals (OR)
are tolerable, the latter only because the few operators commonly
mentioned have very short names (you don't see EQUIVALENCE much).

I would counsel against changing the type face for them (i.e., no bold,
no italics).

Regards,
Branden

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux