diff options
author | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2013-11-11 21:14:30 +0000 |
---|---|---|
committer | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2013-11-11 21:14:30 +0000 |
commit | ed4e0620d980dba087a095ccbf00350537501843 (patch) | |
tree | 84e7278ef7baee26f441f78be343171ae971cbdd /share | |
parent | f1c3d205108580fd773a2cb536444448f3edd1a9 (diff) |
Fix REPORT_PROBLEM_LOGFILE description.
okay espie@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/ports.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 99de0a3e7a6..7a57cfb009c 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.95 2013/06/19 08:59:02 espie Exp $ +.\" $OpenBSD: ports.7,v 1.96 2013/11/11 21:14:29 zhuk Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: June 19 2013 $ +.Dd $Mdocdate: November 11 2013 $ .Dt PORTS 7 .Os .Sh NAME @@ -195,7 +195,7 @@ is non empty, then .Ev REPORT_PROBLEM will default to: .Bd -literal -offset indent -echo $$d ($@) >$${REPORT_PROBLEM_LOGFILE} +echo $$subdir ($@) >>$${REPORT_PROBLEM_LOGFILE} .Ed .Pp That is, any failure will append the faulty directory name together |