summaryrefslogtreecommitdiff
path: root/usr.bin/dirname
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-02-16 23:09:49 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-02-16 23:09:49 +0000
commit99bbdb36e6aa3917a184047677d338e8fda7ae29 (patch)
tree4b0ad860b94fdcc29a6c207e1d61bf561caca53c /usr.bin/dirname
parent4b2d32d80fd2c4611f48052d6471ca8493379238 (diff)
HISTORY and AUTHORS; researched and written at Singapore Changi Airport;
ok millert@ jmc@ sobrado@
Diffstat (limited to 'usr.bin/dirname')
-rw-r--r--usr.bin/dirname/dirname.127
1 files changed, 25 insertions, 2 deletions
diff --git a/usr.bin/dirname/dirname.1 b/usr.bin/dirname/dirname.1
index cbeda624273..00800c88693 100644
--- a/usr.bin/dirname/dirname.1
+++ b/usr.bin/dirname/dirname.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dirname.1,v 1.8 2010/09/03 11:09:28 jmc Exp $
+.\" $OpenBSD: dirname.1,v 1.9 2014/02/16 23:09:48 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)dirname.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: September 3 2010 $
+.Dd $Mdocdate: February 16 2014 $
.Dt DIRNAME 1
.Os
.Sh NAME
@@ -69,3 +69,26 @@ The
utility is compliant with the
.St -p1003.1-2008
specification.
+.Sh HISTORY
+The
+.Nm
+utility first appeared as an
+.Xr expr 1
+script in
+.At III .
+It was reimplemented in C for
+.Bx 4.3 Reno
+and reimplemented again using
+.Xr dirname 3
+for
+.Ox 2.2 .
+.Sh AUTHORS
+.An -nosplit
+The original
+.Bx
+version was written by
+.An Keith Bostic .
+The current
+.Ox
+version was written by
+.An Todd Miller Aq Mt millert@openbsd.org .