diff options
author | ru <ru@FreeBSD.org> | 2006-12-19 11:20:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-12-19 11:20:34 +0000 |
commit | 73c3b50972f8ffdcfeaf5cecd9bb2a56c6c27121 (patch) | |
tree | bf81100247efe6107d6d0c442cae4c4b4961080e /usr.bin/truncate | |
parent | b95ba6dd8d999963c5ba2a8d436b318273378205 (diff) | |
download | FreeBSD-src-73c3b50972f8ffdcfeaf5cecd9bb2a56c6c27121.zip FreeBSD-src-73c3b50972f8ffdcfeaf5cecd9bb2a56c6c27121.tar.gz |
The -r option can also cause the files to be extended (not
necessarily truncated).
Diffstat (limited to 'usr.bin/truncate')
-rw-r--r-- | usr.bin/truncate/truncate.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/truncate/truncate.1 b/usr.bin/truncate/truncate.1 index 1ed0a48..827097c 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 |