cvs commit: src/usr.bin/truncate truncate.1

2006-12-19 Thread Ruslan Ermilov
ru 2006-12-19 11:20:34 UTC FreeBSD src repository Modified files: usr.bin/truncate truncate.1 Log: The -r option can also cause the files to be extended (not necessarily truncated). Revision ChangesPath 1.15 +2 -2 src/usr.bin/truncate/truncate.1 _

cvs commit: src/usr.bin/truncate truncate.1

2006-09-23 Thread Ceri Davies
ceri2006-09-23 22:01:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/truncate truncate.1 Log: Bump .Dd. Reminded by:ru Approved by:re (implicit) Revision ChangesPath 1.12.2.2 +1 -1 src/usr.bin/truncate/trunc

cvs commit: src/usr.bin/truncate truncate.1 truncate.c

2006-09-23 Thread Ceri Davies
ceri2006-09-23 15:34:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/truncate truncate.1 truncate.c Log: MFC: src/usr.bin/truncate/truncate.1 r1.33 src/usr.bin/truncate/truncate.c r1.10 through r1.11 Appro

cvs commit: src/usr.bin/truncate truncate.1 truncate.c

2006-04-09 Thread Pawel Jakub Dawidek
pjd 2006-04-09 19:16:24 UTC FreeBSD src repository Modified files: usr.bin/truncate truncate.1 truncate.c Log: Allow to specify size in terabytes by using T or t suffix. This speeds up my testing a bit. Because truncate(1) doesn't allocate blocks on file system before