From alex@kapran.bitmcnit.bryansk.su  Mon Jul 17 08:55:28 2000
Return-Path: <alex@kapran.bitmcnit.bryansk.su>
Received: from server.bitmcnit.bryansk.su (bitmcnit.bryansk.ru [195.239.213.9])
	by hub.freebsd.org (Postfix) with ESMTP id 9771337BBA2
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Jul 2000 08:51:25 -0700 (PDT)
	(envelope-from alex@kapran.bitmcnit.bryansk.su)
Received: (from uucp@localhost)
	by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id TAA29293
	for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Jul 2000 19:40:49 +0400
Received: (from alex@localhost)
	by kapran.bitmcnit.bryansk.su (8.9.3/8.9.3) id NAA41915;
	Mon, 17 Jul 2000 13:36:58 +0400 (MSD)
	(envelope-from alex)
Message-Id: <200007170936.NAA41915@kapran.bitmcnit.bryansk.su>
Date: Mon, 17 Jul 2000 13:36:58 +0400 (MSD)
From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Reply-To: alex@kapran.bitmcnit.bryansk.su
To: FreeBSD-gnats-submit@freebsd.org
Subject: make(1) manpage uses `cwd` instead of `pwd`
X-Send-Pr-Version: 3.2

>Number:         19980
>Category:       bin
>Synopsis:       make(1) manpage uses `cwd` instead of `pwd`
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 17 09:00:01 PDT 2000
>Closed-Date:    Mon Jul 17 10:37:08 PDT 2000
>Last-Modified:  Mon Jul 17 10:37:38 PDT 2000
>Originator:     Alex Kapranoff
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

	While discussing .OBJDIR make(1) manpage uses `cwd` instead of
	`pwd`

>How-To-Repeat:

	

>Fix:

--- make.1.ctm	Mon Jul 17 13:17:11 2000
+++ make.1	Mon Jul 17 13:17:53 2000
@@ -469,7 +469,7 @@
 .Pp
 .Bl -enum -compact
 .It
-${MAKEOBJDIRPREFIX}/`cwd`
+${MAKEOBJDIRPREFIX}/`pwd`
 .It
 ${MAKEOBJDIR}
 .It
@@ -477,7 +477,7 @@
 .It
 obj
 .It
-/usr/obj/`cwd`
+/usr/obj/`pwd`
 .El
 .Pp
 The first directory that

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon Jul 17 10:29:58 PDT 2000 
Responsible-Changed-Why:  
csh hang-over?  I'll take this one. :-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19980 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon Jul 17 10:37:08 PDT 2000 
State-Changed-Why:  
Committed to the HEAD branch and merged immediately onto RELENG_4. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19980 
>Unformatted:
