Date: Mon, 17 Jul 2000 13:36:58 +0400 (MSD) From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> To: FreeBSD-gnats-submit@freebsd.org Subject: bin/19980: make(1) manpage uses `cwd` instead of `pwd` Message-ID: <200007170936.NAA41915@kapran.bitmcnit.bryansk.su>
next in thread | raw e-mail | index | archive | help
>Number: 19980
>Category: bin
>Synopsis: make(1) manpage uses `cwd` instead of `pwd`
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 17 09:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007170936.NAA41915>
