diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-06-06 17:10:44 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-06-06 17:10:44 +0000 |
commit | 03ecacef9f295196c8b4e15a18a5ec04af9c1dd0 (patch) | |
tree | 4bb15de48b9f1d2ddd6e5927a8ce81180bfacf2c /usr.bin/pkg-config/pkg-config.1 | |
parent | 100bcabc80107e37b8efd45890258b7852cfc054 (diff) |
rename PKG_CONFIG_LOGFILE to PKG_CONFIG_LOG to match fd.o
Diffstat (limited to 'usr.bin/pkg-config/pkg-config.1')
-rw-r--r-- | usr.bin/pkg-config/pkg-config.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pkg-config/pkg-config.1 b/usr.bin/pkg-config/pkg-config.1 index 8d7c3c6fee8..629c604d5cd 100644 --- a/usr.bin/pkg-config/pkg-config.1 +++ b/usr.bin/pkg-config/pkg-config.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg-config.1,v 1.21 2011/06/06 16:08:52 jasper Exp $ +.\" $OpenBSD: pkg-config.1,v 1.22 2011/06/06 17:10:43 jasper Exp $ .\" .\" Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org> .\" @@ -146,7 +146,7 @@ package files. This will replace the default .Nm search directory. -.It Ev PKG_CONFIG_LOGFILE +.It Ev PKG_CONFIG_LOG This is used to specify a log file to which .Nm will write the passed arguments. |