Re: locale-specific collation sequence?

2022-02-01 Thread Jan Stary
> contents into a buffer before using write(2) the standard output. > > No. I don't see a problem with explaining what a program does in simple, > clear english. The point isn't to introduce a link to a C manpage, or to avoid simple english, but to avoid the wording of "the locale-s

Re: locale-specific collation sequence?

2022-02-01 Thread Todd C . Miller
On Tue, 01 Feb 2022 17:00:29 -0700, "Theo de Raadt" wrote: > I don't see a problem with explaining what a program does in simple, > clear english. Agreed. - todd

Re: locale-specific collation sequence?

2022-02-01 Thread Theo de Raadt
s to an empty string or zero; > otherwise, returns zero. > .It Ar expr1 Li "{=, >, >=, <, <=, !=}" Ar expr2 > -Returns the results of integer comparison if both arguments are > -decimal integers; otherwise, returns the results of string comparison > -using the l

locale-specific collation sequence?

2022-02-01 Thread Jan Stary
ger comparison if both arguments are -decimal integers; otherwise, returns the results of string comparison -using the locale-specific collation sequence. +Returns the results of integer comparison +if both arguments are decimal integers; +otherwise, returns the results of string comparison using +.Xr s