Module Name: src
Committed By: sevan
Date: Fri Aug 12 02:03:26 UTC 2016
Modified Files:
src/bin/pwd: pwd.1
Log Message:
Document the version pwd first appeared.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/bin/pwd/pwd.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/pwd/pwd.1
diff -u src/bin/pwd/pwd.1:1.24 src/bin/pwd/pwd.1:1.25
--- src/bin/pwd/pwd.1:1.24 Thu Oct 30 14:58:23 2003
+++ src/bin/pwd/pwd.1 Fri Aug 12 02:03:26 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: pwd.1,v 1.24 2003/10/30 14:58:23 wiz Exp $
+.\" $NetBSD: pwd.1,v 1.25 2016/08/12 02:03:26 sevan Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd October 30, 2003
+.Dd August 12, 2016
.Dt PWD 1
.Os
.Sh NAME
@@ -87,6 +87,11 @@ except that the default is
.Fl P
not
.Fl L .
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.At v5 .
.Sh BUGS
In
.Xr csh 1