summaryrefslogtreecommitdiffstats
path: root/man7 (follow)
Commit message (Expand)AuthorAgeLines
* charsets.7: Say ISO/IEC 2375Alejandro Colomar2024-01-28-1/+1
* man*/: Say ISO/IEC 646Alejandro Colomar2024-01-28-20/+20
* man*/: Say ISO/IEC 8208Alejandro Colomar2024-01-28-3/+5
* man*/: Say ISO/IEC 8859Alejandro Colomar2024-01-28-380/+383
* man*/: Say ISO/IEC 2022Alejandro Colomar2024-01-28-10/+10
* charsets.7: Say ISO/IEC 4873Alejandro Colomar2024-01-28-3/+3
* socket.7: Mention CAP_NET_RAW on SO_MARKPetr Vorel2024-01-16-1/+3
* unix.7: SO_PEERCRED: Mention listen(2)Alexey Tikhonov2023-12-21-1/+2
* string_copying.7: EXAMPLES: st[rp]ncpy(3): Use fwrite(3) instead of a loopAlejandro Colomar2023-12-17-4/+2
* string_copying.7: Use NITEMS() instead of sizeof()Alejandro Colomar2023-12-17-14/+14
* string_copying.7: EXAMPLES: Update stpecpy() exampleAlejandro Colomar2023-12-17-2/+2
* string_copying.7: stpecpy(): Reimplement as a wrapper of strtcpy()Alejandro Colomar2023-12-17-16/+3
* string_copying.7: stpecpy(): Return NULL on truncationAlejandro Colomar2023-12-17-19/+19
* string_copying.7: stpecpy(), strtcpy(): Set errno on failureAlejandro Colomar2023-12-17-4/+36
* string_copying.7: wfixAlejandro Colomar2023-12-05-1/+3
* string_copying.7: Generalize null-padded character sequences with strnlen(3)Alejandro Colomar2023-12-05-12/+7
* string_copying.7: Be consistent in the use of null byte and null characterAlejandro Colomar2023-12-04-12/+13
* string_copying.7: Don't say 'size' when 'len' is meantAlejandro Colomar2023-12-04-6/+6
* string_copying.7: Say 'known-length' for character sequences whose length is ...Alejandro Colomar2023-12-04-10/+10
* string_copying.7: Don't say 'width' when 'size' is meantAlejandro Colomar2023-12-04-9/+9
* string_copying.7: RETURN VALUE: Remove some confusing text about stpncpy(3)Alejandro Colomar2023-12-04-7/+2
* string_copying.7: Consistently list strtcpy() after stpecpy()Alejandro Colomar2023-12-04-43/+43
* string_copying.7: stpecpy() and strtcpy() don't exist in man3Alejandro Colomar2023-12-04-19/+19
* string_copying.7: Use fwrite(3) to print character sequencesAlejandro Colomar2023-12-04-2/+2
* string_copying.7: tfixAlejandro Colomar2023-12-04-1/+1
* string_copying.7: Use real examples with utmp(5)Alejandro Colomar2023-12-04-22/+16
* string_copying.7: Improve strncat(3) exampleAlejandro Colomar2023-12-04-4/+5
* string_copying.7: Reimplement stpecpy()Alejandro Colomar2023-12-04-8/+9
* string_copying.7: Remove zustr2stp()Alejandro Colomar2023-12-04-46/+13
* string_copying.7: Remove zustr2ustp()Alejandro Colomar2023-12-04-39/+10
* string_copying.7: Remove ustr2stp() and ustpcpy()Alejandro Colomar2023-12-03-67/+23
* string_copying.7: Fortify source of some functionsAlejandro Colomar2023-12-03-17/+4
* man*/: srcfixG. Branden Robinson2023-11-19-6/+14
* string_copying.7: Recommend failing instead of truncatingAlejandro Colomar2023-11-13-1/+4
* string_copying.7: Use 'dsize' and 'ssize' for 'dst size' and 'src size'Alejandro Colomar2023-11-13-25/+25
* string_copying.7: Add strtcpy(3)Alejandro Colomar2023-11-12-29/+68
* string_copying.7: BUGS: Document strl{cpy,cat}(3)'s performance problemsAlejandro Colomar2023-11-12-1/+17
* string_copying.7: BUGS: *cat(3) functions aren't always badAlejandro Colomar2023-11-12-0/+6
* string_copying.7: wfixAlejandro Colomar2023-11-12-4/+4
* string_copying.7: DESCRIPTION::Functions: ustpcpy() and ustr2stp() are not pr...Alejandro Colomar2023-11-12-0/+6
* string_copying.7: RETURN VALUE: ffixAlejandro Colomar2023-11-12-42/+28
* string_copying.7: wfixAlejandro Colomar2023-11-12-15/+15
* hostname.7: ffixAlejandro Colomar2023-11-11-1/+1
* stpncpy.3, string.3, string_copying.7: Clarify that st[rp]ncpy() pad with nul...Alejandro Colomar2023-11-09-1/+2
* stpncpy.3, string_copying.7: Clarify that st[rp]ncpy() do NOT produce a stringAlejandro Colomar2023-11-09-10/+10
* regex.7: ffixAlejandro Colomar2023-11-01-1/+1
* posixoptions.7: pfixAlejandro Colomar2023-11-01-1/+1
* man*/: wfix (say 'null pointer', not 'NULL pointer')Alejandro Colomar2023-11-01-1/+1
* man*/: srcfix (Use .P instead of .PP or .LP)Alejandro Colomar2023-10-31-1911/+1911
* man*/: ffix (Use '.TQ' where appropriate)Alejandro Colomar2023-10-23-38/+153