summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/link.2
Commit message (Collapse)AuthorAgeFilesLines
* Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page.jilles2009-07-191-1/+1
| | | | Approved by: re (kib), ed (mentor)
* Man pages for the openat(2), fexecve(2) and related syscalls.kib2008-04-161-4/+112
| | | | 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 source file has its immutable or append-only flag set, link(2)pjd2006-12-091-4/+13
| | | | | | returns EPERM. - If the parent directory of the destination file has its immutable flag set, link(2) returns EPERM.
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+5
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-5/+7
| | | | | | | | | | 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
* Refer to chflags(2) instead of chflags(1) (since we're a section 2dd2001-10-231-3/+2
| | | | | | | manual page), fix capitalization, and remove chflags reference from SEE ALSO since the only time it's referenced is with an .Xr, anyway. Submitted by: bde
* link(2) may fail with EPERM if name1 is immutable or append-only.dd2001-10-141-1/+4
| | | | | PR: 31025 Submitted by: Tim Singletary <tsingle@vetinsite.com>
* 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
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+0
|
* 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
|
* Don't use undocumented markup "{}". Use 32767 instead of LINK_MAX tobde1999-03-051-4/+3
| | | | give bug for bug compatibility with intro.2.
* Typo fix.alex1998-01-151-2/+12
| | | | | | | Added EOPNOTSUPP and EMLINK to errors section. Added symlink(2) xref. Obtained from: OpenBSD
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-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 thatmpp1997-01-111-3/+1
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macrowosch1996-12-021-5/+5
| | | | | | use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS
* function appeared in Version 7 AT&T UNIXwosch1996-08-291-0/+5
| | | | Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2
* 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.
* Document that the superuser cannot override link() and unlink() onpeter1996-05-241-3/+8
| | | | directories, and mention that it was historical practice.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+151
OpenPOWER on IntegriCloud