aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3
AgeCommit message (Expand)AuthorFilesLines
6 daysman/: SYNOPSIS: Don't highlight forward declarations of function parametersHEADmasterAlejandro Colomar95-162/+162
6 daysman/man3/ftime.3: Reorder and clarify STANDARDSCollin Funk1-2/+3
6 daysman/man3/malloc.3: Shorten parameter name (s/ptr/p/)Alejandro Colomar1-17/+17
2025-06-08man/man3/scalb*.3: NAME: Document the meaning of the name of these functionsAlejandro Colomar2-3/+4
2025-06-05man/man3/inet_net_pton.3: SYNOPSIS: ffixAlejandro Colomar1-1/+1
2025-06-05man/man3/: Shorten parameter namesAlejandro Colomar2-13/+13
2025-06-05man/: SYNOPSIS: Use array notationAlejandro Colomar3-5/+7
2025-05-21man/man3/mbrtowc.3: RETURN VALUE: Tweak description of -2 returnSteffen Nurpmeso1-3/+3
2025-05-21man/man3/*printf.3: Document ERRORSTobias Stoeckmann3-4/+58
2025-05-17*: grfixAlejandro Colomar586-587/+587
2025-05-10*, AUTHORS: Consistently refer to authorsAlejandro Colomar586-587/+587
2025-05-09man/: Consistently use 'path' for parameters referring to pathnamesAlejandro Colomar6-24/+24
2025-05-08man/man3/[static_]assert.3: SYNOPSIS: Use 'bool' instead of 'scalar'Alejandro Colomar2-4/+5
2025-05-06*, CREDITS: Unify copyright noticesAlejandro Colomar586-877/+629
2025-05-06man/, CREDITS: Move in-source contribution records to CREDITSAlejandro Colomar360-2024/+15
2025-04-22man/man3/slist.3: SYNOPSIS: Add missing argumentSolomon Tan1-1/+1
2025-04-14man/man3/abs.3: Remove NOTES sectionAlejandro Colomar1-16/+0
2025-04-14man/man3/abs.3: Reorganize pageAlejandro Colomar1-58/+39
2025-04-14man/man3/abs.3: Document u{,l,ll,imax}abs()Anton Zellerhoff5-10/+57
2025-03-31man/man3/: Use 'path' instead of 'pathname' for parametersAlejandro Colomar7-39/+37
2025-03-31man/man3/mkfifo.3: PATH_MAX limits the size, not the lengthAlejandro Colomar1-1/+1
2025-03-30man/: srcfix (\fX => \f[X])Alejandro Colomar170-1007/+2364
2025-03-23man/man3/strto[u]l.3: C23 added "0b" and "0B"Alejandro Colomar2-6/+26
2025-03-23man/man3/strtoul.3: The prefix "0X" is equivalent to "0x"Alejandro Colomar1-1/+1
2025-03-23man/man3/strtol.3: CAVEATS: Clarify how to perform range checksAlejandro Colomar1-0/+14
2025-03-23man/man3/strto[u]l.3: BUGS: Signed numbers and white space are not rejectedAlejandro Colomar2-5/+20
2025-03-20man/man3/wc{,r}tomb.3: wfix regarding MB_CUR_MAXKang-Che Sung2-3/+13
2025-03-14man/: SYNOPSIS: Use GNU forward-declarations of parameters for sizes of array...Alejandro Colomar94-249/+396
2025-03-14man/: EXAMPLES: Add missing 'static'Alejandro Colomar3-7/+7
2025-03-14man/man3/: SYNOPSIS: Fix incorrect array parametersAlejandro Colomar3-3/+3
2025-02-24man/man3/static_assert.3: EXAMPLES: Remove unused includeAlejandro Colomar1-1/+0
2025-02-20man/man3/getcwd.3: tfix (pathname => pathnames)Askar Safin1-1/+1
2025-02-20man/man3/getcwd.3: VERSIONS: The syscall can return "(unreachable)", but mode...Askar Safin1-1/+4
2025-02-18man/man3/ctime.3: Mention that timegm(3) is a UTC equivalent of mktime(3)Alejandro Colomar1-0/+3
2025-02-10man/man3/timespec_get.3: Correct return value and clarify descriptionMark Harris1-26/+37
2025-02-10man/man3/regex.3: EXAMPLES: Don't use z length modifier with unsigned intArkadiusz Drabczyk1-1/+1
2025-01-11man/man3/: SYNOPSIS: Use typeof() to improve readability of function pointer ...Alejandro Colomar2-2/+2
2025-01-05man/: Use typeof() to improve readability of function pointer typesAlejandro Colomar4-13/+13
2025-01-05man/man3/: EXAMPLES: wsfixAlejandro Colomar1-1/+1
2025-01-05man/man3/: EXAMPLES: Remove unnecessary parenthesesAlejandro Colomar3-3/+3
2025-01-05man/man3/sem_open.3: SYNOPSIS: This is a variadic functionAlejandro Colomar1-3/+2
2025-01-04man/man3/pthread_cond_init.3: Remove EINTR error codeArkadiusz Drabczyk1-3/+0
2024-12-24man/man3/: Don't use 'length' to refer to buffer sizeAlejandro Colomar17-106/+106
2024-12-24man/man3/stdio_ext.3: wfixAlejandro Colomar1-1/+1
2024-12-24man/man3/{stdin,stdio}.3: SYNOPSIS: Consistently declare as 'extern' variablesAlejandro Colomar2-6/+6
2024-12-22man/man3/string.3: SYNOPSIS: SimplifyAlejandro Colomar1-150/+76
2024-12-20man/man3/getline.3: wfixAlejandro Colomar1-2/+2
2024-12-19man/man3/getopt.3: Remove _<PID>_GNU_nonoption_argv_flags_ descriptionAhelenia Ziemiańska1-9/+6
2024-12-18man/man3/getline.3: Clarify ERRORSenh1-4/+6
2024-12-16man/man3/strverscmp.3: This is NOT the ordering used by ls -vAhelenia Ziemiańska1-15/+8
2024-12-13man/: SYNOPSIS: Use typeof() to improve readability of function pointer typesAlejandro Colomar24-61/+70
2024-12-13man/man3/makecontext.3: SYNOPSIS: Add ellipsis to function typeAlejandro Colomar1-3/+3
2024-12-11man/man3/isalpha.3: tfixAlejandro Colomar1-12/+12
2024-11-19alloca.3: Clarify that alloca(3)ted space is deallocated when the caller returnsAlejandro Colomar1-1/+2
2024-11-17man/: Terminology consistency reforms (n, size, length)Alejandro Colomar26-143/+142
2024-11-17wcwidth.3: Rename function parameterAlejandro Colomar1-6/+6
2024-11-17fmod.3: ffixAlejandro Colomar1-1/+3
2024-11-17remquo.3: pfixAlejandro Colomar1-1/+1
2024-11-17sscanf.3: wfixAlejandro Colomar1-1/+1
2024-11-17sscanf.3: tfixAlejandro Colomar1-1/+1
2024-11-17sscanf.3: ffixAlejandro Colomar1-1/+1
2024-11-17man/: tfixAlejandro Colomar3-3/+3
2024-11-17scanf.3: pfixAlejandro Colomar1-1/+1
2024-11-17getrpcent_r.3: tfixAlejandro Colomar1-1/+1
2024-11-17log1p.3: pfixAlejandro Colomar1-2/+2
2024-11-17printf.3: wfixKen Pizzini1-2/+5
2024-11-17printf.3: wfixKen Pizzini1-2/+2
2024-11-14lsearch.3: Dereference 'nmemb' pointerAlejandro Colomar1-2/+2
2024-11-13pthread_cond_init.3: tfixAlejandro Colomar1-1/+1
2024-11-05pthread_cancel.3: tfixAlejandro Colomar1-1/+1
2024-11-03man/: EXAMPLES: Fix includesAlejandro Colomar3-2/+3
2024-09-08timespec_get.3, timespec_getres.3: Add page and link pageнаб2-0/+89
2024-09-01wctrans.3, wctype.3: srcfixG. Branden Robinson2-20/+22
2024-08-31man/: srcfixG. Branden Robinson1-59/+177
2024-08-30tzset.3: CAVEATS: Document the inability of tzset() to report errorsAlejandro Colomar1-0/+3
2024-08-30ctime.3: EXAMPLES: Document how to detect invalid or ambiguous timesAlejandro Colomar1-1/+77
2024-08-30ctime.3: CAVEATS: Add note about tm_isdst handling in mktime(3)DJ Delorie1-0/+39
2024-08-28dlinfo.3: Document the RTLD_DI_PHDR requestFlorian Weimer1-1/+14
2024-08-24ctime.3: Move NOTES to a subsection within CAVEATSAlejandro Colomar1-2/+2
2024-08-23ctime.3: Document how to check errors from mktime(3)Alejandro Colomar1-1/+103
2024-08-21regex.3: *preg is initialized with regcomp(), not regexec()Dirk Gouders1-1/+1
2024-08-21fmod.3: Fix exampleAlejandro Colomar1-1/+1
2024-08-21nextup.3: wfix + tfixVincent Lefevre1-3/+4
2024-08-21tzset.3: srcfix (semantic newlines)Alejandro Colomar1-2/+3
2024-07-31memccpy.3: Clarify that the delimiter is copiedAlejandro Colomar1-1/+3
2024-07-23man/: ffixAlejandro Colomar574-575/+575
2024-07-23strsep.3: Use CAVEATS instead of BUGSAlejandro Colomar1-1/+1
2024-07-23strsep.3: HISTORY: Relax portability concernsAlejandro Colomar1-3/+0
2024-07-23strsep.3: STANDARDS: It's available in the BSDs (as it originated there)Alejandro Colomar1-1/+1
2024-07-20shm_open.3: EXAMPLES: Add missing error handlingAlejandro Colomar1-2/+4
2024-07-20getutent.3: EXAMPLES: Add missing error handlingAlejandro Colomar1-5/+11
2024-07-12man/: RETURN VALUE: Unify error wordingPetr Vorel6-6/+6
2024-07-12fnmatch.3: Update FNM_CASEFOLD availability, FNM_IGNORECASE aliasнаб1-3/+11
2024-07-09printf.3: the overall syntax is "%argnum$...", not "%$..."наб1-1/+1
2024-07-09__riscv_flush_icache.3, riscv_flush_icache.2: Add page (and link page)Charlie Jenkins1-0/+49
2024-07-09fmod.3: EXAMPLES: Fix calculationAlejandro Colomar1-1/+1
2024-06-28printf.3: Rework 'наб1-14/+19
2024-06-28wcscasecmp.3, wcsncasecmp.3: Mergeнаб2-123/+29
2024-06-16setjmp.3: Fix section referencesKir Kolyshkin1-2/+2
2024-06-16readdir.3: Fix wrong section referencesKir Kolyshkin1-4/+4
2024-06-16strtod.3, strtol.3, strtoul.3: SYNOPSIS: Document _Nullable parametersAlejandro Colomar3-8/+10
2024-06-16man/, share/mk/: srcfix, and remove corresponding XFAIL exceptionsAlejandro Colomar3-7/+0
2024-06-16strtod.3, strtol.3, strtoul.3: VERSIONS, CAVEATS: Reorganize sectionsAlejandro Colomar3-42/+42
2024-06-16strtod.3: Fix wrong section referenceKir Kolyshkin1-1/+1
2024-06-16strtok.3: SYNOPSIS: Document _Nullable parametersAlejandro Colomar1-2/+4
2024-06-16strtok.3: Fix section referenceKir Kolyshkin1-1/+1
2024-06-16stailq.3: Fix section referenceKir Kolyshkin1-1/+1
2024-06-16sigpause.3: Fix section referenceKir Kolyshkin1-1/+1
2024-06-16getdtablesize.3: Fix section referenceKir Kolyshkin1-1/+1
2024-06-16ceil.3, floor.3, rint.3, round.3: POSIX.1-2008 doesn't define errorsAlejandro Colomar4-8/+8
2024-06-16ceil.3, rint.3, round.3: mv NOTES section to HISTORYKir Kolyshkin3-6/+6
2024-06-16posix_fallocate.3: Fix section referencesKir Kolyshkin1-2/+2
2024-06-16exec.3: Fix section referenceKir Kolyshkin1-1/+1
2024-06-15man/: ffixAlejandro Colomar1-1/+3
2024-06-15man/: srcfix: Use \[rs] instead of \eAlejandro Colomar162-556/+556
2024-06-12tzset.3: STANDARDS: timezone & daylight in POSIX.1-2001Paul Eggert1-0/+9
2024-06-12ctime.3, tzset.3: Update more POSIX citations and quotesPaul Eggert2-18/+21
2024-06-12tzset.3: Omit colon in examplePaul Eggert1-1/+1
2024-06-12tzset.3: TZ=":EST5" worksPaul Eggert1-7/+13
2024-06-12tzset.3: Use NZ's current rules in examplePaul Eggert1-3/+3
2024-06-12tzset.3: time hh range is now [-167, 167]Paul Eggert1-0/+6
2024-06-12tzset.3: TZ can also be emptyPaul Eggert1-1/+1
2024-06-12tzset.3: CAVEATS: Recommend tm_gmtoff, tm_zone insteadPaul Eggert1-0/+14
2024-06-12tzset.3: State vars unspecified if geographical TZPaul Eggert1-1/+8
2024-06-11ctime.3: Simplify coverage of tzname etc.Paul Eggert1-15/+9
2024-05-26grantpt.3: SYNOPSIS: Explicitly show #define _XOPEN_SOURCE requirementEmanuele Torre1-0/+1
2024-05-19pthread_*.3: ffixAlejandro Colomar4-17/+30
2024-05-03mbsinit.3, mbstate_t.3type: Split page into one for the type and one for the ...Alejandro Colomar1-50/+6
2024-05-02man/: EXAMPLES: Add missing includesAlejandro Colomar1-0/+1
2024-05-02man/, share/mk/: Move man*/ to man/Alejandro Colomar1704-0/+99858
2022-09-09Revert "src.mk, All pages: Move man* to man/"Alejandro Colomar1664-97802/+0
2022-09-05src.mk, All pages: Move man* to man/Alejandro Colomar1664-0/+97802