summaryrefslogtreecommitdiffstats
path: root/bin/ln (follow)
Commit message (Expand)AuthorAgeFilesLines
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-021-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* format a pair of dashes as "\(em" rather than "--",schwarze2018-12-071-5/+5
* fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;schwarze2016-08-101-3/+3
* Fix operator precedence error; OK guenther@ millert@tim2016-05-101-3/+3
* Pledge that ln only needs "stdio rpath cpath".doug2015-10-101-1/+4
* delete bogus escaping from ellipsis to forestall cargo cult effectsschwarze2015-09-111-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* Add .Xr to chflagsat(2)guenther2014-12-131-2/+3
* Use errc/warnc to simplify code.guenther2014-05-231-5/+3
* Remove the undocumented and ineffective -F option (force hard linkschwarze2014-05-071-8/+4
* use a wording more usual in our manual pages.sobrado2013-12-021-6/+10
* Add support for the -L and -P options.guenther2013-03-122-16/+35
* Document system calls that optionally traverse symlinks.matthew2011-07-261-2/+12
* grammar fix: from David H. Gutteridge, netbsd pr bin/44645jmc2011-03-021-3/+3
* add an EXIT STATUS section for /bin;jmc2010-09-031-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* replace hardcoded exit values with .Ex macros;sobrado2009-01-041-5/+3
* In -f mode, don't print a warning if source and target already pointmillert2008-05-281-5/+6
* "source" and "target" can be either files or directories;sobrado2007-09-162-17/+17
* Adapted from DragonflyBSD revisions 1.10 and 1.11: warn when sourceray2007-07-311-3/+34
* convert to new .Dd format;jmc2007-05-312-4/+4
* - consistent STANDARDS blurbjmc2007-05-291-1/+11
* mark usage() __deadderaadt2006-04-251-3/+3
* Make usage() and manual match. OK jmc, deraadtcloder2005-12-022-15/+15
* check snprintf return value and abort if the concatenated path is toouwe2005-04-151-4/+11
* sync usagejaredy2004-12-172-24/+34
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-19/+7
* The custom logic used for determining the basename of source filenino2003-05-041-6/+7
* typos;jmc2003-04-131-16/+16
* more .Lideraadt2003-03-121-5/+5
* ansideraadt2002-07-041-9/+5
* Typo; Brian Poolemillert2002-04-291-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
* Initial patch.mpech2002-02-111-4/+4
* fix the history refsmickey2002-01-241-2/+2
* this both were in v4, before v6mickey2002-01-241-2/+2
* Initial patch for a new mdoc issue.mpech2001-12-211-2/+2
* o) start new sentence on a new line;mpech2001-11-132-4/+6
* Grammar; also, document the true behaviour of the examples.pjanzen2001-10-041-28/+50
* Add a CAVEATS section explaining that a hard link cannot be made to a fileaaron2001-08-231-1/+7
* Address PR 1993. This rewording has been deemed satisfactory by thehugh2001-08-101-3/+3
* Actually use the statf function pointer which I missed while hand-patching.millert2001-08-091-4/+4
* Add -h flag to prevent following a symlink to a dir as the dest.millert2001-08-092-8/+44
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Add some rudimentary EXAMPLES sections and standardize the way we displayaaron2000-10-181-8/+8
* All man pages should have a DESCRIPTION section. Fix some formatting nitsaaron2000-03-241-11/+11
* Fix some formatting problems I missed before.aaron2000-03-231-2/+3
* Add an EXAMPLES section. Note that symbolic links may refer to non-existentaaron1999-09-231-17/+49