summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/utimes.2
Commit message (Collapse)AuthorAgeFilesLines
* Man pages for the openat(2), fexecve(2) and related syscalls.kib2008-04-161-2/+63
| | | | Reviewed by: ru
* 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.
* If the named file has its immutable or append-only flag set, utimes(2)pjd2006-12-091-1/+6
| | | | returns EPERM.
* Markup fixes.ru2006-09-171-1/+1
|
* Document the recently-added EINVAL behavior.dds2006-01-051-1/+7
| | | | MFC after: 1 week
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-0/+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.
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* mdoc(7) police: punctuation.ru2002-08-091-1/+1
|
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-0/+9
| | | | | | | | support creation times such as UFS2) to the value of the modification time if the value of the modification time is older than the current creation time. See utimes(2) for further details. Sponsored by: DARPA & NAI Labs.
* 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
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed $Id$.bde1999-07-311-3/+3
| | | | | | | Removed POSIX.1/NetBSD markup (braces) for NAME_MAX, etc. We don't define this. Most FreeBSD man pages hard-code the limits; in fact, utimes.2 recently became the only file in libc/sys/*.2 that mentions NAME_MAX. There probably should be mandoc macros for this.
* Document the lutimes() and futimes() system calls.mpp1999-07-301-25/+95
| | | | | PR: kern/11213 Obtained from: NetBSD w/some minor changes by me
* 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.
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-1/+1
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+118
OpenPOWER on IntegriCloud