diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-23 17:21:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:28 +0000 |
| commit | 90aea514c6249118e880d75972d063362f4bf492 (patch) | |
| tree | 7554174a8c3ec3245218734cd94fe1610a1b5625 /bin/ln | |
| parent | e717cb04bec1a0a911dee2fbbef6079f7107adc5 (diff) | |
Diffstat (limited to 'bin/ln')
| -rw-r--r-- | bin/ln/Makefile | 1 | ||||
| -rw-r--r-- | bin/ln/ln.1 | 2 | ||||
| -rw-r--r-- | bin/ln/ln.c | 3 | ||||
| -rw-r--r-- | bin/ln/symlink.7 | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/bin/ln/Makefile b/bin/ln/Makefile index d919938d9ff8..141aa57aab5b 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.2 (Berkeley) 5/31/93 .include <src.opts.mk> diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 9ef8c43d12d2..43522e0c1cb8 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -29,8 +29,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ln.1 8.2 (Berkeley) 12/30/93 -.\" .Dd June 12, 2017 .Dt LN 1 .Os diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 546bfba1c7c3..3481d40ccb4f 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -36,9 +36,6 @@ static char const copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94"; -#endif /* not lint */ #endif #include <sys/cdefs.h> #include <sys/param.h> diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 5c5d0a64026c..1789cbe5bc80 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -26,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)symlink.7 8.3 (Berkeley) 3/31/94 -.\" .Dd February 16, 2015 .Dt SYMLINK 7 .Os |
