aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-06-21 14:23:34 +0000
committerWarner Losh <imp@FreeBSD.org>2021-06-21 14:40:54 +0000
commitf394c73666ba375cbd6114950b1b1ea5943185a8 (patch)
tree5d039c24a771905e1c987c7c9404f974e805867b
parent7544c1d20d8b7127ed3511edeb94e01d328daebb (diff)
downloadsrc-f394c73666ba375cbd6114950b1b1ea5943185a8.tar.gz
src-f394c73666ba375cbd6114950b1b1ea5943185a8.zip
basename: fix history
Basename(1) first appeared in the 7th edition. It was not in the 6th edition, or PWB releases. It's on all the subsequent descendants. Dirname(1) first appeared in System III, and was later picked up in 4.3-Reno and 8th edition research unix (though was not in 4.1BSD where the bulk of 8th edition came from). In System III and V8 it was a shell script, though the BSD version is in C. Sponsored by: Netflix
-rw-r--r--usr.bin/basename/basename.110
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1
index 6d4ae51b5b8a..f7e78c8e135b 100644
--- a/usr.bin/basename/basename.1
+++ b/usr.bin/basename/basename.1
@@ -31,7 +31,7 @@
.\" @(#)basename.1 8.2 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd May 26, 2020
+.Dd June 21, 2021
.Dt BASENAME 1
.Os
.Sh NAME
@@ -114,7 +114,9 @@ compatible.
.Sh HISTORY
The
.Nm
-and
+utility first appeared in
+.At 7 .
+The
.Nm dirname
-utilities first appeared in
-.Bx 4.4 .
+utility first appeared in
+.At III .