diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-11 09:16:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-11 09:16:19 +0000 |
commit | b6dd59737d85eb609aff058ca7e3b106f0b2f941 (patch) | |
tree | 884b7302a411caf624afa5f58e7d5409ad57a1c6 /share | |
parent | 10ce79134c942d17b6e8f3e5889f227e783dccc6 (diff) |
kill trailing whitespace;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/packages.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index c673e47ca50..52064fcf379 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.23 2005/11/10 11:27:42 espie Exp $ +.\" $OpenBSD: packages.7,v 1.24 2005/11/11 09:16:18 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -123,7 +123,7 @@ install a basic package that holds those files, and is not useful as a stand-alone package. .Sh PACKAGE VERSIONS All packages have an obvious version number in their name, -and a not so obvious version inside the actual package: +and a not so obvious version inside the actual package: the dependencies used for building. Tools like pkg_add -u and out-of-date will look at those dependencies to decide when to perform an update. |