diff options
author | ru <ru@FreeBSD.org> | 2001-08-31 09:57:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-31 09:57:38 +0000 |
commit | 69224c0edd32d46efbcdb9ad329891e820f0898a (patch) | |
tree | 65bbba65df60768dc6db7a914e08a7bc71bc3e5a /lib/libc/sys/truncate.2 | |
parent | 0cdbf7e134168f454f352752441a010d764e8cd0 (diff) | |
download | FreeBSD-src-69224c0edd32d46efbcdb9ad329891e820f0898a.zip FreeBSD-src-69224c0edd32d46efbcdb9ad329891e820f0898a.tar.gz |
Use ``.Rv -std'' wherever possible.
Submitted by: yar
Diffstat (limited to 'lib/libc/sys/truncate.2')
-rw-r--r-- | lib/libc/sys/truncate.2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/truncate.2 b/lib/libc/sys/truncate.2 index fb3311f..aa6a4b6 100644 --- a/lib/libc/sys/truncate.2 +++ b/lib/libc/sys/truncate.2 @@ -65,10 +65,7 @@ With .Fn ftruncate , the file must be open for writing. .Sh RETURN VALUES -A value of 0 is returned if the call succeeds. If the call -fails a -1 is returned, and the global variable -.Va errno -specifies the error. +.Rv -std .Sh ERRORS .Fn Truncate succeeds unless: |