diff options
author | kn <kn@cvs.openbsd.org> | 2020-01-30 07:19:46 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2020-01-30 07:19:46 +0000 |
commit | 4d147ed7365730cc9cc81c5389841661339be32e (patch) | |
tree | 11f7e1b867a68f49b92e646cc5b30135db571090 /share | |
parent | 5492478e6181173eae5dadab6e76d5dc8b4f0d99 (diff) |
Clarify unit for show-*size targets
OK espie
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 6488b076b7a..52746829d13 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.525 2020/01/12 11:34:33 cwen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.526 2020/01/30 07:19:45 kn Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 12 2020 $ +.Dd $Mdocdate: January 30 2020 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -720,7 +720,7 @@ port's variables without guessing wrongly. Displays the information that was generated by .Xr build-debug-info 1 . .It Cm show-fake-size -Print the size of ${WRKINST}. +Print the size of ${WRKINST}, in kilobytes. Used by some options of .Xr dpb 1 , suitable for @@ -756,7 +756,7 @@ Exactly like .Cm package , but affects only one single subpackage in multi-packages ports. .It Cm show-size -Prints the size of the work directory. +Print the size of the work directory, in kilobytes. Used by some options of .Xr dpb 1 , suitable for |