summaryrefslogtreecommitdiffstats
path: root/bin/pwd
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
committerdg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
commit8722740e7f163b275491a0b05c8640341b937558 (patch)
treeb7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/pwd
parent111d145dc40797c8894e8aa7dc6632e33bce87bf (diff)
downloadFreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.zip
FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.tar.gz
Added $Id$
Diffstat (limited to 'bin/pwd')
-rw-r--r--bin/pwd/Makefile1
-rw-r--r--bin/pwd/pwd.11
-rw-r--r--bin/pwd/pwd.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile
index 06a1218..4937fb3 100644
--- a/bin/pwd/Makefile
+++ b/bin/pwd/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $Id$
PROG= pwd
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1
index b0d6ee3..d340aa7 100644
--- a/bin/pwd/pwd.1
+++ b/bin/pwd/pwd.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)pwd.1 8.1 (Berkeley) 5/31/93
+.\" $Id$
.\"
.Dd May 31, 1993
.Dt PWD 1
diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c
index 5f330c0..4cb2d19 100644
--- a/bin/pwd/pwd.c
+++ b/bin/pwd/pwd.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
#ifndef lint
OpenPOWER on IntegriCloud