aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truncate
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-12-19 11:20:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-12-19 11:20:34 +0000
commit5eccbe45a700b81c884320212a890b8bdf20596b (patch)
treebf81100247efe6107d6d0c442cae4c4b4961080e /usr.bin/truncate
parentfe0e364354cb8fec0963b20abcbe037abb66e0a7 (diff)
downloadsrc-5eccbe45a700b81c884320212a890b8bdf20596b.tar.gz
src-5eccbe45a700b81c884320212a890b8bdf20596b.zip
The -r option can also cause the files to be extended (not
necessarily truncated).
Notes
Notes: svn path=/head/; revision=165346
Diffstat (limited to 'usr.bin/truncate')
-rw-r--r--usr.bin/truncate/truncate.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/truncate/truncate.1 b/usr.bin/truncate/truncate.1
index 1ed0a4874cfa..827097ce6c6f 100644
--- a/usr.bin/truncate/truncate.1
+++ b/usr.bin/truncate/truncate.1
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 9, 2006
+.Dd December 19, 2006
.Dt TRUNCATE 1
.Os
.Sh NAME
@@ -65,7 +65,7 @@ utility does not treat this as an error.
No error messages are displayed
and the exit value is not affected.
.It Fl r Ar rfile
-Truncate files to the length of the file
+Truncate or extend files to the length of the file
.Ar rfile .
.It Fl s Xo
.Sm off