You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns a pseudo-random integral value between拷,拷- and RAND_MAX (0 and RAND_MAX
According to grep, there's around 200 files that have the characters, which, comparing to the website versions, seem to almost always be characters in <span> tags, such as 0, a ;, a (, or whitespace, like the below:
I've noticed that some manpages have non-printing characters in them; for instance,
std::rand
has this line (should be0
):stdman/man/std::rand.3
Line 9 in 478d353
According to grep, there's around 200 files that have the characters, which, comparing to the website versions, seem to almost always be characters in
<span>
tags, such as0
, a;
, a(
, or whitespace, like the below:whitespace (I think)
stdman/man/std::accumulate.3
Line 42 in 478d353
;
stdman/man/std::condition_variable::wait_until.3
Line 66 in 478d353
(
stdman/man/std::iterator_traits.3
Line 71 in 478d353
Some unicode characters also don't seem to be handled correctly:
stdman/man/std::islower(std::locale).3
Line 43 in 478d353
It'd be nice if all of these could be parsed and rendered properly.
The text was updated successfully, but these errors were encountered: