ngie
ca1934ca0f
ln(1): wordsmith -F option description
...
MFC after: 1 month
2017-06-12 16:43:29 +00:00
imp
7e6cabd06e
Renumber copyright clause 4
...
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96
2017-02-28 23:42:47 +00:00
gjb
cb6e785025
Fix wording nit.
...
PR: 174787
Submitted by: Cody Rank
MFC after: 3 days
2012-12-28 22:06:33 +00:00
joel
2f363dd858
Add a couple of examples.
...
Obtained from: OpenBSD
2012-11-02 22:32:47 +00:00
joel
be2c32910f
Spelling fixes.
2010-07-31 21:09:49 +00:00
jilles
afad68b5dc
Allow creating hard links to symlinks using ln(1).
...
This implements the POSIX.1-2008 -L and -P flags.
The default remains to create hard links to the target of symlinks.
Approved by: re (kib), ed (mentor)
2009-07-19 17:35:23 +00:00
trhodes
8bfbf05bde
Clean up a bit of confusing language and improve .Nd.
...
PR: 47818
Reviewed by: keramida
2009-01-13 15:24:35 +00:00
keramida
fd86b4a48c
Add a -w warning flag to ln(1). When the -w option is enabled,
...
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
2008-06-06 08:27:59 +00:00
ru
3371e72606
Express in the usage() and SYNOPSIS that -F depends on -s, and
...
that -f and -i are exclusive.
2007-11-17 21:01:22 +00:00
glebius
e85d27fb5c
Add '-F' option which allows to delete existing empty directories, when
...
creating symbolic links.
PR: bin/92149
Submitted by: Eugene Grosbein <eugen grosbein.pp.ru>
2006-02-14 11:08:05 +00:00
ru
ffd9fd4c0e
Add the new standard EXIT STATUS section where appropriate.
...
Sort standard sections in the (documented) preferred order.
2005-01-16 16:41:59 +00:00
imp
a76898b849
/*- or .\"- or #- to begin license clauses.
2005-01-10 08:39:26 +00:00
ru
305463f129
Deal with double whitespace.
2004-07-03 00:06:28 +00:00
ru
d40c857e0d
Mechanically kill hard sentence breaks.
2004-07-02 21:04:19 +00:00
markm
4383f14801
Remove clause 3 from the UCB licenses.
...
OK'ed by: imp, core
2004-04-06 20:06:54 +00:00
trhodes
9618da3e35
s/filesystem/file system/ as discussed on -developers
2002-08-21 17:32:44 +00:00
tjr
3a69a33134
Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubts
...
raised by Lukas Ertl over symbolic link handling.
PR: 41576
MFC after: 1 week
2002-08-12 12:34:03 +00:00
tjr
c239ae84e2
ln(1)'s symbolic link handling conforms to IEEE Std. 1003.1-2001, note
...
this in the Standards section.
2002-06-25 10:02:12 +00:00
tjr
18ad02fa6d
Correctly mark up the final command line arguments with the Ar macro for
...
the last two synopsis forms.
2002-06-25 09:58:29 +00:00
trhodes
56036d2623
Consistancy check s/file system/filesystem/
...
Reviewed by: brian
2002-05-16 01:57:20 +00:00
dd
a145482cf6
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
ru
2149a5069b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:04:09 +00:00
ru
3da5e6c90c
Fixed a typo.
2001-04-27 08:12:45 +00:00
sobomax
376d2cec8e
Put a note that -h' and
-n' is non-standard and provided only for
...
compatibility purposes.
Prompted by: ru
2001-04-27 08:00:19 +00:00
sobomax
d7706ae588
Bring in -h' compatability option and its alias
-n' to match NetBSD and GNU
...
semantics.
style(9) Reviewed by:
Obtained from: NetBSD
2001-04-26 17:15:57 +00:00
ru
be1f850a8f
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 11:39:41 +00:00
sheldonh
dded6137fc
Fix style bugs and poor wording introduced in rev 1.12.
...
Submitted by: bde
2000-08-17 16:09:27 +00:00
sheldonh
d7fdad4baa
Add the -i option, as found in rm(1), which provides an interactive
...
mode in which the user is prompted for confirmation before an
existing file is replaced.
Submitted by: alex
2000-08-14 08:48:55 +00:00
sheldonh
4f3c5cfbf7
Fix cut'n'paste niggles in previous commit.
1999-12-21 08:57:58 +00:00
sheldonh
61c79b122e
Add link(1) and unlink(1) as special cases of ln(1) and rm(1)
...
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>
1999-12-20 16:13:47 +00:00
obrien
cb13e979b2
Add verbose processing flag.
1999-09-11 10:06:56 +00:00
peter
66312e4a8d
$Id$ -> $FreeBSD$
1999-08-27 23:15:48 +00:00
kris
a3fe4dbbe8
Grammatical fixes.
...
Obtained from: OpenBSD
1999-05-12 13:48:47 +00:00
charnier
233c097df4
Correct use of .Nm. Add rcsid.
1998-05-15 06:19:05 +00:00
peter
83b3c2c161
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
wosch
ab0ebe585d
[HISTORY] command appeared in Version 1 AT&T UNIX
...
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
1996-08-29 18:06:19 +00:00
dg
8722740e7f
Added $Id$
1994-09-24 02:59:15 +00:00
rgrimes
e3cfc8ce61
BSD 4.4 Lite bin Sources
1994-05-26 06:18:55 +00:00