aboutsummaryrefslogtreecommitdiffstats
path: root/man2/fdatasync.2
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02man/, share/mk/: Move man*/ to man/Alejandro Colomar1-1/+0
This is a scripted change: $ mkdir man/; $ mv man* man/; $ ln -st . man/man*; $ find share/mk/ -type f \ | xargs grep -l '^MANDIR *:=' \ | xargs sed -i '/^MANDIR *:=/s,$,/man,'; $ find share/mk/dist/ -type f \ | xargs grep -l man \ | xargs sed -i 's,man%,man/%,g'; Link: <https://lore.kernel.org/linux-man/YxcV4h+Xn7cd6+q2@pevik/T/> Cc: Petr Vorel <pvorel@suse.cz> Cc: Jakub Wilk <jwilk@jwilk.net> Cc: Stefan Puiu <stefan.puiu@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
2022-09-09Revert "src.mk, All pages: Move man* to man/"Alejandro Colomar1-0/+1
This reverts commit 70ac1c4785fc1e158ab2349a962dba2526bf4fbc. Link: <https://lore.kernel.org/linux-man/YxcV4h+Xn7cd6+q2@pevik/T/> Reported-by: Petr Vorel <pvorel@suse.cz> Reported-by: Jakub Wilk <jwilk@jwilk.net> Cc: Stefan Puiu <stefan.puiu@gmail.com> Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
2022-09-05src.mk, All pages: Move man* to man/Alejandro Colomar1-1/+0
The root of the repository is becoming a bit overpopulated and unorganized, due to the recent addition of more mandirs, and more informative and configuration files too. Let's create a specific mandir <man/> that contains the mandirs <man[1-8]*>. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
2007-07-08Link to fsync.2.Michael Kerrisk1-0/+1
2007-07-08Somehow, over time, material on fdatasync(2) crept intoMichael Kerrisk1-110/+0
fsync.2, and fdatasync also got added to the NAME section of fsync.2. All of the material in fdatasync.2 that was not already in fsync.2 has now been moved there, and the former page has been removed.
2007-07-08Added/updated glibc feature test macro requirementsMichael Kerrisk1-1/+9
2007-06-21strip trailing white spaceMichael Kerrisk1-2/+2
2007-06-11Minor wording changesMichael Kerrisk1-2/+4
2007-05-30Removed version number from .TH lineMichael Kerrisk1-1/+1
2007-05-21Converted outdated BUGS note about fdatasync() being equivalent to Michael Kerrisk1-4/+4
fsync() on Linux 2.2 into a NOTES note about this historical behaviour.
2007-05-19Fix inconsistencies in order of .SH sectionsMichael Kerrisk1-2/+2
2007-05-18Reordered sections to be more consistent, in some cases renamingMichael Kerrisk1-5/+6
sections or shifting paragraphs between sections.
2007-05-16wrap a source lineMichael Kerrisk1-1/+2
2007-05-11Add section numbers to references to other pagesMichael Kerrisk1-4/+4
2007-04-12Wrapped long lines, wrapped at sentence boundaries; stripped trailingMichael Kerrisk1-6/+10
white space.
2006-09-04wfix/ffixMichael Kerrisk1-2/+2
2006-08-04Updated CONFORMING TO and/or standards referencesMichael Kerrisk1-1/+1
2006-08-03Updated CONFORMING TO sectionMichael Kerrisk1-2/+2
2006-07-06Added SEE ALSO referring to sync_file_range.2.Michael Kerrisk1-0/+1
2006-03-20spfixMichael Kerrisk1-1/+1
2005-10-19Manual fixes for parentheses formattingMichael Kerrisk1-4/+4
2005-10-19Automated addition of parentheses by add_parens_for_own_funcs.shMichael Kerrisk1-4/+4
2004-11-03Import of man-pages 1.70man-pages-1.70Michael Kerrisk1-0/+93