summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/symlink.2
Commit message (Collapse)AuthorAgeFilesLines
* Man pages for the openat(2), fexecve(2) and related syscalls.kib2008-04-161-2/+58
| | | | 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.
* Write permission if of course only needed for the parent directory ofpjd2006-12-131-5/+2
| | | | | | the object beeing created. Pointed out by: bde
* Be more specific when ELOOP can be returned.pjd2006-12-121-1/+3
|
* symlink(2) return EACCES if a component of the name2 path prefix deniespjd2006-12-121-0/+4
| | | | write permission.
* Correct ENOENT description.pjd2006-12-121-2/+4
|
* The 'name1' argument to symlink(2) is only limited to 1023 characters,pjd2006-12-121-1/+3
| | | | its components are not checked.
* If the parent directory of the destination file has its immutable flag set,pjd2006-12-091-1/+8
| | | | symlink(2) returns EPERM.
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-2/+6
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-2/+2
| | | | | | | | | | 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 the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-091-4/+1
| | | | Reviewed by: ru
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-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
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-1/+1
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-111-6/+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.
* add references lstat(2), readlink(2), symlink(7) in section SEE ALSOwosch1996-07-071-1/+4
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+139
OpenPOWER on IntegriCloud