summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/truncate.2
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* - truncate(2) returns EFBIG if the length argument was greater than thepjd2006-12-131-1/+9
| | | | | maximum file size. - truncate(2) returns EINVAL if the length argument was less than 0.
* If the named file has its immutable or append-only flag set, truncate(2)pjd2006-12-091-1/+6
| | | | | | | and ftruncate(2) return EPERM. Note, that if the append-only flag is set even increasing size of the file is not permitted.
* o Document the fact truncate(2) has no effect for !VDIR or !VREG files.maxim2006-06-011-1/+5
| | | | Submitted by: ceri
* Sort sections.ru2005-01-201-5/+5
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+6
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-4/+10
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Use ``.Rv -std'' wherever possible.ru2001-08-311-4/+1
| | | | Submitted by: yar
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-111-2/+0
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+1
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Rephrase some things as suggested by Bruce.alex1996-06-081-2/+3
|
* Document that truncate can also be used to extend the size of a file,alex1996-06-071-2/+8
| | | | but doing so is not truly portable.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+123
OpenPOWER on IntegriCloud