summaryrefslogtreecommitdiffstats
path: root/man3 (follow)
Commit message (Expand)AuthorAgeLines
* man3/: Add pagesunitAlejandro Colomar2024-03-20-0/+1624
* man*/: Remove all pagesAlejandro Colomar2024-03-20-99810/+0
* getgrouplist.3: Use same type in both sides of comparisonAlejandro Colomar2024-03-16-5/+5
* printf.3: Return the number of bytes printed, not charactersJeremy Baxter2024-03-16-1/+1
* logb.3: floor(log2(fabs(x))) has rounding errorsAlejandro Colomar2024-03-12-2/+3
* TIMESPEC_TO_TIMEVAL.3, TIMEVAL_TO_TIMESPEC.3: Document these macrosAlejandro Colomar2024-03-12-0/+33
* log2.3, log10.3: wfixAlejandro Colomar2024-03-12-4/+4
* cbrt.3: wfix: Cube roots are rarely representableAlejandro Colomar2024-03-12-2/+5
* significand.3: significand() uses FLT_RADIX, not 2Alejandro Colomar2024-03-12-1/+2
* logb.3: logb(x) is floor(log2(fabs(x)))Alejandro Colomar2024-03-12-1/+1
* man*/: epoll_*(), fcntl(), flock(), ioctl(), msgctl(), *prctl(), ptrace(), qu...Alejandro Colomar2024-03-03-5/+6
* share/mk/, man*/: build-ex: Skip expected failuresAlejandro Colomar2024-02-26-7/+7
* man3/: Say cancelation instead of cancellationAlejandro Colomar2024-02-26-7/+7
* mbsrtowcs.3: ffixAlejandro Colomar2024-02-26-1/+2
* man*/: srcfixAlejandro Colomar2024-02-25-7/+7
* getaddrinfo.3: tfixŠtěpán Němec2024-02-18-1/+1
* man*/: ffixAlejandro Colomar2024-02-12-1/+1
* pthread_create.3: Re-do the architecture/default stack size mappingнаб2024-02-12-17/+2
* frexp.3: ISO C defines frexp(3) in terms of 2, not FLT_RADIXAlejandro Colomar2024-01-29-2/+1
* adjtime.3: wfixAlejandro Colomar2024-01-28-1/+1
* man*/: Say ISO 3166Alejandro Colomar2024-01-28-1/+1
* man*/: Say ISO 639Alejandro Colomar2024-01-28-1/+1
* man3/: Say ISO 8601Alejandro Colomar2024-01-28-13/+13
* nl_langinfo.3: ffixAlejandro Colomar2024-01-28-1/+1
* man*/: Say ISO/IEC 2022Alejandro Colomar2024-01-28-1/+1
* fts.3, div_t.3type: ffixG. Branden Robinson2024-01-16-4/+8
* sched_getcpu.3: tfixAlejandro Colomar2024-01-01-1/+1
* fopencookie.3, stdio.3: wfixнаб2023-12-29-2/+2
* stdio.3: Note down fmemopen(3), fopencookie(3), and open_[w]memstream(3)наб2023-12-29-0/+12
* open_memstream.3: ffixнаб2023-12-28-1/+1
* strtol.3, strtoul.3: If the base is not supported, endptr may be left untouchedAlejandro Colomar2023-12-19-0/+6
* scanf.3: BUGS: It's impossible to know how many characters were consumedAlejandro Colomar2023-12-09-0/+9
* scanf.3, sscanf.3: These functions scan formatted inputAlejandro Colomar2023-12-09-2/+2
* scanf.3: CAVEATS: Trailing text cannot be checkedAlejandro Colomar2023-12-09-0/+3
* scanf.3: CAVEATS: These functions don't distinguish newlines easilyAlejandro Colomar2023-12-09-0/+5
* strtol.3: Clarify that the base should be tested beforehand, if at allAlejandro Colomar2023-12-06-3/+25
* sscanf.3: Remove term 'deprecated', and expand BUGSAlejandro Colomar2023-12-06-13/+2
* strncat.3: Clarify that it terminates the stringAlejandro Colomar2023-12-05-1/+2
* strncat.3: Fix return value of possible implementationAlejandro Colomar2023-12-04-1/+2
* strncat.3: Write the null byte with stpcpy(3)Alejandro Colomar2023-12-04-5/+1
* strncat.3: Implement strncat(3) in terms of strnul()Alejandro Colomar2023-12-04-1/+2
* strtol.3, strtoul.3: ERRORS: Clarify that these don't set errno on successAlejandro Colomar2023-12-01-0/+6
* posix_memalign.3: wfixAlejandro Colomar2023-11-24-2/+0
* posix_memalign.3: ERRORS: wfixAlejandro Colomar2023-11-24-1/+1
* pthread_key_create.3: tfixJakub Wilk2023-11-24-1/+1
* stpncpy.3: Rename third parameter to 'dsize'Alejandro Colomar2023-11-22-9/+9
* stpncpy.3: Reword, saying 'byte' instead of 'character'Alejandro Colomar2023-11-22-5/+6
* stpncpy.3: EXAMPLES: errx(3) instead of warnx(3) if truncation occursAlejandro Colomar2023-11-22-2/+2
* stpncpy.3: EXAMPLES: Use fwrite(3) instead of printf(3)Alejandro Colomar2023-11-22-2/+4
* stpncpy.3: NAME: Clarify that these functions only pad if necessaryAlejandro Colomar2023-11-22-2/+2