Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | General mdoc(7) and typo fixes. | gjb | 2012-05-08 | 1 | -1/+1 |
| | | | | | PR: 167713 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) | ||||
* | unlinkat(2): unlinkat(AT_REMOVEDIR) fails with ENOTEMPTY like rmdir() | jilles | 2010-04-25 | 1 | -2/+2 |
| | | | | | | | | | for non-empty directories. POSIX permits both ENOTEMPTY and EEXIST, but we use the clearer ENOTEMPTY, following BSD tradition. MFC after: 1 week | ||||
* | Mention EISDIR as a possible errno. | phk | 2010-02-17 | 1 | -0/+2 |
| | |||||
* | Man pages for the openat(2), fexecve(2) and related syscalls. | kib | 2008-04-16 | 1 | -4/+103 |
| | | | | Reviewed by: ru | ||||
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | When directory is given as an argument for unlink(2), EPERM is returned | pjd | 2006-12-10 | 1 | -4/+1 |
| | | | | not matter if this is regular directory or a mount point. | ||||
* | Correct last commit. The parent directory of the file to be removed can | pjd | 2006-12-09 | 1 | -3/+5 |
| | | | | have undeletable flag set. | ||||
* | When undeletable flag is set, unlink(2) return EPERM. | pjd | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | Xref chflags(2). | trhodes | 2005-02-23 | 1 | -1/+7 |
| | | | | | | Note that unlink.2 can return EPERM if the immutable or append-only flags are set. PR: 77043 | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -1/+5 |
| | |||||
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 1 | -3/+3 |
| | | | | | | | | | | 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". | ru | 2002-12-12 | 1 | -1/+1 |
| | | | | Approved by: re | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | yar | 2001-08-09 | 1 | -4/+1 |
| | | | | Reviewed by: ru | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Use `Er' variable to define first column width in ERRORS section. It was | phantom | 2000-05-04 | 1 | -1/+1 |
| | | | | initially suggested by mdoc(7) style, but was broken over the years | ||||
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
| | | | | More libraries manpages updates following. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Remove the EINVAL error from the ERRORS sections that | mpp | 1997-01-11 | 1 | -3/+1 |
| | | | | | say is means that a pathname had the high-order bit set, since this is no longer an error. | ||||
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 1 | -1/+2 |
| | |||||
* | Correctly use .Fn instead of .Nm to reference function names | mpp | 1996-08-22 | 1 | -3/+4 |
| | | | | | | | | 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. | ||||
* | Document that the superuser cannot override link() and unlink() on | peter | 1996-05-24 | 1 | -2/+9 |
| | | | | directories, and mention that it was historical practice. | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+112 |