aboutsummaryrefslogtreecommitdiffstats
path: root/man7
AgeCommit message (Expand)AuthorFilesLines
2024-05-02man/, share/mk/: Move man*/ to man/Alejandro Colomar170-55758/+1
2024-03-26man*/: EXAMPLES: Add include guardsAlejandro Colomar1-0/+4
2024-03-17ip.7: Some socket options are not supported by SOCK_STREAMOliver Crumrine1-0/+13
2024-03-16bpf-helpers.7: Refresh pageAlejandro Colomar1-63/+106
2024-03-16unix.7: EXAMPLES: server.c: End connection with ENDLili Püspök1-1/+5
2024-03-14utf-8.7: ffixAlejandro Colomar1-15/+8
2024-03-14utf-8.7: ffixSamanta Navarro1-1/+1
2024-03-12unix.7: Use a 'ssize_t' for the return value of read(2) and write(2)Alejandro Colomar1-21/+23
2024-03-12unix.7: Use 'int' to iterate over 'argv'Alejandro Colomar1-1/+1
2024-03-12unix.7: Use int main(void)Alejandro Colomar1-1/+1
2024-03-12unix.7: Remove spurious #includeAlejandro Colomar1-1/+2
2024-03-12unix.7: Build example programsAlejandro Colomar1-2/+12
2024-03-05cgroups.7: tfixAlejandro Colomar1-2/+2
2024-02-25man*/: srcfixAlejandro Colomar5-34/+34
2024-02-25man*/: ffixAlejandro Colomar1-1/+1
2024-02-25vsock.7: ffixнаб1-1/+1
2024-02-18man*/: tfixŠtěpán Němec3-4/+4
2024-02-18path_resolution.7: Work around groff(1) bugAlejandro Colomar1-1/+1
2024-01-28charsets.7: Say ISO/IEC 2375Alejandro Colomar1-1/+1
2024-01-28man*/: Say ISO/IEC 646Alejandro Colomar19-20/+20
2024-01-28man*/: Say ISO/IEC 8208Alejandro Colomar2-3/+5
2024-01-28man*/: Say ISO/IEC 8859Alejandro Colomar19-380/+383
2024-01-28man*/: Say ISO/IEC 2022Alejandro Colomar2-10/+10
2024-01-28charsets.7: Say ISO/IEC 4873Alejandro Colomar1-3/+3
2024-01-16socket.7: Mention CAP_NET_RAW on SO_MARKPetr Vorel1-1/+3
2023-12-21unix.7: SO_PEERCRED: Mention listen(2)Alexey Tikhonov1-1/+2
2023-12-17string_copying.7: EXAMPLES: st[rp]ncpy(3): Use fwrite(3) instead of a loopAlejandro Colomar1-4/+2
2023-12-17string_copying.7: Use NITEMS() instead of sizeof()Alejandro Colomar1-14/+14
2023-12-17string_copying.7: EXAMPLES: Update stpecpy() exampleAlejandro Colomar1-2/+2
2023-12-17string_copying.7: stpecpy(): Reimplement as a wrapper of strtcpy()Alejandro Colomar1-16/+3
2023-12-17string_copying.7: stpecpy(): Return NULL on truncationAlejandro Colomar1-19/+19
2023-12-17string_copying.7: stpecpy(), strtcpy(): Set errno on failureAlejandro Colomar1-4/+36
2023-12-05string_copying.7: wfixAlejandro Colomar1-1/+3
2023-12-05string_copying.7: Generalize null-padded character sequences with strnlen(3)Alejandro Colomar1-12/+7
2023-12-04string_copying.7: Be consistent in the use of null byte and null characterAlejandro Colomar1-12/+13
2023-12-04string_copying.7: Don't say 'size' when 'len' is meantAlejandro Colomar1-6/+6
2023-12-04string_copying.7: Say 'known-length' for character sequences whose length is ...Alejandro Colomar1-10/+10
2023-12-04string_copying.7: Don't say 'width' when 'size' is meantAlejandro Colomar1-9/+9
2023-12-04string_copying.7: RETURN VALUE: Remove some confusing text about stpncpy(3)Alejandro Colomar1-7/+2
2023-12-04string_copying.7: Consistently list strtcpy() after stpecpy()Alejandro Colomar1-43/+43
2023-12-04string_copying.7: stpecpy() and strtcpy() don't exist in man3Alejandro Colomar1-19/+19
2023-12-04string_copying.7: Use fwrite(3) to print character sequencesAlejandro Colomar1-2/+2
2023-12-04string_copying.7: tfixAlejandro Colomar1-1/+1
2023-12-04string_copying.7: Use real examples with utmp(5)Alejandro Colomar1-22/+16
2023-12-04string_copying.7: Improve strncat(3) exampleAlejandro Colomar1-4/+5
2023-12-04string_copying.7: Reimplement stpecpy()Alejandro Colomar1-8/+9
2023-12-04string_copying.7: Remove zustr2stp()Alejandro Colomar1-46/+13
2023-12-04string_copying.7: Remove zustr2ustp()Alejandro Colomar1-39/+10
2023-12-03string_copying.7: Remove ustr2stp() and ustpcpy()Alejandro Colomar1-67/+23
2023-12-03string_copying.7: Fortify source of some functionsAlejandro Colomar1-17/+4
2023-11-19man*/: srcfixG. Branden Robinson2-6/+14
2023-11-13string_copying.7: Recommend failing instead of truncatingAlejandro Colomar1-1/+4
2023-11-13string_copying.7: Use 'dsize' and 'ssize' for 'dst size' and 'src size'Alejandro Colomar1-25/+25
2023-11-12string_copying.7: Add strtcpy(3)Alejandro Colomar1-29/+68
2023-11-12string_copying.7: BUGS: Document strl{cpy,cat}(3)'s performance problemsAlejandro Colomar1-1/+17
2023-11-12string_copying.7: BUGS: *cat(3) functions aren't always badAlejandro Colomar1-0/+6
2023-11-12string_copying.7: wfixAlejandro Colomar1-4/+4
2023-11-12string_copying.7: DESCRIPTION::Functions: ustpcpy() and ustr2stp() are not pr...Alejandro Colomar1-0/+6
2023-11-12string_copying.7: RETURN VALUE: ffixAlejandro Colomar1-42/+28
2023-11-12string_copying.7: wfixAlejandro Colomar1-15/+15
2023-11-11hostname.7: ffixAlejandro Colomar1-1/+1
2023-11-09stpncpy.3, string.3, string_copying.7: Clarify that st[rp]ncpy() pad with nul...Alejandro Colomar1-1/+2
2023-11-09stpncpy.3, string_copying.7: Clarify that st[rp]ncpy() do NOT produce a stringAlejandro Colomar1-10/+10
2023-11-01regex.7: ffixAlejandro Colomar1-1/+1
2023-11-01posixoptions.7: pfixAlejandro Colomar1-1/+1
2023-11-01man*/: wfix (say 'null pointer', not 'NULL pointer')Alejandro Colomar1-1/+1
2023-10-31man*/: srcfix (Use .P instead of .PP or .LP)Alejandro Colomar98-1911/+1911
2023-10-23man*/: ffix (Use '.TQ' where appropriate)Alejandro Colomar9-38/+153
2023-10-18man*/: ffix: Follow rules for lists from man-pages(7)Alejandro Colomar3-4/+4
2023-10-15fanotify.7: Fix field name in struct fanotify_event_info_fidMatthew House1-8/+9
2023-10-12string_copying.7: Clarify 'ustr' and 'zustr'Alejandro Colomar1-0/+7
2023-09-27system_data_types.7: Clarify si_addr field.Elliott Hughes1-1/+1
2023-09-22man*/: Update references to sigevent(7 => 3type)Alejandro Colomar3-3/+3
2023-09-22sigevent.3type, sigevent.7: Merge sigevent(7) into sigevent(3type)Alejandro Colomar1-120/+1
2023-09-22sigevent.3type, sigval.3type, system_data_types.7: Move sigval to sigevent.3typeAlejandro Colomar1-31/+0
2023-09-22sigevent.3type, system_data_types.7: Move sigevent to its own pageAlejandro Colomar1-47/+0
2023-09-13inode.7: tfix: Correct the field name for number of blocksAvinesh Kumar1-1/+1
2023-09-13inode.7: Remove duplicate field nameAvinesh Kumar1-1/+0
2023-08-29man.7: Replace page with `so` of groff_man(7)G. Branden Robinson1-507/+1
2023-08-29strcpy.3, strncat.3, string_copying.7: tfixAlejandro Colomar1-1/+1
2023-08-13man*/: Replace .sp 1 calls by PP or IPAlejandro Colomar3-12/+12
2023-08-13man*/: Remove .sp 1 calls right before SH or PPAlejandro Colomar1-1/+0
2023-07-30ipv6.7: srcfixG. Branden Robinson1-3/+2
2023-07-30man*/: ffix (un-bracket tables, continued)G. Branden Robinson2-16/+0
2023-07-29string_copying.7: tfixLennart Jablonka1-11/+11
2023-07-29man.7: ffixG. Branden Robinson1-1/+1
2023-07-29string_copying.7: don't grant strl{cpy,cat} magicLennart Jablonka1-5/+1
2023-07-28man*/: srcfixG. Branden Robinson1-2/+2
2023-07-28man.7: srcfixG. Branden Robinson1-35/+35
2023-07-20man*/: ffix (un-bracket tables)G. Branden Robinson1-4/+0
2023-07-18complex.7: Add LIBRARY section (libm)Alejandro Colomar1-1/+3
2023-07-18cpuset.7: wfixAlejandro Colomar1-2/+6
2023-07-16pipe.7: document read()s with O_NONBLOCKнаб1-1/+8
2023-07-15man*/: Use SPDX-License-Identifier: Linux-man-pages-1-paraAlejandro Colomar14-97/+28
2023-07-15socket.7: tfixEric Biggers1-1/+1
2023-07-15man*/: Prefer off_t over off64_t for splice(2), etc.Paul Eggert1-4/+8
2023-07-08ip.7: Document IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki1-0/+26
2023-07-08inotify.7: wds are in the range [1, INT_MAX], not [0,наб1-1/+1
2023-07-08boot.7: LILO is not used often anymoreAlejandro Colomar1-4/+4
2023-05-26ddp.7: Relicense to Linux-man-pages-copyleftAlejandro Colomar1-6/+1
2023-05-20system_data_types.7: tfixEric Wong1-2/+2
2023-05-03man*/, man.ignore.grep: srcfix; warn about blank linesAlejandro Colomar25-433/+432
2023-05-02ascii.7: ffixAlejandro Colomar1-17/+5
2023-04-30uri.7: ffixAlejandro Colomar1-20/+79
2023-04-29man*/: srcfixAlejandro Colomar1-1/+1
2023-04-29man*/: ffixAlejandro Colomar2-9/+9
2023-04-23man*/: wfixGünther Noack1-1/+1
2023-04-19landlock.7: Return instead of exit() if Landlock is unusableGünther Noack1-1/+1
2023-04-19landlock.7: wfix: Error message wording in code exampleGünther Noack1-1/+1
2023-04-19landlock.7: Use LANDLOCK_* constants for compatibility tableGünther Noack1-3/+3
2023-04-19landlock.7: Check syscall result with == -1 instead of <= 0Günther Noack1-1/+1
2023-04-18man*/: ffixGuillem Jover3-3/+3
2023-04-17landlock.7: Explain the best-effort fallback mechanism in the exampleGünther Noack1-4/+69
2023-04-14ip.7: ffixAlejandro Colomar1-6/+6
2023-04-14ip.7: Add "Special and reserved addresses" sectionSeth David Schoen1-8/+72
2023-04-11bpf-helpers.7: Refresh page (Linux 6.2)Alejandro Colomar1-197/+243
2023-04-08rtnetlink.7: Document IFLA_PERM_ADDRESSLinus Heckemann1-0/+3
2023-04-05feature_test_macros.7: Document Clang fortify supportMingye Wang1-7/+7
2023-04-05man*/: srcfixAlejandro Colomar2-2/+2
2023-04-03man*/: ffixAlejandro Colomar8-15/+17
2023-04-02landlock.7: Fix warningsAlejandro Colomar1-1/+2
2023-04-01user_namespaces.7: Add note about PR_SET_DUMPABLE on nested usernsRodrigo Campos1-0/+17
2023-04-01landlock.7: Document Landlock ABI v3 (file truncation; Linux 6.2)Günther Noack1-2/+81
2023-04-01landlock.7: Document Landlock ABI v2 (file reparenting; Linux 5.19)Günther Noack1-2/+100
2023-03-31symlink.7: cross-link to proc.5 for fs.protected_symlinksнаб1-2/+6
2023-03-30man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sectionsAlejandro Colomar16-65/+74
2023-03-21man*/: Replace links to <sources.redhat.com>Yedidyah Bar David3-4/+4
2023-03-18man*/: tfixTom Schwindl2-2/+2
2023-03-17man2/, man3/, man-pages.7: Move VERSIONS next to STANDARDSAlejandro Colomar1-1/+1
2023-03-17feature_test_macros.7: STANDARDS: Some ftm are specific to glibc, not LinuxAlejandro Colomar1-1/+1
2023-03-17inode.7: STANDARDS: Remove bogus recommendationAlejandro Colomar1-12/+0
2023-03-17capabilities.7: ffixAlejandro Colomar1-1/+2
2023-03-17hier.7: ffixAlejandro Colomar1-2/+3
2023-03-17ip.7: Fix IP_MULTICAST_ALL descriptionChristoph Lameter1-4/+1
2023-03-17suffixes.7: ffixAlejandro Colomar1-1/+1
2023-03-17suffixes.7: Add .shtmlAlejandro Colomar1-0/+1
2023-03-15arc4random.3, man-pages.7: ffixAlejandro Colomar1-1/+1
2023-03-13standards.7: ffixOskari Pirhonen1-1/+1
2023-03-12session-keyring.7: ffixAlejandro Colomar1-1/+3
2023-03-12charsets.7: „German“ quotations are not old-style, but rather standardAlejandro Colomar1-1/+1
2023-03-12man*/: Fix ISO -> ISO/IEC where appropriateAlejandro Colomar3-11/+11
2023-03-12man7/: ffixAlejandro Colomar2-2/+2
2023-03-12boot.7: ffixAlejandro Colomar1-1/+3
2023-03-12boot.7: wfix + ffixAlejandro Colomar1-12/+15
2023-03-12man7/: ffixAlejandro Colomar2-3/+3
2023-03-11standards.7: ffixJakub Wilk1-1/+1
2023-03-09suffixes.7: Add .jsx and .tsxAlejandro Colomar1-0/+2
2023-03-09man*/: ffixTom Schwindl1-2/+2
2023-03-08string_copying.7: Modify implementation of stpecpy()Alejandro Colomar1-3/+2
2023-03-08string_copying.7: srcfix (unmatched RE)Alejandro Colomar1-1/+0
2023-03-08man*/: srcfix (IP)Alejandro Colomar2-4/+2
2023-03-08man*/: ffix (semantic newlines; commas)Alejandro Colomar5-28/+37
2023-03-06udp.7: Fix man page reference (section number)Alejandro Colomar1-2/+2
2023-03-06udp.7: add UDP_GROWillem de Bruijn1-0/+14
2023-03-06udp.7: add UDP_SEGMENTWillem de Bruijn1-0/+29
2023-02-26suffixes.7: Add .js and .ts extensionsAlejandro Colomar1-0/+2
2023-02-25landlock.7: ffixAlejandro Colomar1-1/+1
2023-02-25landlock.7: Move the warning about missing features into the CAVEATS sectionGünther Noack1-1/+1
2023-02-10units.7: srcfix (\(mc -> \[mc])G. Branden Robinson1-1/+1
2023-02-10vdso.7: fix deadlinks to Linux Documentation/наб1-5/+5
2023-02-10man*/: srcfix (^ -> \[ha])G. Branden Robinson8-44/+44
2023-02-10sched.7: srcfixG. Branden Robinson1-4/+4
2023-02-08persistent-keyring.7: wfixJakub Wilk1-2/+2
2023-02-06units.7: Add break points in URIAlejandro Colomar1-1/+1
2023-02-06units.7: Fix escapes (\-) in URIAlejandro Colomar1-1/+1
2023-02-05units.7: Use \[mc] instead of \(mcAlejandro Colomar1-1/+1
2023-02-05prctl.2, man.7: Use \[ga] instead of \(gaAlejandro Colomar1-1/+1
2023-02-05Many pages: Use \[bu] instead of \(buAlejandro Colomar35-674/+674
2023-02-05Various pages: Use \[rq] instead of \(rqAlejandro Colomar4-8/+8
2023-02-05Various pages: Use \[lq] instead of \(lqAlejandro Colomar4-8/+8
2023-02-05Many pages: Use \[ha] instead of \(haAlejandro Colomar7-21/+21
2023-02-05Many pages: Use \[ti] instead of \(tiAlejandro Colomar12-17/+17
2023-02-05Many pages: Use \[em] instead of \(emAlejandro Colomar29-59/+59
2023-02-05Many pages: Use \[en] instead of \(enAlejandro Colomar5-15/+15
2023-02-05man-pages.7: Recommend using \[..] instead of \(.. escapesAlejandro Colomar1-5/+5
2023-02-05Many pages: Use \[dq] instead of \(dqAlejandro Colomar4-44/+44
2023-02-05Many pages: Use \[aq] instead of \(aqAlejandro Colomar36-257/+257
2023-02-05Many pages: Use lowercase for 'glibc'Alejandro Colomar5-5/+5
2023-02-05namespaces.7: ffixAlejandro Colomar1-1/+1
2023-02-05charsets.7: wfixAlejandro Colomar1-4/+4
2023-02-05landlock.7: tfixGünther Noack1-1/+1
2023-02-05landlock.7: ffixGünther Noack1-1/+2
2023-02-01vdso.7: Fix risc-v symbol names.Elliott Hughes1-6/+6
2023-01-31bpf-helpers.7: Refresh pageAlejandro Colomar1-59/+376
2023-01-29charsets.7: wfixAlejandro Colomar1-1/+1
2023-01-22Various pages: wfixAlejandro Colomar2-6/+8
2023-01-22user_namespaces.7: ffixAlejandro Colomar1-5/+5
2023-01-22session-keyring.7: SEE ALSO: refer to PAM(7)Alejandro Colomar1-0/+1
2023-01-22socket.7: tfixJan Engelhardt2-8/+8
2023-01-15units.7: Remove references to NISTAlejandro Colomar1-11/+0
2023-01-15units.7: Add decimal and binary prefixesAlejandro Colomar1-0/+6
2023-01-07libc.7: ffixG. Branden Robinson1-5/+6
2023-01-07Many pages: TH: Use lowercaseAlejandro Colomar5-5/+5
2023-01-07libc.7: srcfixG. Branden Robinson1-14/+26
2023-01-02man-pages.7: Add preferred term "symbolic link".G. Branden Robinson1-0/+1
2023-01-02path_resolution.7: wfixG. Branden Robinson1-5/+7
2022-12-30bpf-helpers.7, open_how.2type, string_copying.7: tfixSamanta Navarro2-4/+4
2022-12-28charsets.7: tfixLennart Jablonka1-1/+1
2022-12-24string_copying.7: Remove stpecpyx()Alejandro Colomar1-49/+16
2022-12-22string_copying.7: tfixAlejandro Colomar1-1/+1