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]

 



Hi!

On Thu, Apr 20, 2023 at 03:03:24PM +0200, Alejandro Colomar wrote:
> >> diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
> >> index 523347de2..40b05cb0e 100644
> >> --- a/man2/adjtimex.2
> >> +++ b/man2/adjtimex.2
> >> @@ -90,7 +90,7 @@ the constants used for
> 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] .*$"
That's great tech, thanks.

> You may want to use a regex that also works for mdoc(7).
mdoc uses .Sh and .Ss, so:
	xfuncname = "^\\.S[SHsh] .*"

Best,

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