summaryrefslogtreecommitdiffstats
path: root/man3 (follow)
Commit message (Expand)AuthorAgeLines
* 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
* stpncpy.3: Optimize possible implementation of stpncpy()Alejandro Colomar2023-11-21-2/+4
* stpncpy.3: SYNOPSIS: ffixAlejandro Colomar2023-11-21-2/+2
* stpncpy.3: Don't say 'width' when 'size' is meantAlejandro Colomar2023-11-21-2/+2
* strncat.3: CAVEATS: wfixAlejandro Colomar2023-11-21-2/+2
* strncat.3: Reword descriptionAlejandro Colomar2023-11-21-4/+9
* strncat.3: Say that if dst isn't a string, the behavior is undefinedAlejandro Colomar2023-11-21-3/+5
* strncat.3: SEE ALSO: tfixAlejandro Colomar2023-11-21-1/+1
* strncat.3: EXAMPLES: Fix name of variableAlejandro Colomar2023-11-21-4/+3
* strncat.3: Simplify possible implementation of strncat()Alejandro Colomar2023-11-21-5/+2
* strncat.3: Rename third parameter to ssizeAlejandro Colomar2023-11-21-5/+5
* strncat.3: Fix bug in possible implementation of strncat(3)Alejandro Colomar2023-11-21-2/+2
* strncat.3: SYNOPSIS: ffixAlejandro Colomar2023-11-21-1/+1
* strncat.3: Don't say 'width' when 'size' is meantAlejandro Colomar2023-11-21-2/+2
* strncat.3: Say append instead of (con)catenateAlejandro Colomar2023-11-21-2/+2
* mbsrtowcs.3: Clarify that mbsrtowcs(3) is a restartable version of mbstowcs(3)Alejandro Colomar2023-11-19-1/+4
* mbsrtowcs.3: Clarify how to ensure a full conversionAlejandro Colomar2023-11-19-0/+6