diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-10-04 16:56:53 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-10-04 16:56:53 +0000 |
commit | 38832e33307eb9957aa999bdab21a6b511c2ae90 (patch) | |
tree | e64d6d04d664a95120941a3aaaa2d8ad46ce812a /share/man/man7 | |
parent | 3b96b2c0df0f3c725d6514427aa1a426a4d961b1 (diff) |
we don't like .Pp and blank lines before/after .Ss;
millert@ ok
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mailaddr.7 | 3 | ||||
-rw-r--r-- | share/man/man7/packages.7 | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man7/mailaddr.7 b/share/man/man7/mailaddr.7 index 31122b2de70..1bbd4ad8879 100644 --- a/share/man/man7/mailaddr.7 +++ b/share/man/man7/mailaddr.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mailaddr.7,v 1.5 2000/03/19 19:25:34 aaron Exp $ +.\" $OpenBSD: mailaddr.7,v 1.6 2001/10/04 16:56:52 mpech Exp $ .\" $NetBSD: mailaddr.7,v 1.3 1994/11/30 19:07:17 jtc Exp $ .\" .\" Copyright (c) 1983, 1987, 1990, 1993 @@ -101,7 +101,6 @@ This is normally converted back to the .Dq host!user form before being sent on for compatibility with older UUCP hosts. -.Pp .Ss Case distinctions Domain names (i.e., anything after the .Dq @ diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index 6ca00e657a4..c8400e23843 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.11 2001/10/04 10:28:20 wilfried Exp $ +.\" $OpenBSD: packages.7,v 1.12 2001/10/04 16:56:52 mpech Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -60,7 +60,6 @@ correspondingly, human resources for the ports tree are somewhat lacking. As of .Ox 2.7 , the package systems should offer a few basic warranties. -.Pp .Ss "Installing a package won't erase existing files" .Xr pkg_add 1 will instead identify conflicts, back the existing files up, display a @@ -119,7 +118,6 @@ in .Qq "verbose, don't actually install the package" mode first, so that additional steps may be figured out. -.Pp .Ss "The package system does not handle shared files across packages" If two packages install a file with the same name, there is a conflict. There is currently no mechanism in the package system beyond a basic |