summaryrefslogtreecommitdiffstats
path: root/bin/ln/ln.1
Commit message (Collapse)AuthorAgeFilesLines
* Add a -w warning flag to ln(1). When the -w option is enabled,keramida2008-06-061-5/+10
| | | | | | | | | | | ln(1) checks to see if the source of a symlink, i.e. the file it should point to actually exists. The default is the old ln behavior, that does not check, to avoid surprising people who may be using ln(1) in scripts or other non-interactive places. PR: bin/7265 Submitted by: Joel Ray Holveck, detlev!joelh at mail.camalott.com MFC after: 2 weeks
* Express in the usage() and SYNOPSIS that -F depends on -s, andru2007-11-171-2/+6
| | | | that -f and -i are exclusive.
* Add '-F' option which allows to delete existing empty directories, whenglebius2006-02-141-3/+27
| | | | | | | creating symbolic links. PR: bin/92149 Submitted by: Eugene Grosbein <eugen grosbein.pp.ru>
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-7/+7
| | | | Sort standard sections in the (documented) preferred order.
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-0/+1
|
* Deal with double whitespace.ru2004-07-031-6/+6
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
|
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
| | | | OK'ed by: imp, core
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-211-2/+2
|
* Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubtstjr2002-08-121-1/+1
| | | | | | | raised by Lukas Ertl over symbolic link handling. PR: 41576 MFC after: 1 week
* ln(1)'s symbolic link handling conforms to IEEE Std. 1003.1-2001, notetjr2002-06-251-1/+1
| | | | this in the Standards section.
* Correctly mark up the final command line arguments with the Ar macro fortjr2002-06-251-2/+2
| | | | the last two synopsis forms.
* Consistancy check s/file system/filesystem/trhodes2002-05-161-2/+2
| | | | Reviewed by: brian
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Fixed a typo.ru2001-04-271-1/+1
|
* Put a note that `-h' and `-n' is non-standard and provided only forsobomax2001-04-271-1/+6
| | | | | | compatibility purposes. Prompted by: ru
* Bring in `-h' compatability option and its alias `-n' to match NetBSD and GNUsobomax2001-04-261-6/+26
| | | | | | | semantics. style(9) Reviewed by: Obtained from: NetBSD
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Fix style bugs and poor wording introduced in rev 1.12.sheldonh2000-08-171-8/+17
| | | | Submitted by: bde
* Add the -i option, as found in rm(1), which provides an interactivesheldonh2000-08-141-3/+17
| | | | | | | mode in which the user is prompted for confirmation before an existing file is replaced. Submitted by: alex
* Fix cut'n'paste niggles in previous commit.sheldonh1999-12-211-1/+1
|
* Add link(1) and unlink(1) as special cases of ln(1) and rm(1)sheldonh1999-12-201-1/+17
| | | | | | | | | | | | respectively, in accordance with SUSv2. This differs from the approach taken in NetBSD, but provides less obscure error messages in at least the EISDIR case and does not take up additional disk space for new binaries. PR: 13071 PR: 13074 Requested by: James Howard <howardjp@wam.umd.edu>
* Add verbose processing flag.obrien1999-09-111-2/+10
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Grammatical fixes.kris1999-05-121-5/+5
| | | | Obtained from: OpenBSD
* Correct use of .Nm. Add rcsid.charnier1998-05-151-6/+6
|
* 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.
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-2/+2
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* Added $Id$dg1994-09-241-0/+1
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+131
OpenPOWER on IntegriCloud