summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-03-11 05:28:03 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-03-11 05:28:03 +0000
commit76e5ca6884086a19edffe5f767c3a6eabe6e423f (patch)
tree09c6b4e8109186bd79df4e3461864feb5f43c55f /lib/libc
parentb3efe59512de84398df44909b63d7ec437f15441 (diff)
Section shuffling.
Diffstat (limited to 'lib/libc')
-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.