Remove the undocumented and ineffective -F option (force hard link
authorschwarze <schwarze@openbsd.org>
Wed, 7 May 2014 12:37:04 +0000 (12:37 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 7 May 2014 12:37:04 +0000 (12:37 +0000)
commit397f03378fc76a3eb60bfbc4f7c4228abfad225a
treeca29fe00bd72506593a77f4d54b7f71cdef77099
parent4977955c9bed1d7f53a3c25f5df53a37beb2656f
Remove the undocumented and ineffective -F option (force hard link
to directory).  This doesn't reduce functionality but merely results
in a better error message when trying to use the option,
and it simplifies the code.

The -f option first appeared in AT&T Version 7 UNIX (1979), and Keith
Bostic renamed it to -F for 4.3BSD-Reno in 1990 because it conflicted
with System V and POSIX.  Meanwhile, NetBSD, FreeBSD, and DragonFly
removed it, too.

From Tristan Le Guern <tleguern at bouledef dot eu>.
OK guenther@ krw@
bin/ln/ln.c