diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-12-09 12:02:07 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-12-09 12:02:07 +0000 |
commit | 5eee3bd2ae357203c8bc4050e10d67585eb9075e (patch) | |
tree | 10199d16678689895a0e5deeb6ee31decdef67fa /share | |
parent | 13d1d61e1219f09ceaaf558b01b7df2f2f41898e (diff) |
point out one useful difference between show and verbose-show
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index fa3d3c1549c..664bffd10ff 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.323 2011/12/09 10:36:26 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.324 2011/12/09 12:02:06 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -827,7 +827,10 @@ may not handle flavor and multi-packages situations correctly yet, so beware. Similar to .Ar show , except that it prefixes each value with the variable name, e.g. -.Li VAR=value +.Li VAR=value . +Also note that it does not show undefined variables, contrary to +.Ar show +which outputs blank lines for these. .It Ar wantlib-args Call .Ar port-wantlib-args |