diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-26 22:03:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-26 22:03:56 +0000 |
commit | c0ab42be56a048913b2c7afbaa1e673a44b0a758 (patch) | |
tree | 030653bc4aeefc06627fb9745888068262f9a889 /share/man/man7 | |
parent | 18f674bdb01612760b6d9f4ff6e8c6d471247897 (diff) |
- kill trailing space
- new sentence, new line
Diffstat (limited to 'share/man/man7')
-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 6fe68affd67..0435f5cbb69 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,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. .\" -.\" $OpenBSD: ports.7,v 1.63 2006/11/26 17:54:25 espie Exp $ +.\" $OpenBSD: ports.7,v 1.64 2006/11/26 22:03:55 jmc Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -502,7 +502,7 @@ ports tree comes with a mechanism called This mechanism is used when a larger package is broken down into several smaller components referred to as subpackages. .Pp -If a port is "subpackaged", each subpackage will have +If a port is "subpackaged", each subpackage will have a corresponding description in the .Pa pkg/DESCR-subpackage file. @@ -519,7 +519,7 @@ In the case of our mysql example, the subpackages will be called .Ic mysql-client-<version> , .Ic mysql-tests-<version> , -and +and .Ic mysql-server-<version> . .Pp To install/deinstall a specific subpackage of a port, you may |