]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/truncate.2
posix_fadvise.2: tfix
[thirdparty/man-pages.git] / man2 / truncate.2
index cbce67986a0d15113ac1383024573b31a044f064..2ec0d5ad11eeacab930afd30b7a0fe2038f846ae 100644 (file)
@@ -40,7 +40,7 @@
 .\" Modified 2002-04-06 by Andries Brouwer <aeb@cwi.nl>
 .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
-.TH TRUNCATE 2 2017-05-03 "Linux" "Linux Programmer's Manual"
+.TH TRUNCATE 2 2019-03-06 "Linux" "Linux Programmer's Manual"
 .SH NAME
 truncate, ftruncate \- truncate a file to a specified length
 .SH SYNOPSIS
@@ -90,7 +90,7 @@ bytes.
 .PP
 If the file previously was larger than this size, the extra data is lost.
 If the file previously was shorter, it is extended, and
-the extended part reads as null bytes (\(aq\\0\(aq).
+the extended part reads as null bytes (\(aq\e0\(aq).
 .PP
 The file offset is not changed.
 .PP