summaryrefslogtreecommitdiff
path: root/bin/ln
AgeCommit message (Expand)Author
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-12-07format a pair of dashes as "\(em" rather than "--",Ingo Schwarze
2016-08-10fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;Ingo Schwarze
2016-05-10Fix operator precedence error; OK guenther@ millert@Tim van der Molen
2015-10-10Pledge that ln only needs "stdio rpath cpath".Doug Hogan
2015-09-11delete bogus escaping from ellipsis to forestall cargo cult effectsIngo Schwarze
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-13Add .Xr to chflagsat(2)Philip Guenther
2014-05-23Use errc/warnc to simplify code.Philip Guenther
2014-05-07Remove the undocumented and ineffective -F option (force hard linkIngo Schwarze
2013-12-02use a wording more usual in our manual pages.Igor Sobrado
2013-03-12Add support for the -L and -P options.Philip Guenther
2011-07-26Document system calls that optionally traverse symlinks.Matthew Dempsky
2011-03-02grammar fix: from David H. Gutteridge, netbsd pr bin/44645Jason McIntyre
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2008-05-28In -f mode, don't print a warning if source and target already pointTodd C. Miller
2007-09-16"source" and "target" can be either files or directories;Igor Sobrado
2007-07-31Adapted from DragonflyBSD revisions 1.10 and 1.11: warn when sourceRay Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2006-04-25mark usage() __deadTheo de Raadt
2005-12-02Make usage() and manual match. OK jmc, deraadtChad Loder
2005-04-15check snprintf return value and abort if the concatenated path is tooUwe Stuehler
2004-12-17sync usageJared Yanovich
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-04The custom logic used for determining the basename of source fileNils Nordman
2003-04-13typos;Jason McIntyre
2003-03-12more .LiTheo de Raadt
2002-07-04ansiTheo de Raadt
2002-04-29Typo; Brian PooleTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2002-01-24fix the history refsMichael Shalayeff
2002-01-24this both were in v4, before v6Michael Shalayeff
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
2001-11-13o) start new sentence on a new line;Mike Pechkin
2001-10-04Grammar; also, document the true behaviour of the examples.Paul Janzen
2001-08-23Add a CAVEATS section explaining that a hard link cannot be made to a fileAaron Campbell
2001-08-10Address PR 1993. This rewording has been deemed satisfactory by theHugh Graham
2001-08-09Actually use the statf function pointer which I missed while hand-patching.Todd C. Miller
2001-08-09Add -h flag to prevent following a symlink to a dir as the dest.Todd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
2000-03-24All man pages should have a DESCRIPTION section. Fix some formatting nitsAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
1999-09-23Add an EXAMPLES section. Note that symbolic links may refer to non-existentAaron Campbell