summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2001-03-11 05:28:02 +0000
committeraaron <aaron@openbsd.org>2001-03-11 05:28:02 +0000
commit1a3c411031ea6ca95e2d90a200e796f25c4b86bd (patch)
tree322a4873ded6ad5309a7aff0e2bef5e56bc49998
parentAdd cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ifications (diff)
downloadwireguard-openbsd-1a3c411031ea6ca95e2d90a200e796f25c4b86bd.tar.xz
wireguard-openbsd-1a3c411031ea6ca95e2d90a200e796f25c4b86bd.zip
Section shuffling.
-rw-r--r--lib/libc/sys/truncate.216
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/sys/truncate.2 b/lib/libc/sys/truncate.2
index 0b40eee3e1a..bf56f38aee9 100644
--- a/lib/libc/sys/truncate.2
+++ b/lib/libc/sys/truncate.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: truncate.2,v 1.9 2000/10/18 05:12:12 aaron Exp $
+.\" $OpenBSD: truncate.2,v 1.10 2001/03/11 05:28:02 aaron Exp $
.\" $NetBSD: truncate.2,v 1.7 1995/02/27 12:39:00 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -121,13 +121,6 @@ is not open for writing.
.El
.Sh SEE ALSO
.Xr open 2
-.Sh BUGS
-These calls should be generalized to allow ranges of bytes in a file
-to be discarded.
-.Pp
-Use of
-.Fn truncate
-to extend a file is not portable.
.Sh HISTORY
The
.Fn truncate
@@ -135,3 +128,10 @@ and
.Fn ftruncate
function calls appeared in
.Bx 4.2 .
+.Sh BUGS
+These calls should be generalized to allow ranges of bytes in a file
+to be discarded.
+.Pp
+Use of
+.Fn truncate
+to extend a file is not portable.